]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/strings.xml
fix the 'Posting committed' switch in the profile editor
[mobile-ledger.git] / app / src / main / res / values / strings.xml
index 471f1f7c59cb451cb2cbcab719273c5aee3efa59..f4ae09f5b50e93930dbc3a0bf06976cde0133074 100644 (file)
     <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>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>