<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="Profile name" />
+ android:text="@string/profile_name_label" />
<EditText
android:id="@+id/profile_name"
android:layout_height="wrap_content"
android:ems="10"
android:inputType="textPersonName"
- android:text="Name" />
+ android:text="Name"
+ tools:ignore="HardcodedText" />
</LinearLayout>
<LinearLayout
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="URL" />
+ android:text="@string/url_label" />
<EditText
android:id="@+id/url"
android:layout_height="wrap_content"
android:ems="10"
android:inputType="textUri"
- android:text="https://server/url" />
+ android:text="@string/pref_default_backend_url" />
</LinearLayout>
<LinearLayout
android:text="Profile name"
app:layout_constraintEnd_toStartOf="@id/profile_list_edit_button"
app:layout_constraintStart_toEndOf="@id/profile_list_radio"
- app:layout_constraintTop_toTopOf="parent"
- tools:ignore="HardcodedText" />
+ app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/subtitle"
<item>Ноември</item>
<item>Декември</item>
</string-array>
+ <string name="error_invalid_date">Грешна дата</string>
+ <string name="url_label">Адрес</string>
+ <string name="profile_name_label">Име на профила</string>
</resources>
\ No newline at end of file
<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="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-array name="month_names">
<item>January</item>
<item>February</item>