-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:MM2-0/Kvaesitso
- Loading branch information
Showing
3 changed files
with
64 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,53 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources></resources> | ||
<resources> | ||
<plurals name="unit_centimeter"> | ||
<item quantity="one">сантиметр</item> | ||
<item quantity="few">сантиметров</item> | ||
<item quantity="many">сантиметра</item> | ||
<item quantity="other">сантиметра</item> | ||
</plurals> | ||
<string name="unit_millimeter_symbol">мм</string> | ||
<plurals name="unit_millimeter"> | ||
<item quantity="one">миллиметр</item> | ||
<item quantity="few">миллиметров</item> | ||
<item quantity="many">миллиметра</item> | ||
<item quantity="other">миллиметра</item> | ||
</plurals> | ||
<string name="unit_inch_symbol">дюйм</string> | ||
<plurals name="unit_inch"> | ||
<item quantity="one">дюйм</item> | ||
<item quantity="few">дюймов</item> | ||
<item quantity="many">дюйма</item> | ||
<item quantity="other">дюйма</item> | ||
</plurals> | ||
<string name="unit_foot_symbol">фут</string> | ||
<plurals name="unit_foot"> | ||
<item quantity="one">фут</item> | ||
<item quantity="few">футов</item> | ||
<item quantity="many">фута</item> | ||
<item quantity="other">фута</item> | ||
</plurals> | ||
<string name="unit_yard_symbol">ярд</string> | ||
<plurals name="unit_yard"> | ||
<item quantity="one">ярд</item> | ||
<item quantity="few">ярдов</item> | ||
<item quantity="many">ярда</item> | ||
<item quantity="other">ярда</item> | ||
</plurals> | ||
<string name="unit_mile_symbol">миль</string> | ||
<string name="unit_meter_symbol">м</string> | ||
<plurals name="unit_meter"> | ||
<item quantity="one">метр</item> | ||
<item quantity="few">метров</item> | ||
<item quantity="many">метра</item> | ||
<item quantity="other">метра</item> | ||
</plurals> | ||
<string name="unit_kilometer_symbol">км</string> | ||
<plurals name="unit_kilometer"> | ||
<item quantity="one">километр</item> | ||
<item quantity="few">километров</item> | ||
<item quantity="many">километра</item> | ||
<item quantity="other">километра</item> | ||
</plurals> | ||
<string name="unit_centimeter_symbol">см</string> | ||
</resources> |