Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions res/values-de/arrays.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<array name="repo_list_login_items">
<item>@string/repo_type_all</item>
<item>@string/repo_type_owner</item>
<item>@string/repo_type_member</item>
<item>@string/repo_type_public</item>
<item>@string/repo_type_private</item>
<item>@string/repo_type_sources</item>
<item>@string/repo_type_forks</item>
<item>@string/repo_type_watched</item>
<item>@string/repo_type_starred</item>
</array>
<array name="repo_list_org_items">
<item>@string/repo_type_all</item>
<item>@string/repo_type_member</item>
<item>@string/repo_type_public</item>
<item>@string/repo_type_private</item>
<item>@string/repo_type_sources</item>
<item>@string/repo_type_forks</item>
<item>@string/repo_type_watched</item>
<item>@string/repo_type_starred</item>
</array>
<array name="repo_list_user_items">
<item>@string/repo_type_all</item>
<item>@string/repo_type_owner</item>
<item>@string/repo_type_member</item>
<item>@string/repo_type_sources</item>
<item>@string/repo_type_forks</item>
<item>@string/repo_type_watched</item>
<item>@string/repo_type_starred</item>
</array>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Diese Arrays, die nur auf andere Stringressourcen verweisen, können hier raus.

<string-array name="theme_items">
<item>Dunkel</item>
<item>Hell</item>
</string-array>
<string-array name="text_size_items">
<item>Winzig</item>
<item>Klein</item>
<item>Normal</item>
<item>Groß</item>
<item>Riesig</item>
</string-array>
</resources>
Loading