]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/strings.xml
Rename, improve description
[mobile-ledger.git] / app / src / main / res / values / strings.xml
index c0546694899820a84da930a632168a230ead3f18..f7b64563d1b7f0d28301b64d6dd05381d559c065 100644 (file)
@@ -16,7 +16,7 @@
   -->
 
 <resources>
-    <string name="app_name">Mobile Ledger</string>
+    <string name="app_name">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>
     <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>
 </resources>