We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf7948 commit 1f9060bCopy full SHA for 1f9060b
app/src/main/res/values-cs/strings.xml
@@ -56,4 +56,10 @@
56
<string name="delete_all_message">Opravdu chcete odstranit všechny záznamy? Tato akce je nevratná</string>
57
<string name="delete_selected_title">Odstranit vybrané</string>
58
<string name="delete_selected_message">Opravdu chcete odstranit vybrané záznamy? Tato akce je nevratná</string>
59
+ <plurals name="recording_selection_count">
60
+ <item quantity="one">%d vybrán</item>
61
+ <item quantity="few">%d vybrány</item>
62
+ <item quantity="many">%d vybraných</item>
63
+ <item quantity="other">%d vybraných</item>
64
+ </plurals>
65
</resources>
0 commit comments