-
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<resources xmlns:tools="http://schemas.android.com/tools"> | ||
<!-- Error shown when the HTTP response is too large to be loaded into memory. %s is a placeholder for the size limit, e.g. "1 MB") --> | ||
<string name="error_response_too_large">"Response zu gross um angezeigt zu werden (maximal %s)"</string> | ||
|
||
<!-- Label above input box, for step size (numeric) value of a horizontal slider --> | ||
<string name="label_variable_slider_step">"Schrittgrösse"</string> | ||
|
||
<!-- error message displayed when "Maximum" is lesser than or equal to "Minimum" for "slider" variable type --> | ||
<string name="error_slider_max_not_greater_than_min">"Der Maximalwert muss grösser sein als der Minimalwert."</string> | ||
<string name="error_slider_max_not_greater_than_min" tools:ignore="Typos">"Der Maximalwert muss grösser sein als der Minimalwert."</string> | ||
|
||
<!-- error message displayed when "Step Size" is not a positive number for "slider" variable type --> | ||
<string name="error_slider_step_size_must_be_positive">"Die Schrittgrösse muss grösser als 0 sein."</string> | ||
|
||
<!-- Subtitle of setting that allows the user to enable running all HTTP requests in the foreground. This is the description of a troubleshooting option, to prevent requests from failing when the app is in the background --> | ||
<string name="settings_force_foreground_summary">"Hilft falls Shortcuts ausserhalb der App nicht funktionieren"</string> | ||
<string name="error_slider_step_size_must_be_positive" tools:ignore="Typos">"Die Schrittgrösse muss grösser als 0 sein."</string> | ||
|
||
<!-- Dialog option: shown in code snippet picker, option to get the size of a selected file --> | ||
<string name="dialog_code_snippet_get_file_size">"Grösse (in Bytes) von ausgewählter Datei auslesen"</string> | ||
<string name="dialog_code_snippet_get_file_size" tools:ignore="Typos">"Grösse (in Bytes) von ausgewählter Datei auslesen"</string> | ||
</resources> |