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 d01e2ce commit ea56e12Copy full SHA for ea56e12
1 file changed
app/src/main/res/values-sv/strings.xml
@@ -774,6 +774,10 @@
774
<string name="userinfo_no_info_text">Lägg till namn, bild och kontaktuppgifter på din profilsida.</string>
775
<string name="video_call">Videosamtal</string>
776
<string name="whats_your_status">Vad är din status?</string>
777
+ <plurals name="nc_new_messages_count">
778
+ <item quantity="one">%d nytt meddelande</item>
779
+ <item quantity="other">%d nya meddelanden</item>
780
+ </plurals>
781
<plurals name="see_similar_system_messages">
782
<item quantity="one">Se %d liknande meddelande</item>
783
<item quantity="other">Se %d liknande meddelanden</item>
0 commit comments