-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from fiskaltrust/user/mfa/51018-Localization
Added Germal localization
- Loading branch information
Showing
12 changed files
with
80 additions
and
20 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
9 changes: 6 additions & 3 deletions
9
src/fiskaltrust.AndroidLauncher.Common/Resources/Resource.designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
src/fiskaltrust.AndroidLauncher.Common/Resources/menu-de/top_menus.xml
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<menu xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item | ||
android:id="@+id/menuLogs" | ||
android:showAsAction="never" | ||
android:title="Entwickler-Logs anzeigen" /> | ||
<item | ||
android:id="@+id/menuCopyLogs" | ||
android:showAsAction="never" | ||
android:title="Entwickler-Logs kopieren" /> | ||
</menu> |
11 changes: 11 additions & 0 deletions
11
src/fiskaltrust.AndroidLauncher.Common/Resources/values-de/strings.xml
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<resources> | ||
<string name="app_name">fiskaltrust.AndroidLauncher.Common</string> | ||
<string name="action_settings">Einstellungen</string> | ||
<string name="main_title">Alles bereit!</string> | ||
<string name="log_title">Entwickler-Logs</string> | ||
<string name="main_content">Der Launcher für die fiskaltrust.Middleware ist auf diesem Gerät installiert und wartet auf eingehende Startanfragen.</string> | ||
<string name="manage_space_content">Das Löschen der App-Daten wird alle auf diesem Gerät gespeicherten Fiskalisierungsdaten löschen.</string> | ||
<string name="manage_space_warning">Diese Aktion kann nicht rückgängig gemacht werden. Fahren Sie nicht fort, es sei denn, Sie werden vom technischen Support dazu aufgefordert.</string> | ||
<string name="manage_space_button">Daten löschen</string> | ||
<string name="no_logs">Keine Log-Datei gefunden.</string> | ||
</resources> |
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
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
20 changes: 12 additions & 8 deletions
20
src/fiskaltrust.AndroidLauncher.Grpc/Resources/Resource.designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
src/fiskaltrust.AndroidLauncher.Grpc/Resources/values-de/strings.xml
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<resources> | ||
<string name="app_name">fiskaltrust.Launcher (gRPC)</string> | ||
</resources> |
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
20 changes: 12 additions & 8 deletions
20
src/fiskaltrust.AndroidLauncher.Http/Resources/Resource.designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
src/fiskaltrust.AndroidLauncher.Http/Resources/values-de/strings.xml
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<resources> | ||
<string name="app_name">fiskaltrust.Launcher (HTTP)</string> | ||
</resources> |
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