]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values-bg/strings.xml
dynamic list of profiles, add profile removal
[mobile-ledger.git] / app / src / main / res / values-bg / strings.xml
index 205775e6bf7e6c6421ce1d7fc645f1ea2329c896..1a7c94824bf30ba57e51e494d9d23c430bda54e1 100644 (file)
@@ -1,4 +1,21 @@
 <?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
+  ~ 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,
+  ~ 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/>.
+  -->
+
 <resources>
     <string name="app_name">Mobile Ledger</string>
     <string name="nav_exit_title">Изход</string>
     <string name="menu_acc_summary_cancel_selection_title">Отказ</string>
     <string name="err_bad_auth">Грешно потребителско име или парола</string>
     <string name="new_transaction_amount_hint">0,00</string>
+    <string name="transactions_last_update_label">Данни към:</string>
+    <string name="title_profile_list">Профили</string>
+    <string name="profiles">Профили</string>
+    <string name="title_profile_details">Данни за профила</string>
+    <string name="transaction_last_update_never">никога</string>
+    <string name="err_cancelled">Операцията е прекъсната</string>
+    <string name="title_activity_transaction_list">Трансакции</string>
+    <string name="err_http_error">Грешка в HTTP</string>
+    <string name="new_profile_title">Нов профил</string>
+    <string name="delete">Изтриване на профила</string>
 </resources>
\ No newline at end of file