]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values-bg/arrays.xml
add divider before fallback templates
[mobile-ledger.git] / app / src / main / res / values-bg / arrays.xml
index 9d5035f473229c31c618576db9b7dd33eeabe946..953056707e64e2e9c3baa3ceb17b762d417e88da 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?><!--
-  ~ Copyright © 2019 Damyan Ivanov.
+  ~ Copyright © 2021 Damyan Ivanov.
   ~ 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
 
 <resources>
     <string-array name="acc_ctx_menu">
-        <item>Показване на трансакциите</item>
+        <item>Показване на транзакциите</item>
         <!--<item>Expand all</item>-->
         <!--<item>Collapse all</item>-->
     </string-array>
-</resources>
\ No newline at end of file
+    <string-array name="templates_ctx_menu">
+        <item>Промяна</item>
+        <item>Дублиране</item>
+        <item>Изтриване</item>
+    </string-array>
+
+</resources>