]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/strings.xml
fu: profile color control
[mobile-ledger.git] / app / src / main / res / values / strings.xml
index 8c1682ab75e952f9efd109701680be8ab5180e65..18e5a189f22badd6bd587cf5e8e98aa0f3d97e53 100644 (file)
@@ -1,22 +1,22 @@
 <!--
   ~ 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="app_name" translatable="false">MoLe</string>
     <string name="navigation_drawer_open">Open navigation drawer</string>
     <string name="navigation_drawer_close">Close navigation drawer</string>
     <string name="nav_header_desc">Navigation header</string>
@@ -24,7 +24,6 @@
     <string name="nav_header_subtitle" translatable="false">dam+google@ktnx.net</string>
     <string name="nav_latest_transactions_title">Latest transactions</string>
     <string name="nav_reports_title">Reports</string>
-    <string name="nav_exit_title">Exit</string>
     <string name="title_activity_settings">Settings</string>
 
     <!-- Strings related to Settings -->
@@ -37,7 +36,7 @@
     <string name="pref_description_use_http_auth_off">Use plain HTTP without authentication when connecting to the backend</string>
 
     <string name="pref_title_backend_url">Backend URL</string>
-    <string name="pref_default_backend_url">https://server/loc</string>
+    <string name="pref_default_backend_url" translatable="false">https://server/loc</string>
 
     <!-- Example settings for Data & Sync -->
     <string name="pref_title_sync_frequency">Sync frequency</string>
@@ -97,7 +96,7 @@
     <string name="pref_show_only_starred_on_summary">Only starred accounts are shown</string>
     <string name="menu_acc_summary_hide_selected_title">Hide selected accounts</string>
     <string name="menu_acc_summary_cancel_selection_title">Cancel selection</string>
-    <string name="menu_acc_summary_confirm_selection_title">Confirm selectiоn</string>
+    <string name="menu_acc_summary_confirm_selection_title">Confirm selection</string>
     <string name="title_activity_transaction_list">Transactions</string>
     <string name="transactions_last_update_label">Last update:</string>
     <string name="transaction_last_update_never">never</string>
     <string name="title_profile_details">Profile Details</string>
     <string name="profiles">Profiles</string>
     <string name="new_profile_title" type="id">New profile</string>
+    <string name="delete_profile">Delete profile</string>
+    <string name="delete">Delete</string>
+    <string name="error_invalid_date">Invalid date</string>
+    <string name="profile_name_label">Profile name</string>
+    <string name="url_label">URL</string>
+    <string name="text_welcome">Welcome</string>
+    <string name="text_welcome_profile_needed">A profile for connecting to the backend hledger-web instance needs to be created first</string>
+    <string name="create_profile_label">Create profile</string>
+    <string name="err_profile_name_empty">Profile name cannot be empty</string>
+    <string name="err_profile_url_empty">Please enter backend URL, e.g. https://server/location</string>
+    <string name="err_profile_user_name_empty">User name is required when authentication is switched on</string>
+    <string name="err_profile_password_empty">Password is mandatory</string>
+    <string-array name="month_names">
+        <item>January</item>
+        <item>February</item>
+        <item>Match</item>
+        <item>April</item>
+        <item>May</item>
+        <item>June</item>
+        <item>July</item>
+        <item>August</item>
+        <item>September</item>
+        <item>October</item>
+        <item>November</item>
+        <item>December</item>
+    </string-array>
+    <string name="posting_permitted">Posting of new transactions enabled</string>
+    <string name="profile_subitlte_read_only">(Read only)</string>
+    <string name="crash_report_contents_label">Crash report contents:</string>
+    <string name="crash_dialog_title">MoLe chashed</string>
+    <string name="btn_send_crash_report">Send...</string>
+    <string name="btn_not_now">Not now</string>
+    <string name="crash_app_label">Crash app</string>
+    <string name="crash_app_condensed_label">Crash</string>
+    <string name="crash_send_question">Would you like to send the crash report to the developer? This would help diagnosing and fixing the problem.</string>
+    <string name="send_crash_via">Send crash report via:</string>
+    <string name="btn_show_report">Show report</string>
+    <string name="color_label">Color</string>
 </resources>