Merge branch 'main' of github.com:MM2-0/Kvaesitso

This commit is contained in:
MM20 2022-10-26 20:40:25 +02:00
commit 3f7901cadb
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
3 changed files with 64 additions and 1 deletions

View File

@ -485,4 +485,11 @@
<string name="create_app_shortcut">Snelkoppeling maken</string>
<string name="preference_search_appshortcuts_summary">Applicatiesnelkoppelingen doorzoeken</string>
<string name="preference_icon_shape_pebble">Kiezelsteen</string>
<string name="preference_status_bar_icons">Statusbalkpictogrammen</string>
<string name="preference_nav_bar_icons">Navigatiebalkpictogrammen</string>
<string name="preference_system_bar_icons_auto">Automatisch</string>
<string name="preference_system_bar_icons_light">Licht</string>
<string name="preference_system_bar_icons_dark">Donker</string>
<string name="preference_clock_widget_color">Kleur</string>
<string name="preference_search_bar_color">Kleur</string>
</resources>

View File

@ -331,4 +331,9 @@
<string name="preference_icon_pack_summary_empty">Наборы иконок не установлены</string>
<string name="file_type_launcherbackup">Резервная копия %1$s</string>
<string name="preference_category_system_bars">Системные панели</string>
<string name="websearch_dialog_query_encoding">Кодировка запроса</string>
<string name="alert_delete_shortcut">Ярлык %1$s будет удален навсегда. Продолжить\?</string>
<string name="menu_customize">Настроить</string>
<string name="menu_remove">Удалить</string>
<string name="websearch_dialog_advanced">Расширенный</string>
</resources>

View File

@ -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>