android-calculatorpp/calculatorpp/res/values-uk/text_messages.xml
Andriy Kopanytsia aa83a5134f Added ukrainian localization
Signed-off-by: Andriy Kopanytsia <andriykopanytsia@gmail.com>
2012-04-19 11:19:00 +03:00

15 lines
778 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
~ Copyright (c) 2009-2011. Created by serso aka se.solovyev.
~ For more information, please, contact se.solovyev@gmail.com
~ or visit http://se.solovyev.org
-->
<resources>
<string name="msg_1">Арифметична помилка: {0}</string>
<string name="msg_2">Надто складний вираз</string>
<string name="msg_3">Обчислення виразу займає багато часу - перевірте вираз</string>
<string name="msg_4">Обчислення скасовано</string>
<string name="msg_5">Параметри не визначені для функції: {0}</string>
<string name="msg_6">Нескінченний цикл виявлено у виразі - перевірте вираз</string>
</resources>