Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
11 changes: 11 additions & 0 deletions catroid/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2062,4 +2062,15 @@
<string formatted="false" name="undo_sort">sortieren rückgängig machen </string>
<string formatted="false" name="sort">Sortieren</string>
<string formatted="false" name="checkbox">Häkchen</string>

<!-- Accessibility content descriptions -->
<string formatted="false" name="button_add_description">Neue Figur oder Objekt hinzufügen</string>
<string formatted="false" name="button_play_description">Projekt wiedergeben</string>
<string formatted="false" name="stage_dialog_button_share">Teilen</string>

<!-- Tabs -->
<string formatted="false" name="tab_scripts">Skripte</string>
<string formatted="false" name="tab_looks">Aussehen</string>
<string formatted="false" name="tab_sound">Audio</string>

</resources>
11 changes: 11 additions & 0 deletions catroid/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2330,4 +2330,15 @@ needs read and write access to it. You can always change permissions through you
<string formatted="false" name="undo_sort">Undo sort</string>
<string formatted="false" name="sort">Sort</string>
<string formatted="false" name="checkbox">checkbox</string>

<!-- Accessibility content descriptions -->
<string formatted="false" name="button_add_description">Add new actor or object</string>
<string formatted="false" name="button_play_description">Play project</string>
<string formatted="false" name="stage_dialog_button_share">Share</string>

<!-- Tabs -->
<string formatted="false" name="tab_scripts">Scripts</string>
<string formatted="false" name="tab_looks">Looks</string>
<string formatted="false" name="tab_sound">Sound</string>

</resources>