mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
commit
d9ab4f8ebb
80 changed files with 843 additions and 518 deletions
31
.github/ISSUE_TEMPLATE/bug_report.md
vendored
31
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -6,36 +6,45 @@ labels: ''
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
<!--Before filing a bug
|
<!--
|
||||||
|
Before filing a bug
|
||||||
- Ensure the bug reproduces on the latest version of the app.
|
- Ensure the bug reproduces on the latest version of the app.
|
||||||
- Search existing issues and make sure this issue is not already filed.-->
|
- Search existing issues and make sure this issue is not already filed.
|
||||||
|
-->
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
<!--A clear and concise description of what the bug is.-->
|
<!-- A clear and concise description of what the bug is. -->
|
||||||
|
|
||||||
**Steps To Reproduce**
|
**Steps To Reproduce**
|
||||||
<!--Steps to reproduce the behavior:
|
<!--
|
||||||
|
Steps to reproduce the behavior:
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
2. Click on '....'
|
2. Click on '....'
|
||||||
3. Scroll down to '....'
|
3. Scroll down to '....'
|
||||||
4. See error-->
|
4. See error
|
||||||
|
-->
|
||||||
|
|
||||||
**Expected behavior**
|
**Expected behavior**
|
||||||
<!--A clear and concise description of what you expected to happen.-->
|
<!-- A clear and concise description of what you expected to happen. -->
|
||||||
|
|
||||||
**Screenshots**
|
**Screenshots**
|
||||||
<!--If applicable, add screenshots to help explain your problem.-->
|
<!-- If applicable, add screenshots to help explain your problem. -->
|
||||||
|
|
||||||
**Device and Application Information (please complete the following information):**
|
**Device and Application Information**
|
||||||
- OS Build:
|
- OS Build:
|
||||||
- Architecture:
|
- Architecture:
|
||||||
- Application Version:
|
- Application Version:
|
||||||
|
- Region:
|
||||||
<!--Run the following commands in Powershell and copy/paste the output.
|
- Dev Version Installed:
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Run the following commands in Powershell and copy/paste the output.
|
||||||
" - OS Build: $([Environment]::OSVersion.Version)"
|
" - OS Build: $([Environment]::OSVersion.Version)"
|
||||||
" - Architecture: $((Get-AppxPackage -Name Microsoft.WindowsCalculator).Architecture)"
|
" - Architecture: $((Get-AppxPackage -Name Microsoft.WindowsCalculator).Architecture)"
|
||||||
" - Application Version: $((Get-AppxPackage -Name Microsoft.WindowsCalculator).Version)"
|
" - Application Version: $((Get-AppxPackage -Name Microsoft.WindowsCalculator).Version)"
|
||||||
|
" - Region: $((Get-Culture).Name)"
|
||||||
|
" - Dev Version Installed: $($null -ne (Get-AppxPackage -Name Microsoft.WindowsCalculator.Dev))"
|
||||||
-->
|
-->
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
<!--Add any other context about the problem here.-->
|
<!-- Add any other context about the problem here. -->
|
||||||
|
|
42
.github/ISSUE_TEMPLATE/feature_request.md
vendored
42
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -2,42 +2,42 @@
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Propose a new feature in the app
|
about: Propose a new feature in the app
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: 'Enhancement'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
See https://github.com/Microsoft/calculator/blob/master/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
|
||||||
See https://github.com/Microsoft/calculator/blob/master/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
|
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
**Problem Statement**
|
**Problem Statement**
|
||||||
<!-- What 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
|
What 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?
|
||||||
have a hypothesis we want to prove or disprove? -->
|
-->
|
||||||
|
|
||||||
**Evidence or User Insights**
|
**Evidence or User Insights**
|
||||||
<!-- Why 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
|
Why 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
|
||||||
data, user research, market or competitive research -->
|
-->
|
||||||
|
|
||||||
**Proposal**
|
**Proposal**
|
||||||
<!-- How 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? -->
|
How 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?
|
||||||
|
-->
|
||||||
|
|
||||||
**Goals**
|
**Goals**
|
||||||
<!-- What you want to accomplish with this feature. Typical examples include
|
<!--
|
||||||
“User Can *perform some task*” -->
|
What you want to accomplish with this feature. Typical examples include
|
||||||
|
"User Can *perform some task*"
|
||||||
|
-->
|
||||||
|
|
||||||
**Non-Goals**
|
**Non-Goals**
|
||||||
<!-- Things we are explicitly not doing or supporting or that are out of scope, including reasons
|
<!--
|
||||||
why. -->
|
Things we are explicitly not doing or supporting or that are out of scope, including reasons why.
|
||||||
|
-->
|
||||||
|
|
||||||
**Low-Fidelity Concept**
|
**Low-Fidelity Concept**
|
||||||
<!-- Show 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, a PowerPoint walkthrough, or a design
|
Show 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.
|
||||||
comp. -->
|
-->
|
||||||
|
|
54
.github/ISSUE_TEMPLATE/localization_suggestion.md
vendored
Normal file
54
.github/ISSUE_TEMPLATE/localization_suggestion.md
vendored
Normal file
|
@ -0,0 +1,54 @@
|
||||||
|
---
|
||||||
|
name: Localization Suggestion
|
||||||
|
about: Report a problem or suggested change to Calculator's localized content.
|
||||||
|
title: '[Localization] '
|
||||||
|
labels: 'Area: World-Readiness'
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
<!--
|
||||||
|
PLEASE NOTE:
|
||||||
|
We 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.
|
||||||
|
|
||||||
|
Alternatively, 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).
|
||||||
|
|
||||||
|
Before filing a bug
|
||||||
|
- Ensure the bug reproduces on the latest version of the app.
|
||||||
|
- Search existing issues and make sure this issue is not already filed.
|
||||||
|
-->
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
<!-- A clear and concise description of what the bug is. -->
|
||||||
|
|
||||||
|
**Steps To Reproduce**
|
||||||
|
<!--
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
|
-->
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
<!-- A clear and concise description of what you expected to happen. -->
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
<!-- If applicable, add screenshots to help explain your problem. -->
|
||||||
|
|
||||||
|
**Device and Application Information**
|
||||||
|
- OS Build:
|
||||||
|
- Architecture:
|
||||||
|
- Application Version:
|
||||||
|
- Region:
|
||||||
|
- Dev Version Installed:
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Run the following commands in Powershell and copy/paste the output.
|
||||||
|
" - OS Build: $([Environment]::OSVersion.Version)"
|
||||||
|
" - Architecture: $((Get-AppxPackage -Name Microsoft.WindowsCalculator).Architecture)"
|
||||||
|
" - Application Version: $((Get-AppxPackage -Name Microsoft.WindowsCalculator).Version)"
|
||||||
|
" - Region: $((Get-Culture).Name)"
|
||||||
|
" - Dev Version Installed: $($null -ne (Get-AppxPackage -Name Microsoft.WindowsCalculator.Dev))"
|
||||||
|
-->
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
<!-- Add any other context about the problem here. -->
|
|
@ -3,7 +3,8 @@ The Calculator team encourages community feedback and contributions. Thank you f
|
||||||
making Calculator better! There are several ways you can get involved.
|
making Calculator better! There are several ways you can get involved.
|
||||||
|
|
||||||
## Reporting issues and suggesting new features
|
## Reporting issues and suggesting new features
|
||||||
If Calculator is not working properly, please file a report in the [Feedback Hub](https://insider.windows.com/en-us/fb/?contextid=130&newFeedback=True).
|
If Calculator is not working properly, please file a report in the
|
||||||
|
[Feedback Hub](https://insider.windows.com/en-us/fb/?contextid=130&newFeedback=True).
|
||||||
Feedback Hub reports automatically include diagnostic data, such as the version of Calculator
|
Feedback Hub reports automatically include diagnostic data, such as the version of Calculator
|
||||||
you're using.
|
you're using.
|
||||||
|
|
||||||
|
@ -17,21 +18,38 @@ all community interactions must abide by the [Code of Conduct](CODE_OF_CONDUCT.m
|
||||||
|
|
||||||
## Finding issues you can help with
|
## Finding issues you can help with
|
||||||
Looking for something to work on?
|
Looking for something to work on?
|
||||||
[Issues marked *good first issue*](https://github.com/Microsoft/calculator/labels/good%20first%20issue)
|
Issues marked [``good first issue``](https://github.com/Microsoft/calculator/labels/good%20first%20issue)
|
||||||
are a good place to start.
|
are a good place to start.
|
||||||
|
|
||||||
You can also check [the *help wanted* tag](https://github.com/Microsoft/calculator/labels/help%20wanted)
|
You can also check the [``help wanted``](https://github.com/Microsoft/calculator/labels/help%20wanted) tag to find
|
||||||
to find other issues to help with.
|
other issues to help with. If you're interested in working on a fix, leave a comment to let everyone know and to help
|
||||||
|
avoid duplicated effort from others.
|
||||||
|
|
||||||
## Contributions we accept
|
## Contributions we accept
|
||||||
We welcome your contributions to the Calculator project, especially to fix bugs and to make
|
We welcome your contributions to the Calculator project, especially to fix bugs and to make
|
||||||
improvements which address the top issues reported by Calculator users.
|
improvements which address the top issues reported by Calculator users. Some general guidelines:
|
||||||
|
|
||||||
We have a high bar for new features and changes to the user experience. We prefer to evaluate
|
* **DO** create one pull request per Issue, and ensure that the Issue is linked in the pull request.
|
||||||
*prototypes* to ensure that the design meets users' needs before we start discussing implementation
|
* **DO** follow our [Coding and Style](#style-guidelines) guidelines, and keep code changes as small as possible.
|
||||||
details and reviewing code. We follow a [user-centered process for developing features](docs/NewFeatureProcess.md).
|
* **DO** include corresponding tests whenever possible.
|
||||||
New features need sponsorship from the Calculator team, but we welcome community contributions at
|
* **DO** check for additional occurrences of the same problem in other parts of the codebase before submitting your PR.
|
||||||
many stages of the process.
|
* **DO** [link the issue](https://github.com/blog/957-introducing-issue-mentions) you are addressing in the
|
||||||
|
pull request.
|
||||||
|
* **DO** write a good description for your pull request. More detail is better. Describe *why* the change is being
|
||||||
|
made and *why* you have chosen a particular solution. Describe any manual testing you performed to validate your change.
|
||||||
|
* **DO NOT** submit a PR unless it is linked to an Issue marked
|
||||||
|
[`triage approved`](https://github.com/Microsoft/calculator/issues?q=is%3Aissue+is%3Aopen+label%3A%22Triage%3A+Approved%22).
|
||||||
|
This enables us to have a discussion on the idea before anyone invests time in an implementation.
|
||||||
|
* **DO NOT** merge multiple changes into one PR unless they have the same root cause.
|
||||||
|
* **DO NOT** submit pure formatting/typo changes to code that has not been modified otherwise.
|
||||||
|
|
||||||
|
We follow a [user-centered process for developing features](docs/NewFeatureProcess.md). New features
|
||||||
|
need sponsorship from the Calculator team, but we welcome community contributions at many stages of
|
||||||
|
the process.
|
||||||
|
|
||||||
|
> Submitting a pull request for an approved Issue is not a guarantee it will be approved.
|
||||||
|
> The change must meet our high bar for code quality, architecture, and performance, as well as
|
||||||
|
> [other requirements](#docs/NewFeatureProcess.md#technical-review).
|
||||||
|
|
||||||
## Making changes to the code
|
## Making changes to the code
|
||||||
|
|
||||||
|
@ -41,7 +59,8 @@ To learn how to build the code and run tests, follow the instructions in the [RE
|
||||||
### Style guidelines
|
### Style guidelines
|
||||||
The code in this project uses several different coding styles, depending on the age and history of
|
The code in this project uses several different coding styles, depending on the age and history of
|
||||||
the code. Please attempt to match the style of surrounding code as much as possible. In new
|
the code. Please attempt to match the style of surrounding code as much as possible. In new
|
||||||
components, prefer the patterns described in the [C++ core guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines)
|
components, prefer the patterns described in the
|
||||||
|
[C++ core guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines)
|
||||||
and the [modern C++/WinRT language projections](https://docs.microsoft.com/en-us/windows/uwp/cpp-and-winrt-apis/).
|
and the [modern C++/WinRT language projections](https://docs.microsoft.com/en-us/windows/uwp/cpp-and-winrt-apis/).
|
||||||
|
|
||||||
### Testing
|
### Testing
|
||||||
|
@ -61,18 +80,9 @@ to group your changes into a small number of commits which we can review one at
|
||||||
When completing a pull request, we will generally squash your changes into a single commit. Please
|
When completing a pull request, we will generally squash your changes into a single commit. Please
|
||||||
let us know if your pull request needs to be merged as separate commits.
|
let us know if your pull request needs to be merged as separate commits.
|
||||||
|
|
||||||
## Submitting a pull request and participating in code review
|
## Review Process
|
||||||
Writing a good description for your pull request is crucial to help reviewers and future
|
|
||||||
maintainers understand your change. More detail is better.
|
|
||||||
- [Link the issue you're addressing in the pull request](https://github.com/blog/957-introducing-issue-mentions).
|
|
||||||
- Describe *why* the change is being made and *why* you've chosen a particular solution.
|
|
||||||
- Describe any manual testing you performed to validate your change.
|
|
||||||
|
|
||||||
Please submit one pull request per issue. Large pull requests which have unrelated changes can be
|
|
||||||
difficult to review.
|
|
||||||
|
|
||||||
After submitting a pull request, members of the calculator team will review your code. We will
|
After submitting a pull request, members of the calculator team will review your code. We will
|
||||||
assign the request to an appropriate reviewer within two days. Any member of the community may
|
assign the request to an appropriate reviewer. Any member of the community may
|
||||||
participate in the review, but at least one member of the Calculator team will ultimately approve
|
participate in the review, but at least one member of the Calculator team will ultimately approve
|
||||||
the request.
|
the request.
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,7 @@ Calculator ships regularly with new features and bug fixes. You can get the late
|
||||||
- Standard Calculator functionality which offers basic operations and evaluates commands immediately as they are entered.
|
- Standard Calculator functionality which offers basic operations and evaluates commands immediately as they are entered.
|
||||||
- Scientific Calculator functionality which offers expanded operations and evaluates commands using order of operations.
|
- Scientific Calculator functionality which offers expanded operations and evaluates commands using order of operations.
|
||||||
- Programmer Calculator functionality which offers common mathematical operations for developers including conversion between common bases.
|
- Programmer Calculator functionality which offers common mathematical operations for developers including conversion between common bases.
|
||||||
|
- 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.
|
||||||
- Calculation history and memory capabilities.
|
- Calculation history and memory capabilities.
|
||||||
- Conversion between many units of measurement.
|
- Conversion between many units of measurement.
|
||||||
- Currency conversion based on data retrieved from [Bing](https://www.bing.com).
|
- Currency conversion based on data retrieved from [Bing](https://www.bing.com).
|
||||||
|
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
cd $(Build.SourcesDirectory)
|
cd $(Build.SourcesDirectory)
|
||||||
git add -A
|
git add -A
|
||||||
git diff --cached --exit-code
|
git diff --cached --exit-code
|
||||||
echo '##vso[task.setvariable variable=hasChanges]%errorlevel%'
|
echo ##vso[task.setvariable variable=hasChanges]%errorlevel%
|
||||||
git diff --cached > $(Build.ArtifactStagingDirectory)\LocalizedStrings.patch
|
git diff --cached > $(Build.ArtifactStagingDirectory)\LocalizedStrings.patch
|
||||||
displayName: Check for changes and create patch file
|
displayName: Check for changes and create patch file
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,8 @@ pr: none
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
versionMajor: 10
|
versionMajor: 10
|
||||||
versionMinor: 1903
|
versionMinor: 1904
|
||||||
versionBuild: $[counter('10.1903.*', 0)]
|
versionBuild: $[counter('10.1904.*', 0)]
|
||||||
versionPatch: 0
|
versionPatch: 0
|
||||||
|
|
||||||
name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'
|
name: '$(versionMajor).$(versionMinor).$(versionBuild).$(versionPatch)'
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
# New feature process
|
# New feature process
|
||||||
|
|
||||||
## Where do I submit my idea for a new feature?
|
## Where do I submit my idea for a new feature?
|
||||||
The easiest way to submit new feature requests is through [Feedback Hub](https://insider.windows.com/en-us/fb/?contextid=130).
|
The easiest way to submit new feature requests is through
|
||||||
|
[Feedback Hub](https://insider.windows.com/en-us/fb/?contextid=130).
|
||||||
In Feedback Hub, any Windows user (even if they aren't on GitHub) can upvote suggestions. The
|
In Feedback Hub, any Windows user (even if they aren't on GitHub) can upvote suggestions. The
|
||||||
Calculator team reviews these suggestions regularly, and when we're ready to work on an idea we
|
Calculator team reviews these suggestions regularly, and when we're ready to work on an idea we
|
||||||
create [feature pitch issues here on GitHub](https://github.com/Microsoft/calculator/issues?q=is%3Aissue+is%3Aopen+project%3AMicrosoft%2Fcalculator%2F1).
|
create [feature pitch issues here on GitHub](https://github.com/Microsoft/calculator/issues?q=is%3Aissue+is%3Aopen+project%3AMicrosoft%2Fcalculator%2F1).
|
||||||
|
@ -12,73 +13,45 @@ product. The [Feature Tracking board](https://github.com/Microsoft/calculator/pr
|
||||||
all the features we're working on and where they're at in the process.
|
all the features we're working on and where they're at in the process.
|
||||||
|
|
||||||
## Do I need to follow this process? Can I just start coding and submit a PR?
|
## Do I need to follow this process? Can I just start coding and submit a PR?
|
||||||
You *do not* need to follow this process for bug fixes, performance improvements, or changes to the
|
You **do not** need to follow this process for bug fixes, performance improvements, or changes to the
|
||||||
development tools. To contribute these changes, [discuss the proposed change in an issue](https://github.com/Microsoft/calculator/issues/new)
|
development tools. To contribute these changes,
|
||||||
|
[discuss the proposed change in an issue](https://github.com/Microsoft/calculator/issues/new)
|
||||||
and then submit a pull request.
|
and then submit a pull request.
|
||||||
|
|
||||||
You *do* need to follow this process for any change which "users will notice". This applies
|
You **do** need to follow this process for any change which "users will notice". This applies
|
||||||
especially to new features and major visual changes.
|
especially to new features and major visual changes.
|
||||||
|
|
||||||
## Step 1: Feature pitch
|
## Step 1: Feature pitch
|
||||||
The feature pitch concisely describes a point of view on the problem the new feature should solve.
|
Feature pitches are submitted as issues on GitHub using the
|
||||||
It will typically include these sections:
|
[Feature Request template](https://github.com/Microsoft/calculator/issues/new?assignees=&labels=&template=feature_request.md&title=).
|
||||||
|
We encourage discussion on open issues, and as discussion progresses we will edit the issue description to refine the
|
||||||
|
idea until it is ready for review.
|
||||||
|
|
||||||
* **Problem Statement**: What problem are we trying to solve? Who’s the target audience? Is there a
|
We review pitches regularly, and will approve or close issues based on whether they broadly align with the
|
||||||
customer need or pain point we need to remedy? Is there a business goal or metric we are trying
|
[Calculator roadmap](https://github.com/Microsoft/calculator/blob/master/docs/Roadmap.md). Approved pitches are moved
|
||||||
to improve? Do we have a hypothesis we want to prove or disprove?
|
into [pre-production](https://github.com/Microsoft/calculator/projects/1) on the feature tracking board.
|
||||||
* **Evidence or User Insights**: Why 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
|
|
||||||
* **Proposal**: How 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?
|
|
||||||
* **Goals**: What you want to accomplish with this feature. Typical examples include “User Can
|
|
||||||
*perform some task*”
|
|
||||||
* **Non-Goals**: Things we are explicitly not doing or supporting or that are out of scope,
|
|
||||||
including reasons why.
|
|
||||||
* **Low-Fidelity Concept**: Show 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, a PowerPoint walkthrough,
|
|
||||||
or a design comp.
|
|
||||||
|
|
||||||
The low-fidelity concept should be kept simple at this stage and refined during the pre-production
|
|
||||||
process.
|
|
||||||
|
|
||||||
Feature pitches are submitted as issues on GitHub. We encourage discussion on open issues, and as
|
|
||||||
discussion progresses we will edit the issue description to refine the idea.
|
|
||||||
|
|
||||||
## Step 2: Pre-production
|
## Step 2: Pre-production
|
||||||
In the pre-production phase, we experiment with a variety of ways to address the goals described in
|
For most features, the output of this phase is a specification which describes how the feature will work, supported by
|
||||||
the feature pitch. The output of this phase is a specification which demonstrates how the feature
|
design renderings and code prototypes as needed. The original issue will continue to track the overall progress of the
|
||||||
will work, supported by design renderings and code prototypes as needed. Sometimes we'll learn new
|
feature, but we will create and iterate on spec documentation in the
|
||||||
things about a feature proposal during pre-production, and we'll edit or close the original pitch.
|
[Calculator Spec repo](https://github.com/Microsoft/calculator-specs). Sometimes we'll learn new things about a feature
|
||||||
|
proposal during pre-production, and we'll edit or close the original pitch.
|
||||||
|
|
||||||
We welcome community participation in the pre-production process. The GitHub issue will be the
|
We welcome community participation throughout pre-production. The best ideas often come from trying many ideas during
|
||||||
primary place to share progress updates.
|
the pre-production phase. To enable rapid
|
||||||
|
|
||||||
The best ideas often come from trying many ideas during the pre-production phase. To enable rapid
|
|
||||||
experimentation, we encourage developing and sharing rough ideas—maybe even with pencil and
|
experimentation, we encourage developing and sharing rough ideas—maybe even with pencil and
|
||||||
paper—before making designs pixel-perfect or making code robust and maintainable.
|
paper—before making designs pixel-perfect or making code robust and maintainable.
|
||||||
|
|
||||||
### Spec review
|
After the [spec review](https://github.com/Microsoft/calculator-specs#spec-review) is completed, we will move the issue
|
||||||
Once there is a high-fidelity design which addresses the goals described in the original pitch, the
|
into [production](https://github.com/Microsoft/calculator/projects/1) on the feature tracking board. In _some_ cases,
|
||||||
Microsoft product team will review the prototype and ensure all items on this checklist are
|
all of the details of an idea can be captured concisely in original feature pitch. When that happens, we may move ideas
|
||||||
addressed:
|
directly into production.
|
||||||
|
|
||||||
- [ ] Is there a high-fidelity design which gives reviewers a clear idea of how the feature will
|
|
||||||
look and function when implemented?
|
|
||||||
- [ ] Has the plan been shared with the community (documented on the wiki and updates posted in the
|
|
||||||
original issue) and have others been given an opportunity to provide suggestions?
|
|
||||||
- [ ] Are [Fluent design principles](https://docs.microsoft.com/en-us/windows/uwp/design/fluent-design-system/)
|
|
||||||
followed? If we do something which deviates from the guidelines, do we have a good reason?
|
|
||||||
- [ ] Does the design include provisions for [all users](https://docs.microsoft.com/en-us/windows/uwp/design/accessibility/designing-inclusive-software)
|
|
||||||
and [all cultures](https://docs.microsoft.com/en-us/windows/uwp/design/globalizing/guidelines-and-checklist-for-globalizing-your-app)?
|
|
||||||
- [ ] Is it technically feasible to build this feature? Take a look at the "before committing"
|
|
||||||
checklist below and identify any issues which are likely to be blockers.
|
|
||||||
|
|
||||||
## Step 3: Production
|
## Step 3: Production
|
||||||
A feature can be implemented by the original proposer, a Microsoft team member, or by other
|
A feature can be implemented by the original submitter, a Microsoft team member, or by other
|
||||||
community members. Code contributions and testing help are greatly appreciated. Please let us know
|
community members. Code contributions and testing help are greatly appreciated. Please let everyone know if you're
|
||||||
in the issue comments if you're actively working on a feature so we can ensure it's assigned to
|
actively working on a feature to help avoid duplicated efforts from others.
|
||||||
you.
|
|
||||||
|
|
||||||
You might be able to reuse code written during the prototype process, although there will typically
|
You might be able to reuse code written during the prototype process, although there will typically
|
||||||
be more work required to make the solution robust. Once the code is ready, you can begin
|
be more work required to make the solution robust. Once the code is ready, you can begin
|
||||||
|
@ -122,7 +95,8 @@ new features, the Microsoft team considers at least these items:
|
||||||
- [ ] Run the perf tests to measure any increase in startup time. Move work out of the startup
|
- [ ] Run the perf tests to measure any increase in startup time. Move work out of the startup
|
||||||
path if possible.
|
path if possible.
|
||||||
- [ ] If the change adds additional logging:
|
- [ ] If the change adds additional logging:
|
||||||
- [ ] All logging should use [TraceLogging](https://docs.microsoft.com/en-us/windows/desktop/tracelogging/trace-logging-about).
|
- [ ] All logging should use
|
||||||
|
[TraceLogging](https://docs.microsoft.com/en-us/windows/desktop/tracelogging/trace-logging-about).
|
||||||
- [ ] Unnecessary log events should be removed, or configured so that they are collected only when
|
- [ ] Unnecessary log events should be removed, or configured so that they are collected only when
|
||||||
needed to debug issues or measure feature usage.
|
needed to debug issues or measure feature usage.
|
||||||
- [ ] If the change reads user data from files or app settings:
|
- [ ] If the change reads user data from files or app settings:
|
||||||
|
|
|
@ -463,45 +463,12 @@ void CCalcEngine::ProcessCommandWorker(OpCode wParam)
|
||||||
m_HistoryCollector.AddOpndToHistory(m_numberString, m_currentVal);
|
m_HistoryCollector.AddOpndToHistory(m_numberString, m_currentVal);
|
||||||
}
|
}
|
||||||
|
|
||||||
do {
|
// Evaluate the precedence stack.
|
||||||
|
ResolveHighestPrecedenceOperation();
|
||||||
if (m_nOpCode) /* Is there a valid operation around? */
|
while (m_fPrecedence && m_precedenceOpCount > 0)
|
||||||
{
|
{
|
||||||
/* If this is the first EQU in a string, set m_holdVal=m_currentVal */
|
m_precedenceOpCount--;
|
||||||
/* Otherwise let m_currentVal=m_holdVal. This keeps m_currentVal constant */
|
m_nOpCode = m_nPrecOp[m_precedenceOpCount];
|
||||||
/* through all EQUs in a row. */
|
|
||||||
if (m_bNoPrevEqu)
|
|
||||||
{
|
|
||||||
m_holdVal = m_currentVal;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
m_currentVal = m_holdVal;
|
|
||||||
DisplayNum(); // to update the m_numberString
|
|
||||||
m_HistoryCollector.AddBinOpToHistory(m_nOpCode, false);
|
|
||||||
m_HistoryCollector.AddOpndToHistory(m_numberString, m_currentVal); // Adding the repeated last op to history
|
|
||||||
}
|
|
||||||
|
|
||||||
// Do the current or last operation.
|
|
||||||
m_currentVal = DoOperation(m_nOpCode, m_currentVal, m_lastVal);
|
|
||||||
m_nPrevOpCode = m_nOpCode;
|
|
||||||
m_lastVal = m_currentVal;
|
|
||||||
|
|
||||||
/* Check for errors. If this wasn't done, DisplayNum */
|
|
||||||
/* would immediately overwrite any error message. */
|
|
||||||
if (!m_bError)
|
|
||||||
DisplayNum();
|
|
||||||
|
|
||||||
/* No longer the first EQU. */
|
|
||||||
m_bNoPrevEqu = false;
|
|
||||||
}
|
|
||||||
else if (!m_bError)
|
|
||||||
DisplayNum();
|
|
||||||
|
|
||||||
if (m_precedenceOpCount == 0 || !m_fPrecedence)
|
|
||||||
break;
|
|
||||||
|
|
||||||
m_nOpCode = m_nPrecOp[--m_precedenceOpCount];
|
|
||||||
m_lastVal = m_precedenceVals[m_precedenceOpCount];
|
m_lastVal = m_precedenceVals[m_precedenceOpCount];
|
||||||
|
|
||||||
// Precedence Inversion check
|
// Precedence Inversion check
|
||||||
|
@ -514,7 +481,9 @@ void CCalcEngine::ProcessCommandWorker(OpCode wParam)
|
||||||
m_HistoryCollector.PopLastOpndStart();
|
m_HistoryCollector.PopLastOpndStart();
|
||||||
|
|
||||||
m_bNoPrevEqu = true;
|
m_bNoPrevEqu = true;
|
||||||
} while (m_precedenceOpCount >= 0);
|
|
||||||
|
ResolveHighestPrecedenceOperation();
|
||||||
|
}
|
||||||
|
|
||||||
if (!m_bError)
|
if (!m_bError)
|
||||||
{
|
{
|
||||||
|
@ -789,6 +758,48 @@ void CCalcEngine::ProcessCommandWorker(OpCode wParam)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Helper function to resolve one item on the precedence stack.
|
||||||
|
void CCalcEngine::ResolveHighestPrecedenceOperation()
|
||||||
|
{
|
||||||
|
// Is there a valid operation around?
|
||||||
|
if (m_nOpCode)
|
||||||
|
{
|
||||||
|
// If this is the first EQU in a string, set m_holdVal=m_currentVal
|
||||||
|
// Otherwise let m_currentVal=m_holdVal. This keeps m_currentVal constant
|
||||||
|
// through all EQUs in a row.
|
||||||
|
if (m_bNoPrevEqu)
|
||||||
|
{
|
||||||
|
m_holdVal = m_currentVal;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
m_currentVal = m_holdVal;
|
||||||
|
DisplayNum(); // to update the m_numberString
|
||||||
|
m_HistoryCollector.AddBinOpToHistory(m_nOpCode, false);
|
||||||
|
m_HistoryCollector.AddOpndToHistory(m_numberString, m_currentVal); // Adding the repeated last op to history
|
||||||
|
}
|
||||||
|
|
||||||
|
// Do the current or last operation.
|
||||||
|
m_currentVal = DoOperation(m_nOpCode, m_currentVal, m_lastVal);
|
||||||
|
m_nPrevOpCode = m_nOpCode;
|
||||||
|
m_lastVal = m_currentVal;
|
||||||
|
|
||||||
|
// Check for errors. If this wasn't done, DisplayNum
|
||||||
|
// would immediately overwrite any error message.
|
||||||
|
if (!m_bError)
|
||||||
|
{
|
||||||
|
DisplayNum();
|
||||||
|
}
|
||||||
|
|
||||||
|
// No longer the first EQU.
|
||||||
|
m_bNoPrevEqu = false;
|
||||||
|
}
|
||||||
|
else if (!m_bError)
|
||||||
|
{
|
||||||
|
DisplayNum();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// CheckAndAddLastBinOpToHistory
|
// CheckAndAddLastBinOpToHistory
|
||||||
//
|
//
|
||||||
// This is a very confusing helper routine to add the last entered binary operator to the history. This is expected to
|
// This is a very confusing helper routine to add the last entered binary operator to the history. This is expected to
|
||||||
|
|
|
@ -129,6 +129,7 @@ private:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void ProcessCommandWorker(OpCode wParam);
|
void ProcessCommandWorker(OpCode wParam);
|
||||||
|
void ResolveHighestPrecedenceOperation();
|
||||||
void HandleErrorCommand(OpCode idc);
|
void HandleErrorCommand(OpCode idc);
|
||||||
void HandleMaxDigitsReached();
|
void HandleMaxDigitsReached();
|
||||||
void DisplayNum(void);
|
void DisplayNum(void);
|
||||||
|
|
|
@ -34,7 +34,11 @@
|
||||||
FallbackColor="Transparent"
|
FallbackColor="Transparent"
|
||||||
TargetTheme="Dark"
|
TargetTheme="Dark"
|
||||||
Color="Transparent"/>
|
Color="Transparent"/>
|
||||||
<RevealBackgroundBrush x:Key="AppControlHighlightAltListAccentHighRevealBackgroundBrush"
|
<RevealBackgroundBrush x:Key="AppControlHighlightAccentRevealBackgroundBrush"
|
||||||
|
FallbackColor="{ThemeResource SystemAccentColor}"
|
||||||
|
TargetTheme="Dark"
|
||||||
|
Color="{ThemeResource SystemAccentColor}"/>
|
||||||
|
<RevealBackgroundBrush x:Key="AppControlBackgroundListAccentHighRevealBackgroundBrush"
|
||||||
FallbackColor="{ThemeResource SystemAccentColorDark3}"
|
FallbackColor="{ThemeResource SystemAccentColorDark3}"
|
||||||
TargetTheme="Dark"
|
TargetTheme="Dark"
|
||||||
Color="{ThemeResource SystemAccentColorDark3}"/>
|
Color="{ThemeResource SystemAccentColorDark3}"/>
|
||||||
|
@ -66,7 +70,11 @@
|
||||||
FallbackColor="Transparent"
|
FallbackColor="Transparent"
|
||||||
TargetTheme="Light"
|
TargetTheme="Light"
|
||||||
Color="Transparent"/>
|
Color="Transparent"/>
|
||||||
<RevealBackgroundBrush x:Key="AppControlHighlightAltListAccentHighRevealBackgroundBrush"
|
<RevealBackgroundBrush x:Key="AppControlHighlightAccentRevealBackgroundBrush"
|
||||||
|
FallbackColor="{ThemeResource SystemAccentColor}"
|
||||||
|
TargetTheme="Light"
|
||||||
|
Color="{ThemeResource SystemAccentColor}"/>
|
||||||
|
<RevealBackgroundBrush x:Key="AppControlBackgroundListAccentHighRevealBackgroundBrush"
|
||||||
FallbackColor="{ThemeResource SystemAccentColorLight3}"
|
FallbackColor="{ThemeResource SystemAccentColorLight3}"
|
||||||
TargetTheme="Light"
|
TargetTheme="Light"
|
||||||
Color="{ThemeResource SystemAccentColorLight3}"/>
|
Color="{ThemeResource SystemAccentColorLight3}"/>
|
||||||
|
@ -93,7 +101,8 @@
|
||||||
<SolidColorBrush x:Key="AppControlPageTextBaseHighColorBrush" Color="{ThemeResource SystemColorWindowTextColor}"/>
|
<SolidColorBrush x:Key="AppControlPageTextBaseHighColorBrush" Color="{ThemeResource SystemColorWindowTextColor}"/>
|
||||||
<SolidColorBrush x:Key="AppControlPageTextRedColorBrush" Color="{ThemeResource SystemColorWindowTextColor}"/>
|
<SolidColorBrush x:Key="AppControlPageTextRedColorBrush" Color="{ThemeResource SystemColorWindowTextColor}"/>
|
||||||
<SolidColorBrush x:Key="AppControlForegroundTransparentRevealBorderBrush" Color="{ThemeResource SystemColorButtonTextColor}"/>
|
<SolidColorBrush x:Key="AppControlForegroundTransparentRevealBorderBrush" Color="{ThemeResource SystemColorButtonTextColor}"/>
|
||||||
<SolidColorBrush x:Key="AppControlHighlightAltListAccentHighRevealBackgroundBrush" Color="{ThemeResource SystemColorHighlightTextColor}"/>
|
<SolidColorBrush x:Key="AppControlHighlightAccentRevealBackgroundBrush" Color="{ThemeResource SystemColorHighlightColor}"/>
|
||||||
|
<SolidColorBrush x:Key="AppControlBackgroundListAccentHighRevealBackgroundBrush" Color="{ThemeResource SystemColorButtonFaceColor}"/>
|
||||||
<SolidColorBrush x:Key="AppControlListLowRevealHighlightBrush" Color="{ThemeResource SystemColorHighlightColor}"/>
|
<SolidColorBrush x:Key="AppControlListLowRevealHighlightBrush" Color="{ThemeResource SystemColorHighlightColor}"/>
|
||||||
<SolidColorBrush x:Key="AppChromeAcrylicHostBackdropMediumLowBrush" Color="{ThemeResource SystemColorWindowColor}"/>
|
<SolidColorBrush x:Key="AppChromeAcrylicHostBackdropMediumLowBrush" Color="{ThemeResource SystemColorWindowColor}"/>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
@ -125,10 +134,6 @@
|
||||||
<!-- Standard Operators Standard/Scientific in Fill/Full -->
|
<!-- Standard Operators Standard/Scientific in Fill/Full -->
|
||||||
<x:Double x:Key="CalcOperatorCaptionSize">15</x:Double>
|
<x:Double x:Key="CalcOperatorCaptionSize">15</x:Double>
|
||||||
|
|
||||||
<x:Double x:Key="CalcResultFontSizeL">72</x:Double>
|
|
||||||
<x:Double x:Key="CalcResultFontSizeM">46</x:Double>
|
|
||||||
<x:Double x:Key="CalcResultFontSizeS">28</x:Double>
|
|
||||||
|
|
||||||
<!-- Base style for calc buttons -->
|
<!-- Base style for calc buttons -->
|
||||||
<Style x:Key="CalcButtonStyle" TargetType="Controls:CalculatorButton">
|
<Style x:Key="CalcButtonStyle" TargetType="Controls:CalculatorButton">
|
||||||
<Setter Property="MinWidth" Value="24"/>
|
<Setter Property="MinWidth" Value="24"/>
|
||||||
|
@ -326,9 +331,9 @@
|
||||||
<Style x:Key="AccentCalcButtonStyle"
|
<Style x:Key="AccentCalcButtonStyle"
|
||||||
BasedOn="{StaticResource SymbolOperatorButtonStyle}"
|
BasedOn="{StaticResource SymbolOperatorButtonStyle}"
|
||||||
TargetType="Controls:CalculatorButton">
|
TargetType="Controls:CalculatorButton">
|
||||||
<Setter Property="HoverBackground" Value="{ThemeResource SystemControlHighlightAccentRevealBackgroundBrush}"/>
|
<Setter Property="HoverBackground" Value="{ThemeResource AppControlHighlightAccentRevealBackgroundBrush}"/>
|
||||||
<Setter Property="HoverForeground" Value="{ThemeResource SystemControlHighlightAltAltHighBrush}"/>
|
<Setter Property="HoverForeground" Value="{ThemeResource SystemControlHighlightAltAltHighBrush}"/>
|
||||||
<Setter Property="PressBackground" Value="{ThemeResource AppControlHighlightAltListAccentHighRevealBackgroundBrush}"/>
|
<Setter Property="PressBackground" Value="{ThemeResource AppControlBackgroundListAccentHighRevealBackgroundBrush}"/>
|
||||||
<Setter Property="PressForeground" Value="{ThemeResource SystemControlHighlightAltAltHighBrush}"/>
|
<Setter Property="PressForeground" Value="{ThemeResource SystemControlHighlightAltAltHighBrush}"/>
|
||||||
</Style>
|
</Style>
|
||||||
|
|
||||||
|
@ -351,7 +356,7 @@
|
||||||
<Setter Property="ZoomMode" Value="Disabled"/>
|
<Setter Property="ZoomMode" Value="Disabled"/>
|
||||||
</Style>
|
</Style>
|
||||||
|
|
||||||
<Style x:Key="CalculationResultStyleL" TargetType="Controls:CalculationResult">
|
<Style x:Key="CalculationResultStyle" TargetType="Controls:CalculationResult">
|
||||||
<Setter Property="Background" Value="Transparent"/>
|
<Setter Property="Background" Value="Transparent"/>
|
||||||
<Setter Property="Foreground" Value="{ThemeResource SystemControlPageTextBaseHighBrush}"/>
|
<Setter Property="Foreground" Value="{ThemeResource SystemControlPageTextBaseHighBrush}"/>
|
||||||
<Setter Property="HorizontalAlignment" Value="Stretch"/>
|
<Setter Property="HorizontalAlignment" Value="Stretch"/>
|
||||||
|
@ -438,181 +443,6 @@
|
||||||
</Setter.Value>
|
</Setter.Value>
|
||||||
</Setter>
|
</Setter>
|
||||||
</Style>
|
</Style>
|
||||||
<Style x:Key="CalculationResultStyleM" TargetType="Controls:CalculationResult">
|
|
||||||
<Setter Property="Background" Value="Transparent"/>
|
|
||||||
<Setter Property="Foreground" Value="{ThemeResource SystemControlPageTextBaseHighBrush}"/>
|
|
||||||
<Setter Property="HorizontalAlignment" Value="Stretch"/>
|
|
||||||
<Setter Property="VerticalAlignment" Value="Stretch"/>
|
|
||||||
<Setter Property="HorizontalContentAlignment" Value="Right"/>
|
|
||||||
<Setter Property="VerticalContentAlignment" Value="Top"/>
|
|
||||||
<Setter Property="IsTextScaleFactorEnabled" Value="False"/>
|
|
||||||
<Setter Property="UseSystemFocusVisuals" Value="True"/>
|
|
||||||
<Setter Property="Template">
|
|
||||||
<Setter.Value>
|
|
||||||
<ControlTemplate TargetType="Controls:CalculationResult">
|
|
||||||
<Grid x:Name="border" Background="{TemplateBinding Background}">
|
|
||||||
<Grid.ColumnDefinitions>
|
|
||||||
<ColumnDefinition Width="12"/>
|
|
||||||
<ColumnDefinition/>
|
|
||||||
<ColumnDefinition Width="12"/>
|
|
||||||
</Grid.ColumnDefinitions>
|
|
||||||
<VisualStateManager.VisualStateGroups>
|
|
||||||
<VisualStateGroup x:Name="ActiveStates">
|
|
||||||
<VisualState x:Name="Active">
|
|
||||||
<VisualState.Setters>
|
|
||||||
<Setter Target="normalOutput.IsTextSelectionEnabled" Value="True"/>
|
|
||||||
<Setter Target="normalOutput.FontWeight" Value="SemiBold"/>
|
|
||||||
</VisualState.Setters>
|
|
||||||
</VisualState>
|
|
||||||
<VisualState x:Name="Normal"/>
|
|
||||||
</VisualStateGroup>
|
|
||||||
</VisualStateManager.VisualStateGroups>
|
|
||||||
<ScrollViewer x:Name="textContainer"
|
|
||||||
Grid.Column="1"
|
|
||||||
Padding="0,0,0,0"
|
|
||||||
Style="{ThemeResource ResultsScrollerSnapped}"
|
|
||||||
AutomationProperties.AccessibilityView="Raw">
|
|
||||||
<TextBlock x:Name="normalOutput"
|
|
||||||
Margin="{TemplateBinding DisplayMargin}"
|
|
||||||
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
|
|
||||||
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
|
|
||||||
Foreground="{TemplateBinding Foreground}"
|
|
||||||
FontSize="{TemplateBinding FontSize}"
|
|
||||||
FontWeight="Light"
|
|
||||||
AutomationProperties.AccessibilityView="Raw"
|
|
||||||
Text="{TemplateBinding DisplayValue}"
|
|
||||||
TextAlignment="{TemplateBinding HorizontalContentAlignment}"
|
|
||||||
TextWrapping="NoWrap"/>
|
|
||||||
</ScrollViewer>
|
|
||||||
<HyperlinkButton x:Name="scrollLeft"
|
|
||||||
Grid.Column="0"
|
|
||||||
Width="20"
|
|
||||||
MinWidth="20"
|
|
||||||
MinHeight="24"
|
|
||||||
Margin="-4,0,-4,0"
|
|
||||||
Padding="0,-3,0,4"
|
|
||||||
VerticalAlignment="Top"
|
|
||||||
HorizontalContentAlignment="Center"
|
|
||||||
VerticalContentAlignment="Center"
|
|
||||||
Foreground="{ThemeResource SystemControlForegroundAccentBrush}"
|
|
||||||
BorderThickness="0"
|
|
||||||
Visibility="Collapsed">
|
|
||||||
<FontIcon x:Name="scrollLeftText"
|
|
||||||
FontFamily="{ThemeResource SymbolThemeFontFamily}"
|
|
||||||
FontSize="12"
|
|
||||||
Glyph=""/>
|
|
||||||
</HyperlinkButton>
|
|
||||||
<HyperlinkButton x:Name="scrollRight"
|
|
||||||
Grid.Column="2"
|
|
||||||
Width="20"
|
|
||||||
MinWidth="20"
|
|
||||||
MinHeight="24"
|
|
||||||
Margin="-4,0,-4,0"
|
|
||||||
Padding="0,-3,0,4"
|
|
||||||
VerticalAlignment="Top"
|
|
||||||
HorizontalContentAlignment="Center"
|
|
||||||
VerticalContentAlignment="Center"
|
|
||||||
Foreground="{ThemeResource SystemControlForegroundAccentBrush}"
|
|
||||||
BorderThickness="0"
|
|
||||||
Visibility="Collapsed">
|
|
||||||
<FontIcon x:Name="scrollRightText"
|
|
||||||
FontFamily="{ThemeResource SymbolThemeFontFamily}"
|
|
||||||
FontSize="12"
|
|
||||||
Glyph=""/>
|
|
||||||
</HyperlinkButton>
|
|
||||||
</Grid>
|
|
||||||
</ControlTemplate>
|
|
||||||
</Setter.Value>
|
|
||||||
</Setter>
|
|
||||||
</Style>
|
|
||||||
<Style x:Key="CalculationResultStyleS" TargetType="Controls:CalculationResult">
|
|
||||||
<Setter Property="Background" Value="Transparent"/>
|
|
||||||
<Setter Property="Foreground" Value="{ThemeResource SystemControlPageTextBaseHighBrush}"/>
|
|
||||||
<Setter Property="HorizontalAlignment" Value="Stretch"/>
|
|
||||||
<Setter Property="VerticalAlignment" Value="Stretch"/>
|
|
||||||
<Setter Property="HorizontalContentAlignment" Value="Right"/>
|
|
||||||
<Setter Property="VerticalContentAlignment" Value="Top"/>
|
|
||||||
<Setter Property="MinHeight" Value="12"/>
|
|
||||||
<Setter Property="IsTextScaleFactorEnabled" Value="False"/>
|
|
||||||
<Setter Property="UseSystemFocusVisuals" Value="True"/>
|
|
||||||
<Setter Property="Template">
|
|
||||||
<Setter.Value>
|
|
||||||
<ControlTemplate TargetType="Controls:CalculationResult">
|
|
||||||
<Grid x:Name="border" Background="{TemplateBinding Background}">
|
|
||||||
<Grid.ColumnDefinitions>
|
|
||||||
<ColumnDefinition Width="12"/>
|
|
||||||
<ColumnDefinition/>
|
|
||||||
<ColumnDefinition Width="12"/>
|
|
||||||
</Grid.ColumnDefinitions>
|
|
||||||
<VisualStateManager.VisualStateGroups>
|
|
||||||
<VisualStateGroup x:Name="ActiveStates">
|
|
||||||
<VisualState x:Name="Active">
|
|
||||||
<VisualState.Setters>
|
|
||||||
<Setter Target="normalOutput.FontWeight" Value="SemiBold"/>
|
|
||||||
<Setter Target="normalOutput.IsTextSelectionEnabled" Value="True"/>
|
|
||||||
</VisualState.Setters>
|
|
||||||
</VisualState>
|
|
||||||
<VisualState x:Name="Normal"/>
|
|
||||||
</VisualStateGroup>
|
|
||||||
</VisualStateManager.VisualStateGroups>
|
|
||||||
<ScrollViewer x:Name="textContainer"
|
|
||||||
Grid.Column="1"
|
|
||||||
Padding="0,0,0,0"
|
|
||||||
Style="{ThemeResource ResultsScrollerSnapped}"
|
|
||||||
AutomationProperties.AccessibilityView="Raw">
|
|
||||||
<TextBlock x:Name="normalOutput"
|
|
||||||
Margin="{TemplateBinding DisplayMargin}"
|
|
||||||
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
|
|
||||||
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
|
|
||||||
Foreground="{TemplateBinding Foreground}"
|
|
||||||
FontSize="{TemplateBinding FontSize}"
|
|
||||||
FontWeight="Light"
|
|
||||||
AutomationProperties.AccessibilityView="Raw"
|
|
||||||
Text="{TemplateBinding DisplayValue}"
|
|
||||||
TextAlignment="{TemplateBinding HorizontalContentAlignment}"
|
|
||||||
TextWrapping="NoWrap"/>
|
|
||||||
</ScrollViewer>
|
|
||||||
<HyperlinkButton x:Name="scrollLeft"
|
|
||||||
Grid.Column="0"
|
|
||||||
Width="20"
|
|
||||||
MinWidth="20"
|
|
||||||
MinHeight="24"
|
|
||||||
Margin="-4,0,-4,0"
|
|
||||||
Padding="0,-3,0,4"
|
|
||||||
VerticalAlignment="Top"
|
|
||||||
HorizontalContentAlignment="Center"
|
|
||||||
VerticalContentAlignment="Center"
|
|
||||||
Foreground="{ThemeResource SystemControlForegroundAccentBrush}"
|
|
||||||
BorderThickness="0"
|
|
||||||
Visibility="Collapsed">
|
|
||||||
<FontIcon x:Name="scrollLeftText"
|
|
||||||
FontFamily="{ThemeResource SymbolThemeFontFamily}"
|
|
||||||
FontSize="12"
|
|
||||||
Glyph=""/>
|
|
||||||
</HyperlinkButton>
|
|
||||||
<HyperlinkButton x:Name="scrollRight"
|
|
||||||
Grid.Column="2"
|
|
||||||
Width="20"
|
|
||||||
MinWidth="20"
|
|
||||||
MinHeight="24"
|
|
||||||
Margin="-4,0,-4,0"
|
|
||||||
Padding="0,-3,0,4"
|
|
||||||
VerticalAlignment="Top"
|
|
||||||
HorizontalContentAlignment="Center"
|
|
||||||
VerticalContentAlignment="Center"
|
|
||||||
Foreground="{ThemeResource SystemControlForegroundAccentBrush}"
|
|
||||||
BorderThickness="0"
|
|
||||||
Visibility="Collapsed">
|
|
||||||
<FontIcon x:Name="scrollRightText"
|
|
||||||
FontFamily="{ThemeResource SymbolThemeFontFamily}"
|
|
||||||
FontSize="12"
|
|
||||||
Glyph=""/>
|
|
||||||
</HyperlinkButton>
|
|
||||||
</Grid>
|
|
||||||
</ControlTemplate>
|
|
||||||
</Setter.Value>
|
|
||||||
</Setter>
|
|
||||||
</Style>
|
|
||||||
|
|
||||||
<Style x:Key="CaptionButtonStyle" TargetType="Button">
|
<Style x:Key="CaptionButtonStyle" TargetType="Button">
|
||||||
<Setter Property="Foreground" Value="{ThemeResource SystemControlForegroundBaseHighBrush}"/>
|
<Setter Property="Foreground" Value="{ThemeResource SystemControlForegroundBaseHighBrush}"/>
|
||||||
|
@ -701,7 +531,7 @@
|
||||||
<VisualState x:Name="Pressed">
|
<VisualState x:Name="Pressed">
|
||||||
<VisualState.Setters>
|
<VisualState.Setters>
|
||||||
<Setter Target="RootGrid.(RevealBrush.State)" Value="Pressed"/>
|
<Setter Target="RootGrid.(RevealBrush.State)" Value="Pressed"/>
|
||||||
<Setter Target="RootGrid.Background" Value="{ThemeResource AppControlHighlightAltListAccentHighRevealBackgroundBrush}"/>
|
<Setter Target="RootGrid.Background" Value="{ThemeResource AppControlBackgroundListAccentHighRevealBackgroundBrush}"/>
|
||||||
<Setter Target="ContentPresenter.Foreground" Value="{ThemeResource SystemControlHighlightAltAltHighBrush}"/>
|
<Setter Target="ContentPresenter.Foreground" Value="{ThemeResource SystemControlHighlightAltAltHighBrush}"/>
|
||||||
</VisualState.Setters>
|
</VisualState.Setters>
|
||||||
</VisualState>
|
</VisualState>
|
||||||
|
|
|
@ -28,6 +28,7 @@ using namespace std;
|
||||||
DEPENDENCY_PROPERTY_INITIALIZATION(CalculationResult, IsActive);
|
DEPENDENCY_PROPERTY_INITIALIZATION(CalculationResult, IsActive);
|
||||||
DEPENDENCY_PROPERTY_INITIALIZATION(CalculationResult, AccentColor);
|
DEPENDENCY_PROPERTY_INITIALIZATION(CalculationResult, AccentColor);
|
||||||
DEPENDENCY_PROPERTY_INITIALIZATION(CalculationResult, MinFontSize);
|
DEPENDENCY_PROPERTY_INITIALIZATION(CalculationResult, MinFontSize);
|
||||||
|
DEPENDENCY_PROPERTY_INITIALIZATION(CalculationResult, MaxFontSize);
|
||||||
DEPENDENCY_PROPERTY_INITIALIZATION(CalculationResult, DisplayMargin);
|
DEPENDENCY_PROPERTY_INITIALIZATION(CalculationResult, DisplayMargin);
|
||||||
DEPENDENCY_PROPERTY_INITIALIZATION(CalculationResult, MaxExpressionHistoryCharacters);
|
DEPENDENCY_PROPERTY_INITIALIZATION(CalculationResult, MaxExpressionHistoryCharacters);
|
||||||
DEPENDENCY_PROPERTY_INITIALIZATION(CalculationResult, ExpressionVisibility);
|
DEPENDENCY_PROPERTY_INITIALIZATION(CalculationResult, ExpressionVisibility);
|
||||||
|
@ -50,7 +51,6 @@ StringReference CalculationResult::s_FocusedState(L"Focused");
|
||||||
StringReference CalculationResult::s_UnfocusedState(L"Unfocused");
|
StringReference CalculationResult::s_UnfocusedState(L"Unfocused");
|
||||||
|
|
||||||
CalculationResult::CalculationResult():
|
CalculationResult::CalculationResult():
|
||||||
m_startingFontSize(0.0),
|
|
||||||
m_isScalingText(false),
|
m_isScalingText(false),
|
||||||
m_haveCalculatedMax(false)
|
m_haveCalculatedMax(false)
|
||||||
{
|
{
|
||||||
|
@ -95,7 +95,6 @@ void CalculationResult::OnApplyTemplate()
|
||||||
if (m_textBlock)
|
if (m_textBlock)
|
||||||
{
|
{
|
||||||
m_textBlock->Visibility = ::Visibility::Visible;
|
m_textBlock->Visibility = ::Visibility::Visible;
|
||||||
m_startingFontSize = m_textBlock->FontSize;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
UpdateAllState();
|
UpdateAllState();
|
||||||
|
@ -143,6 +142,16 @@ void CalculationResult::OnDisplayValuePropertyChanged(String^ /*oldValue*/, Stri
|
||||||
UpdateTextState();
|
UpdateTextState();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void CalculationResult::OnMinFontSizePropertyChanged(double /*oldValue*/, double /*newValue*/)
|
||||||
|
{
|
||||||
|
UpdateTextState();
|
||||||
|
}
|
||||||
|
|
||||||
|
void CalculationResult::OnMaxFontSizePropertyChanged(double /*oldValue*/, double /*newValue*/)
|
||||||
|
{
|
||||||
|
UpdateTextState();
|
||||||
|
}
|
||||||
|
|
||||||
void CalculationResult::OnIsInErrorPropertyChanged(bool /*oldValue*/, bool newValue)
|
void CalculationResult::OnIsInErrorPropertyChanged(bool /*oldValue*/, bool newValue)
|
||||||
{
|
{
|
||||||
// We need to have a good template for this to work
|
// We need to have a good template for this to work
|
||||||
|
@ -212,7 +221,7 @@ void CalculationResult::UpdateTextState()
|
||||||
{
|
{
|
||||||
fontSizeChange = min<double>(max<double>(floor(WIDTHTOFONTSCALAR * widthDiff) - WIDTHTOFONTOFFSET, INCREMENTOFFSET), MAXFONTINCREMENT);
|
fontSizeChange = min<double>(max<double>(floor(WIDTHTOFONTSCALAR * widthDiff) - WIDTHTOFONTOFFSET, INCREMENTOFFSET), MAXFONTINCREMENT);
|
||||||
}
|
}
|
||||||
if (m_textBlock->ActualWidth < containerSize && abs(m_textBlock->FontSize - m_startingFontSize) > FONTTOLERANCE && !m_haveCalculatedMax)
|
if (m_textBlock->ActualWidth < containerSize && abs(m_textBlock->FontSize - MaxFontSize) > FONTTOLERANCE && !m_haveCalculatedMax)
|
||||||
{
|
{
|
||||||
ModifyFontAndMargin(m_textBlock, fontSizeChange);
|
ModifyFontAndMargin(m_textBlock, fontSizeChange);
|
||||||
m_textBlock->InvalidateArrange();
|
m_textBlock->InvalidateArrange();
|
||||||
|
@ -228,7 +237,7 @@ void CalculationResult::UpdateTextState()
|
||||||
m_textBlock->InvalidateArrange();
|
m_textBlock->InvalidateArrange();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
assert(m_textBlock->FontSize >= MinFontSize && m_textBlock->FontSize <= m_startingFontSize);
|
assert(m_textBlock->FontSize >= MinFontSize && m_textBlock->FontSize <= MaxFontSize);
|
||||||
m_isScalingText = false;
|
m_isScalingText = false;
|
||||||
if (IsOperatorCommand)
|
if (IsOperatorCommand)
|
||||||
{
|
{
|
||||||
|
@ -361,24 +370,15 @@ void CalculationResult::ModifyFontAndMargin(TextBlock^ textBox, double fontChang
|
||||||
{
|
{
|
||||||
double cur = textBox->FontSize;
|
double cur = textBox->FontSize;
|
||||||
double newFontSize = 0.0;
|
double newFontSize = 0.0;
|
||||||
Thickness t = textBox->Margin;
|
|
||||||
double scaleFactor = SCALEFACTOR;
|
double scaleFactor = SCALEFACTOR;
|
||||||
if (m_textContainer->ActualHeight <= HEIGHTCUTOFF)
|
if (m_textContainer->ActualHeight <= HEIGHTCUTOFF)
|
||||||
{
|
{
|
||||||
scaleFactor = SMALLHEIGHTSCALEFACTOR;
|
scaleFactor = SMALLHEIGHTSCALEFACTOR;
|
||||||
}
|
}
|
||||||
if (fontChange < 0)
|
|
||||||
{
|
newFontSize = min(max(cur + fontChange, MinFontSize), MaxFontSize);
|
||||||
newFontSize = max(cur + fontChange, MinFontSize);
|
m_textContainer->Padding = Thickness(0, 0, 0, scaleFactor * abs(cur - newFontSize));
|
||||||
t.Bottom += scaleFactor * abs(cur - newFontSize);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
newFontSize = min(cur + fontChange, m_startingFontSize);
|
|
||||||
t.Bottom -= scaleFactor * abs(cur - newFontSize);
|
|
||||||
}
|
|
||||||
textBox->FontSize = newFontSize;
|
textBox->FontSize = newFontSize;
|
||||||
textBox->Margin = t;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CalculationResult::UpdateAllState()
|
void CalculationResult::UpdateAllState()
|
||||||
|
|
|
@ -19,7 +19,8 @@ namespace CalculatorApp
|
||||||
DEPENDENCY_PROPERTY_OWNER(CalculationResult);
|
DEPENDENCY_PROPERTY_OWNER(CalculationResult);
|
||||||
|
|
||||||
DEPENDENCY_PROPERTY(Windows::UI::Xaml::Visibility, ExpressionVisibility);
|
DEPENDENCY_PROPERTY(Windows::UI::Xaml::Visibility, ExpressionVisibility);
|
||||||
DEPENDENCY_PROPERTY(double, MinFontSize);
|
DEPENDENCY_PROPERTY_WITH_DEFAULT_AND_CALLBACK(double, MinFontSize, 0.0);
|
||||||
|
DEPENDENCY_PROPERTY_WITH_DEFAULT_AND_CALLBACK(double, MaxFontSize, 30.0);
|
||||||
DEPENDENCY_PROPERTY(Windows::UI::Xaml::Thickness, DisplayMargin);
|
DEPENDENCY_PROPERTY(Windows::UI::Xaml::Thickness, DisplayMargin);
|
||||||
DEPENDENCY_PROPERTY(int, MaxExpressionHistoryCharacters);
|
DEPENDENCY_PROPERTY(int, MaxExpressionHistoryCharacters);
|
||||||
DEPENDENCY_PROPERTY_WITH_CALLBACK(bool, IsActive);
|
DEPENDENCY_PROPERTY_WITH_CALLBACK(bool, IsActive);
|
||||||
|
@ -52,6 +53,8 @@ namespace CalculatorApp
|
||||||
void OnAccentColorPropertyChanged(Windows::UI::Xaml::Media::Brush^ oldValue, Windows::UI::Xaml::Media::Brush^ newValue);
|
void OnAccentColorPropertyChanged(Windows::UI::Xaml::Media::Brush^ oldValue, Windows::UI::Xaml::Media::Brush^ newValue);
|
||||||
void OnDisplayValuePropertyChanged(Platform::String^ oldValue, Platform::String^ newValue);
|
void OnDisplayValuePropertyChanged(Platform::String^ oldValue, Platform::String^ newValue);
|
||||||
void OnIsInErrorPropertyChanged(bool oldValue, bool newValue);
|
void OnIsInErrorPropertyChanged(bool oldValue, bool newValue);
|
||||||
|
void OnMinFontSizePropertyChanged(double oldValue, double newValue);
|
||||||
|
void OnMaxFontSizePropertyChanged(double oldValue, double newValue);
|
||||||
void TextContainerSizeChanged(Object^ sender, Windows::UI::Xaml::SizeChangedEventArgs^ e);
|
void TextContainerSizeChanged(Object^ sender, Windows::UI::Xaml::SizeChangedEventArgs^ e);
|
||||||
void OnTextContainerLayoutUpdated(Object^ sender, Object^ e);
|
void OnTextContainerLayoutUpdated(Object^ sender, Object^ e);
|
||||||
void UpdateVisualState();
|
void UpdateVisualState();
|
||||||
|
@ -74,7 +77,6 @@ namespace CalculatorApp
|
||||||
Windows::UI::Xaml::Controls::TextBlock^ m_textBlock;
|
Windows::UI::Xaml::Controls::TextBlock^ m_textBlock;
|
||||||
Windows::UI::Xaml::Controls::HyperlinkButton^ m_scrollLeft;
|
Windows::UI::Xaml::Controls::HyperlinkButton^ m_scrollLeft;
|
||||||
Windows::UI::Xaml::Controls::HyperlinkButton^ m_scrollRight;
|
Windows::UI::Xaml::Controls::HyperlinkButton^ m_scrollRight;
|
||||||
double m_startingFontSize;
|
|
||||||
double scrollRatio = 0.7;
|
double scrollRatio = 0.7;
|
||||||
bool m_isScalingText;
|
bool m_isScalingText;
|
||||||
bool m_haveCalculatedMax;
|
bool m_haveCalculatedMax;
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Hakies regs</value>
|
<value>Hakies regs</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Aantal oop hakies %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Daar is geen oop hakies om te sluit nie.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Wetenskaplike notering</value>
|
<value>Wetenskaplike notering</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>የቀኝ ቅንፍ</value>
|
<value>የቀኝ ቅንፍ</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>የክፍት ቅንፎች ብዛት %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>ምንም የሚዘጋ ክፍት ቅንፍ የለም።</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>ሳይንሳዊ እሳቤ</value>
|
<value>ሳይንሳዊ እሳቤ</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2278,7 +2286,7 @@
|
||||||
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutControlCopyright" xml:space="preserve">
|
<data name="AboutControlCopyright" xml:space="preserve">
|
||||||
<value>© %1 Microsoft. ሁሉም መብቱ የተጠበቀ።</value>
|
<value>© %1 Microsoft. ሁሉም መብቶች በህግ የተከበሩ ናቸው።</value>
|
||||||
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutButton.Content" xml:space="preserve">
|
<data name="AboutButton.Content" xml:space="preserve">
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>أقواس يمنى</value>
|
<value>أقواس يمنى</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>عدد الأقواس المفتوحة %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>لا توجد أي أقواس مفتوحة لإغلاقها.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>رموز علمية</value>
|
<value>رموز علمية</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2279,7 +2287,7 @@
|
||||||
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutControlCopyright" xml:space="preserve">
|
<data name="AboutControlCopyright" xml:space="preserve">
|
||||||
<value>© %1 Microsoft. جميع الحقوق محفوظة.</value>
|
<value>حقوق النشر © محفوظة لشركة Microsoft لعام %1. جميع الحقوق محفوظة.</value>
|
||||||
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutButton.Content" xml:space="preserve">
|
<data name="AboutButton.Content" xml:space="preserve">
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Sağ mötərizə</value>
|
<value>Sağ mötərizə</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Açıq mötərizənin sayı %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Bağlamaq üçün açıq mötərizələr yoxdur.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Eksponensial format</value>
|
<value>Eksponensial format</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Правая дужка</value>
|
<value>Правая дужка</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Лік адсутных дужак %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Няма незакрытых дужак.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Экспанентавы запіс</value>
|
<value>Экспанентавы запіс</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2899,4 +2907,4 @@
|
||||||
<value>Пагадненне аб выкарыстанні сэрвісаў Microsoft</value>
|
<value>Пагадненне аб выкарыстанні сэрвісаў Microsoft</value>
|
||||||
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Дясна скоба</value>
|
<value>Дясна скоба</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Брой отворени скоби: %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Няма отворени скоби за затваряне.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Експоненциален запис</value>
|
<value>Експоненциален запис</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>ডান বন্ধনী</value>
|
<value>ডান বন্ধনী</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>বন্ধনী গণনা খুলুন %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>বন্ধ করার জন্য এখানে কোনো খোলা বন্ধনী নেই।</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>বৈজ্ঞানিক নোটেশন</value>
|
<value>বৈজ্ঞানিক নোটেশন</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2278,7 +2286,7 @@
|
||||||
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutControlCopyright" xml:space="preserve">
|
<data name="AboutControlCopyright" xml:space="preserve">
|
||||||
<value>© %1 Microsoft. সর্বস্বত্ব সংরক্ষিত।</value>
|
<value>© %1 Microsoft। সর্বস্বত্ব সংরক্ষিত।</value>
|
||||||
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutButton.Content" xml:space="preserve">
|
<data name="AboutButton.Content" xml:space="preserve">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<root>
|
<root>
|
||||||
<!--
|
<!--
|
||||||
Microsoft ResX Schema
|
Microsoft ResX Schema
|
||||||
|
@ -909,6 +909,14 @@
|
||||||
<value>Parèntesi de tancament</value>
|
<value>Parèntesi de tancament</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Recompte de parèntesis oberts: %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>No hi ha cap parèntesi obert per tancar.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Notació científica</value>
|
<value>Notació científica</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2899,4 +2907,4 @@
|
||||||
<value>Contracte de serveis de Microsoft</value>
|
<value>Contracte de serveis de Microsoft</value>
|
||||||
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Pravá závorka</value>
|
<value>Pravá závorka</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Počet levých okrouhlých závorek %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Nenašly se žádné levé okrouhlé závorky, ke kterým by bylo třeba přidat pravou závorku.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Vědecký zápis</value>
|
<value>Vědecký zápis</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<root>
|
<root>
|
||||||
<!--
|
<!--
|
||||||
Microsoft ResX Schema
|
Microsoft ResX Schema
|
||||||
|
@ -909,6 +909,14 @@
|
||||||
<value>Højreparentes</value>
|
<value>Højreparentes</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Åbn parentesantal %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Der er ingen åbne parenteser at lukke.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Videnskabelig notation</value>
|
<value>Videnskabelig notation</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2899,4 +2907,4 @@
|
||||||
<value>Microsoft-serviceaftale</value>
|
<value>Microsoft-serviceaftale</value>
|
||||||
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
|
@ -434,7 +434,7 @@
|
||||||
<comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>
|
<comment>This is the automation name and label for the memory button when the memory flyout is open.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
<data name="MemoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
||||||
<value>Arbeitsspeicher</value>
|
<value>Speicher</value>
|
||||||
<comment>This is the tool tip automation name for the memory button.</comment>
|
<comment>This is the tool tip automation name for the memory button.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
<data name="HistoryButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
||||||
|
@ -454,7 +454,7 @@
|
||||||
<comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>
|
<comment>This is the tool tip automation name for the Clear Memory (MC) button.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="MemoryLabel.Text" xml:space="preserve">
|
<data name="MemoryLabel.Text" xml:space="preserve">
|
||||||
<value>Arbeitsspeicher</value>
|
<value>Speicher</value>
|
||||||
<comment>The text that shows as the header for the memory list</comment>
|
<comment>The text that shows as the header for the memory list</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="MemoryPivotItem.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
|
@ -562,7 +562,7 @@
|
||||||
<comment>Screen reader prompt for the history flyout</comment>
|
<comment>Screen reader prompt for the history flyout</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="MemoryPane" xml:space="preserve">
|
<data name="MemoryPane" xml:space="preserve">
|
||||||
<value>Arbeitsspeicher</value>
|
<value>Speicher</value>
|
||||||
<comment>Screen reader prompt for the memory flyout</comment>
|
<comment>Screen reader prompt for the memory flyout</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="Format_HexButtonValue" xml:space="preserve">
|
<data name="Format_HexButtonValue" xml:space="preserve">
|
||||||
|
@ -606,7 +606,7 @@
|
||||||
<comment>Screen reader prompt for the Calculator Memory button</comment>
|
<comment>Screen reader prompt for the Calculator Memory button</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
<data name="memButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
||||||
<value>Gespeicherten Wert speichern (STRG+M)</value>
|
<value>Speicher (STRG+M)</value>
|
||||||
<comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>
|
<comment>This is the tool tip automation name for the Memory Store (MS) button.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ClearMemoryButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
|
@ -909,6 +909,14 @@
|
||||||
<value>Schließende Klammer</value>
|
<value>Schließende Klammer</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Anzahl geöffneter Klammern %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Es sind keine zu schließenden Klammern vorhanden.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Wissenschaftliche Schreibweise</value>
|
<value>Wissenschaftliche Schreibweise</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -1162,7 +1170,7 @@
|
||||||
<comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>
|
<comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnitAbbreviation_Liter" xml:space="preserve">
|
<data name="UnitAbbreviation_Liter" xml:space="preserve">
|
||||||
<value>L</value>
|
<value>l</value>
|
||||||
<comment>An abbreviation for a measurement unit of volume</comment>
|
<comment>An abbreviation for a measurement unit of volume</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnitName_Milliliter" xml:space="preserve">
|
<data name="UnitName_Milliliter" xml:space="preserve">
|
||||||
|
@ -1170,7 +1178,7 @@
|
||||||
<comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>
|
<comment>A measurement unit for volume. (Please choose the most appropriate plural form to fit any number between 0 and 999,999,999,999,999)</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnitAbbreviation_Milliliter" xml:space="preserve">
|
<data name="UnitAbbreviation_Milliliter" xml:space="preserve">
|
||||||
<value>mL</value>
|
<value>ml</value>
|
||||||
<comment>An abbreviation for a measurement unit of volume</comment>
|
<comment>An abbreviation for a measurement unit of volume</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnitName_PintUK" xml:space="preserve">
|
<data name="UnitName_PintUK" xml:space="preserve">
|
||||||
|
@ -1506,7 +1514,7 @@
|
||||||
<comment>An abbreviation for a measurement unit of power</comment>
|
<comment>An abbreviation for a measurement unit of power</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnitAbbreviation_Week" xml:space="preserve">
|
<data name="UnitAbbreviation_Week" xml:space="preserve">
|
||||||
<value>wo</value>
|
<value>w</value>
|
||||||
<comment>An abbreviation for a measurement unit of time</comment>
|
<comment>An abbreviation for a measurement unit of time</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="UnitAbbreviation_Yard" xml:space="preserve">
|
<data name="UnitAbbreviation_Yard" xml:space="preserve">
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Δεξιά παρένθεση</value>
|
<value>Δεξιά παρένθεση</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Πλήθος ανοιχτών παρενθέσεων %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Δεν υπάρχουν ανοιχτές παρενθέσεις για κλείσιμο.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Επιστημονική σημειογραφία</value>
|
<value>Επιστημονική σημειογραφία</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<root>
|
<root>
|
||||||
<!--
|
<!--
|
||||||
Microsoft ResX Schema
|
Microsoft ResX Schema
|
||||||
|
@ -909,6 +909,14 @@
|
||||||
<value>Right parenthesis</value>
|
<value>Right parenthesis</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Open parenthesis count %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>There are no open parentheses to close.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Scientific notation</value>
|
<value>Scientific notation</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2899,4 +2907,4 @@
|
||||||
<value>Microsoft Services Agreement</value>
|
<value>Microsoft Services Agreement</value>
|
||||||
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
|
@ -810,7 +810,7 @@
|
||||||
<comment>Screen reader prompt for the Calculator RSH button</comment>
|
<comment>Screen reader prompt for the Calculator RSH button</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Exclusivo o</value>
|
<value>O exclusivo</value>
|
||||||
<comment>Screen reader prompt for the Calculator XOR button</comment>
|
<comment>Screen reader prompt for the Calculator XOR button</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
|
@ -909,6 +909,14 @@
|
||||||
<value>Paréntesis de cierre</value>
|
<value>Paréntesis de cierre</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Número de paréntesis abiertos %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>No hay ningún paréntesis abierto para cerrar.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Notación científica</value>
|
<value>Notación científica</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -810,7 +810,7 @@
|
||||||
<comment>Screen reader prompt for the Calculator RSH button</comment>
|
<comment>Screen reader prompt for the Calculator RSH button</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="xorButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Exclusivo o</value>
|
<value>O exclusivo</value>
|
||||||
<comment>Screen reader prompt for the Calculator XOR button</comment>
|
<comment>Screen reader prompt for the Calculator XOR button</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="qwordButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
|
@ -909,6 +909,14 @@
|
||||||
<value>Paréntesis de cierre</value>
|
<value>Paréntesis de cierre</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Recuento de paréntesis de apertura: %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>No hay ningún paréntesis de apertura para cerrar.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Notación científica</value>
|
<value>Notación científica</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Paremsulg</value>
|
<value>Paremsulg</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Avavate sulgude arv %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Avavaid sulge, mis vajavad sulgemist, ei ole.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Teaduskuju</value>
|
<value>Teaduskuju</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Eskuineko parentesia</value>
|
<value>Eskuineko parentesia</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Ireki %1. parentesia</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Ez dago irekitako parentesirik ixteko.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Notazio zientifikoa</value>
|
<value>Notazio zientifikoa</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>پرانتز سمت راست</value>
|
<value>پرانتز سمت راست</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>تعداد پرانتز باز %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>هیچ پرانتز بازی برای بستن وجود ندارد.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>نماد علمی</value>
|
<value>نماد علمی</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Oikea sulje</value>
|
<value>Oikea sulje</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Avaavien sulkeiden määrä %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Suljettavia avaavia sulkeita ei ole.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Tieteellinen merkintätapa</value>
|
<value>Tieteellinen merkintätapa</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Kanang parenthesis</value>
|
<value>Kanang parenthesis</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Bilang ng bukas na parenthesis %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Walang mga bukas na parenthesis na masasara.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Scientific notation</value>
|
<value>Scientific notation</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2278,7 +2286,7 @@
|
||||||
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutControlCopyright" xml:space="preserve">
|
<data name="AboutControlCopyright" xml:space="preserve">
|
||||||
<value>© %1 Microsoft. Nakalaan ang lahat ng karapatan.</value>
|
<value>© %1 Microsoft. Reserbado ang lahat ng karapatan.</value>
|
||||||
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutButton.Content" xml:space="preserve">
|
<data name="AboutButton.Content" xml:space="preserve">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<root>
|
<root>
|
||||||
<!--
|
<!--
|
||||||
Microsoft ResX Schema
|
Microsoft ResX Schema
|
||||||
|
@ -909,6 +909,14 @@
|
||||||
<value>Parenthèse droite</value>
|
<value>Parenthèse droite</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Nombre de parenthèses ouvertes : %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Aucune parenthèse ouverte ne doit être fermée.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Notation scientifique</value>
|
<value>Notation scientifique</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2278,7 +2286,7 @@
|
||||||
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutControlCopyright" xml:space="preserve">
|
<data name="AboutControlCopyright" xml:space="preserve">
|
||||||
<value>%1 Microsoft. Tous droits réservés.</value>
|
<value>© %1 Microsoft. Tous droits réservés.</value>
|
||||||
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutButton.Content" xml:space="preserve">
|
<data name="AboutButton.Content" xml:space="preserve">
|
||||||
|
@ -2899,4 +2907,4 @@
|
||||||
<value>Contrat de services Microsoft</value>
|
<value>Contrat de services Microsoft</value>
|
||||||
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Parenthèse droite</value>
|
<value>Parenthèse droite</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Nombre de parenthèses ouvrantes %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Il n’y a pas de parenthèses ouvertes à fermer.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Notation scientifique</value>
|
<value>Notation scientifique</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2899,4 +2907,4 @@
|
||||||
<value>Contrat de services Microsoft</value>
|
<value>Contrat de services Microsoft</value>
|
||||||
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Paréntese dereita</value>
|
<value>Paréntese dereita</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Número de parénteses abertos %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Non hai ningún paréntese aberto para pechar.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Notación científica</value>
|
<value>Notación científica</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>סוגר ימני</value>
|
<value>סוגר ימני</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>ספירת תווי סוגריים פותחים %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>אין תווי סוגריים פותחים לסגירה.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>הערה מדעית</value>
|
<value>הערה מדעית</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>दायाँ कोष्ठक</value>
|
<value>दायाँ कोष्ठक</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>खुला कोष्ठक संख्या %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>बंद करने के लिए कोई खुला कोष्ठक नहीं है.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>वैज्ञानिक नोटेशन</value>
|
<value>वैज्ञानिक नोटेशन</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2278,7 +2286,7 @@
|
||||||
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutControlCopyright" xml:space="preserve">
|
<data name="AboutControlCopyright" xml:space="preserve">
|
||||||
<value>© %1 Microsoft. सर्वाधिकार सुरक्षित.</value>
|
<value>© %1 Microsoft। सर्वाधिकार सुरक्षित।</value>
|
||||||
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutButton.Content" xml:space="preserve">
|
<data name="AboutButton.Content" xml:space="preserve">
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Desna zagrada</value>
|
<value>Desna zagrada</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Broj otvorenih zagrada %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Trenutno nema otvorenih zagrada koje treba zatvoriti.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Znanstvena notacija</value>
|
<value>Znanstvena notacija</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2278,7 +2286,7 @@
|
||||||
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutControlCopyright" xml:space="preserve">
|
<data name="AboutControlCopyright" xml:space="preserve">
|
||||||
<value>© 2018. Microsoft. Sva prava pridržana.</value>
|
<value>© %1 Microsoft. Sva prava pridržana.</value>
|
||||||
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutButton.Content" xml:space="preserve">
|
<data name="AboutButton.Content" xml:space="preserve">
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Berekesztő zárójel</value>
|
<value>Berekesztő zárójel</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Nyitó zárójelek száma: %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Nincsenek bezárandó nyitó zárójelek.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Normál alak</value>
|
<value>Normál alak</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Tanda kurung buka</value>
|
<value>Tanda kurung buka</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Buka jumlah tanda kurung %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Tidak ada tanda kurung tutup yang diperlukan.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Notasi ilmiah</value>
|
<value>Notasi ilmiah</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Hægri svigi</value>
|
<value>Hægri svigi</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Fjöldi opinna sviga: %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Engir opnir svigar til að loka.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Vísindaleg tákn</value>
|
<value>Vísindaleg tákn</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Parentesi destra</value>
|
<value>Parentesi destra</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Numero di parentesi aperte %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Non sono presenti parentesi aperte da chiudere.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Notazione scientifica</value>
|
<value>Notazione scientifica</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<root>
|
<root>
|
||||||
<!--
|
<!--
|
||||||
Microsoft ResX Schema
|
Microsoft ResX Schema
|
||||||
|
@ -909,6 +909,14 @@
|
||||||
<value>終わり丸かっこ</value>
|
<value>終わり丸かっこ</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>開きかっこの数 %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>閉じかっこを指定できる開きかっこはありません。</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>指数表記</value>
|
<value>指数表記</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2899,4 +2907,4 @@
|
||||||
<value>Microsoft サービス規約</value>
|
<value>Microsoft サービス規約</value>
|
||||||
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Оң жақ жақша</value>
|
<value>Оң жақ жақша</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Ашылатын жақша саны %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Жабу үшін ашылатын жақша жоқ.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Экспоненттік түсінік</value>
|
<value>Экспоненттік түсінік</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2278,7 +2286,7 @@
|
||||||
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutControlCopyright" xml:space="preserve">
|
<data name="AboutControlCopyright" xml:space="preserve">
|
||||||
<value>© %1 Microsoft. Барлық құқықтар қорғалған.</value>
|
<value>© %1 Microsoft. Барлық құқықтары қорғалған.</value>
|
||||||
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutButton.Content" xml:space="preserve">
|
<data name="AboutButton.Content" xml:space="preserve">
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>វង់ក្រចកស្តាំ</value>
|
<value>វង់ក្រចកស្តាំ</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>ការរាប់រង្វង់ក្រចកបើក %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>មិនមានរង្វង់ក្រចកបើកដែលត្រូវបិទឡើយ។</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>ការកត់សម្គាល់វិទ្យាសាស្រ្ត</value>
|
<value>ការកត់សម្គាល់វិទ្យាសាស្រ្ត</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>ಬಲ ಆವರಣ ಚಿಹ್ನೆ</value>
|
<value>ಬಲ ಆವರಣ ಚಿಹ್ನೆ</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>ತೆರೆದ ಆವರಣ ಎಣಿಕೆ %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>ಮುಚ್ಚಲು ಯಾವುದೇ ತೆರೆದ ಆವರಣ ಇಲ್ಲ.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>ವೈಜ್ಞಾನಿಕ ಸಂಕೇತನ</value>
|
<value>ವೈಜ್ಞಾನಿಕ ಸಂಕೇತನ</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>닫는 괄호</value>
|
<value>닫는 괄호</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>여는 괄호 수 %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>닫을 여는 괄호가 없습니다.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>과학적 표기법</value>
|
<value>과학적 표기법</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>ວົງເລັບຂວາ</value>
|
<value>ວົງເລັບຂວາ</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>ຈຳນວນວົງເລັບເປີດ %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>ບໍ່ມີວົງເລັບເປີດເພື່ອປິດ.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>ສັນຍາລັກທາງວິທະຍາສາດ</value>
|
<value>ສັນຍາລັກທາງວິທະຍາສາດ</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<root>
|
<root>
|
||||||
<!--
|
<!--
|
||||||
Microsoft ResX Schema
|
Microsoft ResX Schema
|
||||||
|
@ -909,6 +909,14 @@
|
||||||
<value>Dešinysis lenktinis skliaustas</value>
|
<value>Dešinysis lenktinis skliaustas</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Atidarytų skliaustelių skaičius – %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Nėra atidarytų skliaustelių, kuriuos būtų galima uždaryti.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Mokslinis žymėjimas</value>
|
<value>Mokslinis žymėjimas</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2278,7 +2286,7 @@
|
||||||
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutControlCopyright" xml:space="preserve">
|
<data name="AboutControlCopyright" xml:space="preserve">
|
||||||
<value>© „Microsoft“, %1 m. Visos teisės ginamos.</value>
|
<value>© „Microsoft“, %1. Visos teisės ginamos.</value>
|
||||||
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutButton.Content" xml:space="preserve">
|
<data name="AboutButton.Content" xml:space="preserve">
|
||||||
|
@ -2899,4 +2907,4 @@
|
||||||
<value>„Microsoft“ paslaugų teikimo sutartis</value>
|
<value>„Microsoft“ paslaugų teikimo sutartis</value>
|
||||||
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Labās puses apaļā iekava</value>
|
<value>Labās puses apaļā iekava</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Atverošo iekavu skaits %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Nav atverošo iekavu, kam jāpievieno aizverošā iekava.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Zinātniskais pieraksts</value>
|
<value>Zinātniskais pieraksts</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Десна заграда</value>
|
<value>Десна заграда</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Број на отворени загради %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Нема отворени загради за затворање.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Научно означување</value>
|
<value>Научно означување</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2278,7 +2286,7 @@
|
||||||
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutControlCopyright" xml:space="preserve">
|
<data name="AboutControlCopyright" xml:space="preserve">
|
||||||
<value>© %1 Microsoft Corporation. Сите права се задржани.</value>
|
<value>© %1 Microsoft. Сите права се задржани.</value>
|
||||||
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutButton.Content" xml:space="preserve">
|
<data name="AboutButton.Content" xml:space="preserve">
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>വലത് ബ്രാക്കറ്റ്</value>
|
<value>വലത് ബ്രാക്കറ്റ്</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>തുറന്ന പാരന്തെസിസ് കൗണ്ട് %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>അടയ്ക്കുന്നതിന് തുറന്ന പാരന്തെസിസ് ഇല്ല.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>സയന്റിഫിക് നൊട്ടേഷൻ</value>
|
<value>സയന്റിഫിക് നൊട്ടേഷൻ</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2278,7 +2286,7 @@
|
||||||
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutControlCopyright" xml:space="preserve">
|
<data name="AboutControlCopyright" xml:space="preserve">
|
||||||
<value>© %1 Microsoft. എല്ലാ അവകാശങ്ങളും സംവരണം ചെയ്തിരിക്കുന്നു.</value>
|
<value>© %1 Microsoft. എല്ലാ അവകാശങ്ങളും നിക്ഷിപ്തം.</value>
|
||||||
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutButton.Content" xml:space="preserve">
|
<data name="AboutButton.Content" xml:space="preserve">
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Tanda kurungan kanan</value>
|
<value>Tanda kurungan kanan</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Buka kiraan kurungan %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Tiada kurungan terbuka untuk ditutup.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Tatatanda saintifik</value>
|
<value>Tatatanda saintifik</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Høyreparentes</value>
|
<value>Høyreparentes</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Antall åpne parenteser %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Det er ingen åpne paranteser å lukke.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Vitenskapelig notasjon</value>
|
<value>Vitenskapelig notasjon</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Haakje sluiten</value>
|
<value>Haakje sluiten</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Aantal haakjes openen %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Er zijn geen haakjes openen om te sluiten.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Wetenschappelijke notatie</value>
|
<value>Wetenschappelijke notatie</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Prawy nawias</value>
|
<value>Prawy nawias</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Liczba nawiasów otwierających: %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Brak otwartych nawiasów do zamknięcia.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Notacja naukowa</value>
|
<value>Notacja naukowa</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Parêntese direito</value>
|
<value>Parêntese direito</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Contagem de parênteses de abertura %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Não há parênteses de abertura para fechar.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Notação científica</value>
|
<value>Notação científica</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Parêntese à direita</value>
|
<value>Parêntese à direita</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Contagem de parêntesis abertos %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Não existem parêntesis abertos para fechar.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Notação científica</value>
|
<value>Notação científica</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Paranteză dreapta</value>
|
<value>Paranteză dreapta</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Număr paranteze deschise %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Nu există paranteze deschise de închis.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Notație științifică</value>
|
<value>Notație științifică</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<root>
|
<root>
|
||||||
<!--
|
<!--
|
||||||
Microsoft ResX Schema
|
Microsoft ResX Schema
|
||||||
|
@ -909,6 +909,14 @@
|
||||||
<value>Закрывающая круглая скобка</value>
|
<value>Закрывающая круглая скобка</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Количество открывающих скобок: %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Нет открывающих скобок, для которых требуются закрывающие.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Экспоненциальное представление </value>
|
<value>Экспоненциальное представление </value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2899,4 +2907,4 @@
|
||||||
<value>Соглашение об использовании служб Майкрософт</value>
|
<value>Соглашение об использовании служб Майкрософт</value>
|
||||||
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Pravá zátvorka</value>
|
<value>Pravá zátvorka</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Počet vstupných zátvoriek: %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Nenachádza sa tu žiadna vstupná zátvorka, ku ktorej je možné pridať výstupnú.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Vedecký zápis</value>
|
<value>Vedecký zápis</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Desni oklepaj</value>
|
<value>Desni oklepaj</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Število začetnih oklepajev: %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Ni začetnih oklepajev, ki bi potrebovali končnega.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Znanstveni zapis</value>
|
<value>Znanstveni zapis</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<root>
|
<root>
|
||||||
<!--
|
<!--
|
||||||
Microsoft ResX Schema
|
Microsoft ResX Schema
|
||||||
|
@ -909,6 +909,14 @@
|
||||||
<value>Kllapa e djathtë</value>
|
<value>Kllapa e djathtë</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Numri i kllapave të hapura %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Nuk ka kllapa hapëse për të mbyllur.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Simbolet shkencore</value>
|
<value>Simbolet shkencore</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2899,4 +2907,4 @@
|
||||||
<value>Marrëveshja e shërbimeve të Microsoft</value>
|
<value>Marrëveshja e shërbimeve të Microsoft</value>
|
||||||
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Desna zagrada</value>
|
<value>Desna zagrada</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Broj otvorenih zagrada %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Nema otvorenih zagrada koje se mogu zatvoriti.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Naučni način zapisivanja</value>
|
<value>Naučni način zapisivanja</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2452,13 +2460,13 @@
|
||||||
<value>dan</value>
|
<value>dan</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Date_Days" xml:space="preserve">
|
<data name="Date_Days" xml:space="preserve">
|
||||||
<value>dani</value>
|
<value>dan/dana</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Date_Month" xml:space="preserve">
|
<data name="Date_Month" xml:space="preserve">
|
||||||
<value>mesec</value>
|
<value>mesec</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Date_Months" xml:space="preserve">
|
<data name="Date_Months" xml:space="preserve">
|
||||||
<value>meseci</value>
|
<value>mesec/meseca/meseci</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Date_SameDates" xml:space="preserve">
|
<data name="Date_SameDates" xml:space="preserve">
|
||||||
<value>Isti datumi</value>
|
<value>Isti datumi</value>
|
||||||
|
@ -2467,13 +2475,13 @@
|
||||||
<value>sedmica</value>
|
<value>sedmica</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Date_Weeks" xml:space="preserve">
|
<data name="Date_Weeks" xml:space="preserve">
|
||||||
<value>sedmice</value>
|
<value>sedmica/sedmice</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Date_Year" xml:space="preserve">
|
<data name="Date_Year" xml:space="preserve">
|
||||||
<value>godina</value>
|
<value>godina</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Date_Years" xml:space="preserve">
|
<data name="Date_Years" xml:space="preserve">
|
||||||
<value>godine</value>
|
<value>godina/godine</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Date_DifferenceResultAutomationName" xml:space="preserve">
|
<data name="Date_DifferenceResultAutomationName" xml:space="preserve">
|
||||||
<value>Razlika %1</value>
|
<value>Razlika %1</value>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Höger parentes</value>
|
<value>Höger parentes</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Antal inledande parenteser %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Det finns inga inledande parenteser att avsluta.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Matematisk notation</value>
|
<value>Matematisk notation</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Mabano ya kulia</value>
|
<value>Mabano ya kulia</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Fungua hesabu ya mabano %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Hakuna mabano yaliyofunguliwa ya kufunga.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Nukuu ya kisayansi</value>
|
<value>Nukuu ya kisayansi</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>வலது அடைப்புக்குறி</value>
|
<value>வலது அடைப்புக்குறி</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>திறப்பு அடைப்புக்குறி கணக்கு %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>மூடுவதற்கு திறந்திருக்கும் அடைப்புக்குறிகள் எதுவும் இல்லை.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>விஞ்ஞானக் குறியீடு</value>
|
<value>விஞ்ஞானக் குறியீடு</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<root>
|
<root>
|
||||||
<!--
|
<!--
|
||||||
Microsoft ResX Schema
|
Microsoft ResX Schema
|
||||||
|
@ -909,6 +909,14 @@
|
||||||
<value>కుడి కుండలీకరణం</value>
|
<value>కుడి కుండలీకరణం</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>వృత్తార్ధము గణనను %1 తెరువు</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>మూసేయడానికి తెరచి ఉన్న ఏ వృత్తార్ధాలు లేవు.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>సైంటిఫిక్ నొటేషన్</value>
|
<value>సైంటిఫిక్ నొటేషన్</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2899,4 +2907,4 @@
|
||||||
<value>Microsoft సర్వీసెస్ అగ్రిమెంట్.</value>
|
<value>Microsoft సర్వీసెస్ అగ్రిమెంట్.</value>
|
||||||
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
|
@ -909,6 +909,14 @@
|
||||||
<value>วงเล็บปิด</value>
|
<value>วงเล็บปิด</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>จำนวนวงเล็บเปิด %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>ไม่มีวงเล็บเปิดที่จะปิด</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>สัญกรณ์วิทยาศาสตร์</value>
|
<value>สัญกรณ์วิทยาศาสตร์</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2278,7 +2286,7 @@
|
||||||
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutControlCopyright" xml:space="preserve">
|
<data name="AboutControlCopyright" xml:space="preserve">
|
||||||
<value>© %1 Microsoft. All rights reserved.</value>
|
<value>© %1 Microsoft สงวนลิขสิทธิ์</value>
|
||||||
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutButton.Content" xml:space="preserve">
|
<data name="AboutButton.Content" xml:space="preserve">
|
||||||
|
|
|
@ -909,6 +909,14 @@
|
||||||
<value>Sağ parantez</value>
|
<value>Sağ parantez</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Açık parantez sayısı %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Kapatılacak açık parantez yok.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Bilimsel gösterim</value>
|
<value>Bilimsel gösterim</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<root>
|
<root>
|
||||||
<!--
|
<!--
|
||||||
Microsoft ResX Schema
|
Microsoft ResX Schema
|
||||||
|
@ -909,6 +909,14 @@
|
||||||
<value>Права кругла дужка</value>
|
<value>Права кругла дужка</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Кількість відкривних круглих дужок: %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Відкривних дужок, які потрібно закрити, немає.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Експоненційний формат</value>
|
<value>Експоненційний формат</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2899,4 +2907,4 @@
|
||||||
<value>Угода про використання служб Microsoft</value>
|
<value>Угода про використання служб Microsoft</value>
|
||||||
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
|
@ -909,6 +909,14 @@
|
||||||
<value>O‘ng qavs</value>
|
<value>O‘ng qavs</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Ochilgan qavslar soni: %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Hech qanday yopilmagan qavs topilmadi.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Eksponensial format</value>
|
<value>Eksponensial format</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<root>
|
<root>
|
||||||
<!--
|
<!--
|
||||||
Microsoft ResX Schema
|
Microsoft ResX Schema
|
||||||
|
@ -909,6 +909,14 @@
|
||||||
<value>Dấu ngoặc đơn phải</value>
|
<value>Dấu ngoặc đơn phải</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>Số lượng dấu mở ngoặc %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>Không có dấu mở ngoặc nào để đóng.</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>Ký hiệu khoa học</value>
|
<value>Ký hiệu khoa học</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2899,4 +2907,4 @@
|
||||||
<value>Thỏa thuận Dịch vụ của Microsoft</value>
|
<value>Thỏa thuận Dịch vụ của Microsoft</value>
|
||||||
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
|
@ -909,6 +909,14 @@
|
||||||
<value>右括号</value>
|
<value>右括号</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>左圆括号计数 %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>缺少右圆括号,因此无法结束。</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>科学记数法</value>
|
<value>科学记数法</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<root>
|
<root>
|
||||||
<!--
|
<!--
|
||||||
Microsoft ResX Schema
|
Microsoft ResX Schema
|
||||||
|
@ -909,6 +909,14 @@
|
||||||
<value>右括弧</value>
|
<value>右括弧</value>
|
||||||
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator ")" button on the scientific operator keypad</comment>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Format_OpenParenthesisCountAutomationNamePrefix" xml:space="preserve">
|
||||||
|
<value>左括弧計數 %1</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
|
<data name="NoRightParenthesisAdded_Announcement" xml:space="preserve">
|
||||||
|
<value>沒有需要補齊的左括弧。</value>
|
||||||
|
<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>
|
||||||
|
</data>
|
||||||
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
<data name="ftoeButton.[using:Windows.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||||||
<value>科學記號標記法</value>
|
<value>科學記號標記法</value>
|
||||||
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
<comment>Screen reader prompt for the Calculator F-E the scientific operator keypad</comment>
|
||||||
|
@ -2278,7 +2286,7 @@
|
||||||
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
<comment>Displayed on a link to the Microsoft Privacy Statement on the About panel</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutControlCopyright" xml:space="preserve">
|
<data name="AboutControlCopyright" xml:space="preserve">
|
||||||
<value>© %1 Microsoft. 著作權所有,並保留一切權利。</value>
|
<value>© %1 Microsoft 著作權所有,保留一切權利。</value>
|
||||||
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
<comment>{Locked="%1"}. Copyright statement, displayed on the About panel. %1 = the current year (4 digits)</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AboutButton.Content" xml:space="preserve">
|
<data name="AboutButton.Content" xml:space="preserve">
|
||||||
|
@ -2899,4 +2907,4 @@
|
||||||
<value>Microsoft 服務合約</value>
|
<value>Microsoft 服務合約</value>
|
||||||
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
<comment>Displayed on a link to the Microsoft Services Agreement in the about this app information</comment>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
|
@ -255,48 +255,17 @@
|
||||||
</Style>
|
</Style>
|
||||||
|
|
||||||
<!-- Calculation Result Styles -->
|
<!-- Calculation Result Styles -->
|
||||||
|
<Style x:Key="ResultsStyle"
|
||||||
<Style x:Key="ResultsStyleL"
|
BasedOn="{StaticResource CalculationResultStyle}"
|
||||||
x:Name="ResultsStyleL"
|
|
||||||
BasedOn="{StaticResource CalculationResultStyleL}"
|
|
||||||
TargetType="controls:CalculationResult">
|
TargetType="controls:CalculationResult">
|
||||||
<Setter Property="HorizontalContentAlignment" Value="Right"/>
|
<Setter Property="HorizontalContentAlignment" Value="Right"/>
|
||||||
<Setter Property="VerticalContentAlignment" Value="Top"/>
|
<Setter Property="VerticalContentAlignment" Value="Top"/>
|
||||||
<Setter Property="FontSize" Value="{StaticResource CalcResultFontSizeL}"/>
|
|
||||||
<Setter Property="MinFontSize" Value="12"/>
|
|
||||||
<Setter Property="IsActive" Value="True"/>
|
|
||||||
<Setter Property="DisplayMargin" Value="0,0,0,0"/>
|
<Setter Property="DisplayMargin" Value="0,0,0,0"/>
|
||||||
<Setter Property="MaxExpressionHistoryCharacters" Value="51"/>
|
|
||||||
</Style>
|
|
||||||
|
|
||||||
<Style x:Key="ResultsStyleM"
|
|
||||||
x:Name="ResultsStyleM"
|
|
||||||
BasedOn="{StaticResource CalculationResultStyleM}"
|
|
||||||
TargetType="controls:CalculationResult">
|
|
||||||
<Setter Property="HorizontalContentAlignment" Value="Right"/>
|
|
||||||
<Setter Property="VerticalContentAlignment" Value="Top"/>
|
|
||||||
<Setter Property="FontSize" Value="{StaticResource CalcResultFontSizeM}"/>
|
|
||||||
<Setter Property="MinFontSize" Value="12"/>
|
|
||||||
<Setter Property="IsActive" Value="True"/>
|
<Setter Property="IsActive" Value="True"/>
|
||||||
<Setter Property="DisplayMargin" Value="0,0,0,0"/>
|
|
||||||
<Setter Property="MaxExpressionHistoryCharacters" Value="30"/>
|
|
||||||
</Style>
|
|
||||||
|
|
||||||
<Style x:Key="ResultsStyleS"
|
|
||||||
x:Name="ResultsStyleS"
|
|
||||||
BasedOn="{StaticResource CalculationResultStyleS}"
|
|
||||||
TargetType="controls:CalculationResult">
|
|
||||||
<Setter Property="HorizontalContentAlignment" Value="Right"/>
|
|
||||||
<Setter Property="VerticalContentAlignment" Value="Top"/>
|
|
||||||
<Setter Property="FontSize" Value="{StaticResource CalcResultFontSizeS}"/>
|
|
||||||
<Setter Property="MinFontSize" Value="12"/>
|
<Setter Property="MinFontSize" Value="12"/>
|
||||||
<Setter Property="IsActive" Value="True"/>
|
|
||||||
<Setter Property="DisplayMargin" Value="0,0,0,0"/>
|
|
||||||
<Setter Property="MaxExpressionHistoryCharacters" Value="30"/>
|
|
||||||
</Style>
|
</Style>
|
||||||
|
|
||||||
<!-- Button Styles -->
|
<!-- Button Styles -->
|
||||||
|
|
||||||
<Style x:Key="ScrollButtonStyle" TargetType="Button">
|
<Style x:Key="ScrollButtonStyle" TargetType="Button">
|
||||||
<Setter Property="BorderThickness" Value="0"/>
|
<Setter Property="BorderThickness" Value="0"/>
|
||||||
<Setter Property="Padding" Value="0,0,0,0"/>
|
<Setter Property="Padding" Value="0,0,0,0"/>
|
||||||
|
@ -585,25 +554,34 @@
|
||||||
<VisualState.StateTriggers>
|
<VisualState.StateTriggers>
|
||||||
<AdaptiveTrigger MinWindowHeight="800"/>
|
<AdaptiveTrigger MinWindowHeight="800"/>
|
||||||
</VisualState.StateTriggers>
|
</VisualState.StateTriggers>
|
||||||
<Storyboard Completed="OnResultsLayoutChanged"/>
|
<VisualState.Setters>
|
||||||
|
<Setter Target="Results.MaxFontSize" Value="72"/>
|
||||||
|
<Setter Target="Results.MaxExpressionHistoryCharacters" Value="51"/>
|
||||||
|
<Setter Target="RowResult.MinHeight" Value="108"/>
|
||||||
|
<Setter Target="RowResult.Height" Value="72*"/>
|
||||||
|
</VisualState.Setters>
|
||||||
</VisualState>
|
</VisualState>
|
||||||
<VisualState x:Name="ResultsProgM">
|
<VisualState x:Name="ResultsM">
|
||||||
<VisualState.StateTriggers>
|
<VisualState.StateTriggers>
|
||||||
<AdaptiveTrigger MinWindowHeight="640"/>
|
<AdaptiveTrigger x:Name="ResultsMVisualStateTrigger" MinWindowHeight="640"/>
|
||||||
</VisualState.StateTriggers>
|
</VisualState.StateTriggers>
|
||||||
<Storyboard Completed="OnResultsLayoutChanged"/>
|
<VisualState.Setters>
|
||||||
</VisualState>
|
<Setter Target="Results.MaxFontSize" Value="46"/>
|
||||||
<VisualState x:Name="ResultsSciM">
|
<Setter Target="Results.MaxExpressionHistoryCharacters" Value="30"/>
|
||||||
<VisualState.StateTriggers>
|
<Setter Target="RowResult.MinHeight" Value="72"/>
|
||||||
<AdaptiveTrigger MinWindowHeight="544"/>
|
<Setter Target="RowResult.Height" Value="72*"/>
|
||||||
</VisualState.StateTriggers>
|
</VisualState.Setters>
|
||||||
<Storyboard Completed="OnResultsLayoutChanged"/>
|
|
||||||
</VisualState>
|
</VisualState>
|
||||||
<VisualState x:Name="ResultsS">
|
<VisualState x:Name="ResultsS">
|
||||||
<VisualState.StateTriggers>
|
<VisualState.StateTriggers>
|
||||||
<AdaptiveTrigger MinWindowHeight="0"/>
|
<AdaptiveTrigger MinWindowHeight="0"/>
|
||||||
</VisualState.StateTriggers>
|
</VisualState.StateTriggers>
|
||||||
<Storyboard Completed="OnResultsLayoutChanged"/>
|
<VisualState.Setters>
|
||||||
|
<Setter Target="Results.MaxFontSize" Value="26"/>
|
||||||
|
<Setter Target="Results.MaxExpressionHistoryCharacters" Value="30"/>
|
||||||
|
<Setter Target="RowResult.MinHeight" Value="42"/>
|
||||||
|
<Setter Target="RowResult.Height" Value="42*"/>
|
||||||
|
</VisualState.Setters>
|
||||||
</VisualState>
|
</VisualState>
|
||||||
</VisualStateGroup>
|
</VisualStateGroup>
|
||||||
</VisualStateManager.VisualStateGroups>
|
</VisualStateManager.VisualStateGroups>
|
||||||
|
@ -630,7 +608,7 @@
|
||||||
x:Uid="CalculatorResults"
|
x:Uid="CalculatorResults"
|
||||||
Grid.Row="2"
|
Grid.Row="2"
|
||||||
Margin="0,0,0,0"
|
Margin="0,0,0,0"
|
||||||
Style="{ThemeResource ResultsStyleM}"
|
Style="{ThemeResource ResultsStyle}"
|
||||||
AutomationProperties.AutomationId="CalculatorResults"
|
AutomationProperties.AutomationId="CalculatorResults"
|
||||||
AutomationProperties.HeadingLevel="Level1"
|
AutomationProperties.HeadingLevel="Level1"
|
||||||
AutomationProperties.Name="{x:Bind Model.CalculationResultAutomationName, Mode=OneWay}"
|
AutomationProperties.Name="{x:Bind Model.CalculationResultAutomationName, Mode=OneWay}"
|
||||||
|
|
|
@ -185,16 +185,19 @@ void Calculator::UpdateViewState()
|
||||||
{
|
{
|
||||||
state = L"Programmer";
|
state = L"Programmer";
|
||||||
Model->IsDecimalEnabled = false;
|
Model->IsDecimalEnabled = false;
|
||||||
|
ResultsMVisualStateTrigger->MinWindowHeight = 640;
|
||||||
}
|
}
|
||||||
else if (IsScientific)
|
else if (IsScientific)
|
||||||
{
|
{
|
||||||
state = L"Scientific";
|
state = L"Scientific";
|
||||||
Model->IsDecimalEnabled = true;
|
Model->IsDecimalEnabled = true;
|
||||||
|
ResultsMVisualStateTrigger->MinWindowHeight = 544;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
state = L"Standard";
|
state = L"Standard";
|
||||||
Model->IsDecimalEnabled = true;
|
Model->IsDecimalEnabled = true;
|
||||||
|
ResultsMVisualStateTrigger->MinWindowHeight = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
CloseHistoryFlyout();
|
CloseHistoryFlyout();
|
||||||
|
@ -203,32 +206,6 @@ void Calculator::UpdateViewState()
|
||||||
VisualStateManager::GoToState(this, ref new String(state.c_str()), true/*useTransitions*/);
|
VisualStateManager::GoToState(this, ref new String(state.c_str()), true/*useTransitions*/);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Calculator::SetResultStyles()
|
|
||||||
{
|
|
||||||
CoreWindow^ window = CoreWindow::GetForCurrentThread();
|
|
||||||
if (window)
|
|
||||||
{
|
|
||||||
float curHeight = window->Bounds.Height;
|
|
||||||
if (curHeight >= 800)
|
|
||||||
{
|
|
||||||
Results->Style = ResultsStyleL;
|
|
||||||
RowResult->MinHeight = 108;
|
|
||||||
RowResult->Height = GridLength(72, GridUnitType::Star);
|
|
||||||
}
|
|
||||||
else if ((IsProgrammer && curHeight >= 640) || (IsScientific && curHeight >= 544) || IsStandard)
|
|
||||||
{
|
|
||||||
Results->Style = ResultsStyleM;
|
|
||||||
RowResult->MinHeight = 72;
|
|
||||||
RowResult->Height = GridLength(72, GridUnitType::Star);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
Results->Style = ResultsStyleS;
|
|
||||||
RowResult->MinHeight = 42;
|
|
||||||
RowResult->Height = GridLength(42, GridUnitType::Star);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void Calculator::AnimateCalculator(bool resultAnimate)
|
void Calculator::AnimateCalculator(bool resultAnimate)
|
||||||
{
|
{
|
||||||
|
@ -273,7 +250,6 @@ void Calculator::OnContextCanceled(UIElement^ sender, RoutedEventArgs^ e)
|
||||||
|
|
||||||
void Calculator::OnLayoutStateChanged(_In_ Object^ sender, _In_ Object^ e)
|
void Calculator::OnLayoutStateChanged(_In_ Object^ sender, _In_ Object^ e)
|
||||||
{
|
{
|
||||||
UpdateViewState();
|
|
||||||
UpdatePanelViewState();
|
UpdatePanelViewState();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -357,7 +333,6 @@ void Calculator::OnStoryboardCompleted(_In_ Object^ sender, _In_ Object^ e)
|
||||||
AnimateWithoutResult->Begin();
|
AnimateWithoutResult->Begin();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
SetResultStyles();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Calculator::EnsureScientific()
|
void Calculator::EnsureScientific()
|
||||||
|
@ -492,7 +467,7 @@ void Calculator::OnHistoryItemClicked(_In_ HistoryItemViewModel^ e)
|
||||||
Model->SetExpressionDisplay(e->GetTokens(), e->GetCommands());
|
Model->SetExpressionDisplay(e->GetTokens(), e->GetCommands());
|
||||||
Model->SetPrimaryDisplay(e->Result->Data(), false);
|
Model->SetPrimaryDisplay(e->Result->Data(), false);
|
||||||
Model->IsFToEEnabled = false;
|
Model->IsFToEEnabled = false;
|
||||||
|
|
||||||
TraceLogger::GetInstance().LogHistoryItemLoadEnd(tokenSize);
|
TraceLogger::GetInstance().LogHistoryItemLoadEnd(tokenSize);
|
||||||
CloseHistoryFlyout();
|
CloseHistoryFlyout();
|
||||||
this->Focus(::FocusState::Programmatic);
|
this->Focus(::FocusState::Programmatic);
|
||||||
|
@ -658,7 +633,6 @@ void Calculator::EnableMemoryControls(bool enable)
|
||||||
void Calculator::EnableControls(bool enable)
|
void Calculator::EnableControls(bool enable)
|
||||||
{
|
{
|
||||||
OpsPanel->IsEnabled = enable;
|
OpsPanel->IsEnabled = enable;
|
||||||
|
|
||||||
EnableMemoryControls(enable);
|
EnableMemoryControls(enable);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -724,11 +698,6 @@ void Calculator::DockPanelTapped(_In_ TappedRoutedEventArgs^ e)
|
||||||
m_IsLastFlyoutHistory = false;
|
m_IsLastFlyoutHistory = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Calculator::OnResultsLayoutChanged(_In_ Object^ sender, _In_ Object^ e)
|
|
||||||
{
|
|
||||||
SetResultStyles();
|
|
||||||
}
|
|
||||||
|
|
||||||
void Calculator::UnregisterEventHandlers()
|
void Calculator::UnregisterEventHandlers()
|
||||||
{
|
{
|
||||||
expressionText->UnregisterEventHandlers();
|
expressionText->UnregisterEventHandlers();
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
// Licensed under the MIT License.
|
// Licensed under the MIT License.
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -133,8 +133,6 @@ namespace CalculatorApp
|
||||||
void expressionContainer_LayoutUpdated(_In_ Platform::Object^ sender, _In_ Platform::Object^ e);
|
void expressionContainer_LayoutUpdated(_In_ Platform::Object^ sender, _In_ Platform::Object^ e);
|
||||||
bool IsValidRegularExpression(std::wstring str);
|
bool IsValidRegularExpression(std::wstring str);
|
||||||
void DockPanelTapped(_In_ Windows::UI::Xaml::Input::TappedRoutedEventArgs^ e);
|
void DockPanelTapped(_In_ Windows::UI::Xaml::Input::TappedRoutedEventArgs^ e);
|
||||||
void OnResultsLayoutChanged(_In_ Platform::Object^ sender, _In_ Platform::Object^ e);
|
|
||||||
void SetResultStyles();
|
|
||||||
void OnErrorLayoutCompleted(_In_ Platform::Object^ sender, _In_ Platform::Object^ e);
|
void OnErrorLayoutCompleted(_In_ Platform::Object^ sender, _In_ Platform::Object^ e);
|
||||||
void OnHistoryAccessKeyInvoked(_In_ Windows::UI::Xaml::UIElement^ sender, _In_ Windows::UI::Xaml::Input::AccessKeyInvokedEventArgs^ args);
|
void OnHistoryAccessKeyInvoked(_In_ Windows::UI::Xaml::UIElement^ sender, _In_ Windows::UI::Xaml::Input::AccessKeyInvokedEventArgs^ args);
|
||||||
void OnMemoryAccessKeyInvoked(_In_ Windows::UI::Xaml::UIElement^ sender, _In_ Windows::UI::Xaml::Input::AccessKeyInvokedEventArgs^ args);
|
void OnMemoryAccessKeyInvoked(_In_ Windows::UI::Xaml::UIElement^ sender, _In_ Windows::UI::Xaml::Input::AccessKeyInvokedEventArgs^ args);
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<UserControl x:Class="CalculatorApp.UnitConverter"
|
<UserControl x:Class="CalculatorApp.UnitConverter"
|
||||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||||
xmlns:automation="using:CalculatorApp.Common.Automation"
|
xmlns:automation="using:CalculatorApp.Common.Automation"
|
||||||
|
@ -180,46 +180,30 @@
|
||||||
</Setter>
|
</Setter>
|
||||||
</Style>
|
</Style>
|
||||||
|
|
||||||
<Style x:Key="ValueLargeStyle"
|
<Style x:Key="ValueBaseStyle"
|
||||||
BasedOn="{StaticResource CalculationResultStyleL}"
|
BasedOn="{StaticResource CalculationResultStyle}"
|
||||||
TargetType="controls:CalculationResult">
|
TargetType="controls:CalculationResult">
|
||||||
<Setter Property="Background" Value="{ThemeResource SystemControlBackgroundTransparentBrush}"/>
|
<Setter Property="Background" Value="{ThemeResource SystemControlBackgroundTransparentBrush}"/>
|
||||||
<Setter Property="Foreground" Value="{ThemeResource SystemControlForegroundBaseHighBrush}"/>
|
<Setter Property="Foreground" Value="{ThemeResource SystemControlForegroundBaseHighBrush}"/>
|
||||||
<Setter Property="HorizontalContentAlignment" Value="Left"/>
|
<Setter Property="HorizontalContentAlignment" Value="Left"/>
|
||||||
<Setter Property="VerticalContentAlignment" Value="Bottom"/>
|
<Setter Property="VerticalContentAlignment" Value="Bottom"/>
|
||||||
<Setter Property="FontSize" Value="46"/>
|
|
||||||
<Setter Property="MinFontSize" Value="{ThemeResource BodyFontSize}"/>
|
|
||||||
<Setter Property="FontWeight" Value="Light"/>
|
<Setter Property="FontWeight" Value="Light"/>
|
||||||
|
<Setter Property="MinFontSize" Value="{ThemeResource BodyFontSize}"/>
|
||||||
|
</Style>
|
||||||
|
<Style x:Key="ValueLargeStyle"
|
||||||
|
BasedOn="{StaticResource ValueBaseStyle}"
|
||||||
|
TargetType="controls:CalculationResult">
|
||||||
|
<Setter Property="MaxFontSize" Value="46"/>
|
||||||
<Setter Property="Margin" Value="-2,0,0,0"/>
|
<Setter Property="Margin" Value="-2,0,0,0"/>
|
||||||
<Setter Property="DisplayMargin" Value="0,0,0,12"/>
|
<Setter Property="DisplayMargin" Value="0,0,0,12"/>
|
||||||
</Style>
|
</Style>
|
||||||
<Style x:Key="ValueMediumStyle"
|
<Style x:Key="ValueMediumStyle"
|
||||||
BasedOn="{StaticResource CalculationResultStyleM}"
|
BasedOn="{StaticResource ValueBaseStyle}"
|
||||||
TargetType="controls:CalculationResult">
|
TargetType="controls:CalculationResult">
|
||||||
<Setter Property="FontSize" Value="34"/>
|
<Setter Property="MaxFontSize" Value="34"/>
|
||||||
<Setter Property="Background" Value="{ThemeResource SystemControlBackgroundTransparentBrush}"/>
|
|
||||||
<Setter Property="Foreground" Value="{ThemeResource SystemControlForegroundBaseHighBrush}"/>
|
|
||||||
<Setter Property="MinFontSize" Value="{ThemeResource BodyFontSize}"/>
|
|
||||||
<Setter Property="FontWeight" Value="Light"/>
|
|
||||||
<Setter Property="HorizontalContentAlignment" Value="Left"/>
|
|
||||||
<Setter Property="VerticalContentAlignment" Value="Bottom"/>
|
|
||||||
<Setter Property="Margin" Value="0,0,0,0"/>
|
<Setter Property="Margin" Value="0,0,0,0"/>
|
||||||
<Setter Property="DisplayMargin" Value="0,0,0,4"/>
|
<Setter Property="DisplayMargin" Value="0,0,0,4"/>
|
||||||
</Style>
|
</Style>
|
||||||
<Style x:Key="ValueSmallStyle"
|
|
||||||
BasedOn="{StaticResource CalculationResultStyleS}"
|
|
||||||
TargetType="controls:CalculationResult">
|
|
||||||
<Setter Property="Background" Value="{ThemeResource SystemControlBackgroundTransparentBrush}"/>
|
|
||||||
<Setter Property="Foreground" Value="{ThemeResource SystemControlForegroundBaseHighBrush}"/>
|
|
||||||
<Setter Property="FontSize" Value="24"/>
|
|
||||||
<Setter Property="MinFontSize" Value="{ThemeResource BodyFontSize}"/>
|
|
||||||
<Setter Property="FontWeight" Value="Light"/>
|
|
||||||
<Setter Property="HorizontalContentAlignment" Value="Left"/>
|
|
||||||
<Setter Property="VerticalContentAlignment" Value="Bottom"/>
|
|
||||||
<Setter Property="Margin" Value="0,0,0,0"/>
|
|
||||||
<Setter Property="DisplayMargin" Value="0,0,0,4"/>
|
|
||||||
</Style>
|
|
||||||
|
|
||||||
<Style x:Key="CurrencySymbolBaseStyle" TargetType="TextBlock">
|
<Style x:Key="CurrencySymbolBaseStyle" TargetType="TextBlock">
|
||||||
<Setter Property="FontWeight" Value="Light"/>
|
<Setter Property="FontWeight" Value="Light"/>
|
||||||
<Setter Property="HorizontalAlignment" Value="Left"/>
|
<Setter Property="HorizontalAlignment" Value="Left"/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue