]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values-bg/strings.xml
app_name is not translatable
[mobile-ledger.git] / app / src / main / res / values-bg / strings.xml
index 805c12b309af484c0d7adaa32d97accc649e94d1..e735aed07e494c2d88ae65218223ad29c4826276 100644 (file)
@@ -1,24 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
   ~ Copyright © 2019 Damyan Ivanov.
-  ~ This file is part of Mobile-Ledger.
-  ~ Mobile-Ledger is free software: you can distribute it and/or modify it
+  ~ This file is part of MoLe.
+  ~ MoLe is free software: you can distribute it and/or modify it
   ~ under the term of the GNU General Public License as published by
   ~ the Free Software Foundation, either version 3 of the License, or
   ~ (at your opinion), any later version.
   ~
-  ~ Mobile-Ledger is distributed in the hope that it will be useful,
+  ~ MoLe is distributed in the hope that it will be useful,
   ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
   ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
   ~ GNU General Public License terms for details.
   ~
   ~ You should have received a copy of the GNU General Public License
-  ~ along with Mobile-Ledger. If not, see <https://www.gnu.org/licenses/>.
+  ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
   -->
 
 <resources>
-    <string name="app_name">Mobile Ledger</string>
-    <string name="nav_exit_title">Изход</string>
     <string name="title_activity_settings">Настройки</string>
     <string name="pref_header_backend">Сървър</string>
     <string name="pref_title_use_http_auth">Удостоверяване</string>
@@ -48,7 +46,6 @@
     <string name="err_net_error">Мрежова грешка</string>
     <string name="menu_acc_summary_show_only_starred_title">Показване само на любимите</string>
     <string name="action_reset_new_transaction_activity_title">Отначало</string>
-    <string name="ime_action_next_title">Следващ</string>
     <string name="interface_pref_header_title">Интерфейс</string>
     <string name="pref_show_only_starred_off_summary">Списъкът на сметките съдържа всички сметки</string>
     <string name="pref_show_only_starred_on_summary">Показват се само отбелязаните със звезда</string>
         <item>Ноември</item>
         <item>Декември</item>
     </string-array>
+    <string name="error_invalid_date">Грешна дата</string>
+    <string name="url_label">Адрес</string>
+    <string name="profile_name_label">Име на профила</string>
+    <string name="create_profile_label">Създаване на профил</string>
+    <string name="text_welcome">Добре дошли</string>
+    <string name="text_welcome_profile_needed">Първо трябва да се създаде профил за връзка с hledger-web</string>
+    <string name="err_profile_name_empty">Моля, въведете име на профила</string>
+    <string name="err_profile_url_empty">Моля, въведете адрес, например https://server/location</string>
+    <string name="err_profile_user_name_empty">Въвеждането на потребителско име е задължително когато се използва удостоверяване</string>
+    <string name="err_profile_password_empty">Паролата е задължителна</string>
+    <string name="posting_permitted">Позволяване на добавянето на нови трансакции</string>
 
-</resources>
\ No newline at end of file
+</resources>