Advertisement
Diaxon

strings.xml

Oct 22nd, 2023
863
0
128 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.30 KB | None | 0 0
  1. <resources>
  2.     <string name="app_name">zadanie8_1</string>
  3.     <plurals name="plurals">
  4.         <item quantity="zero">0? to za mało</item>
  5.         <item quantity="few">$d? To już prawie wystarczająco </item>
  6.         <item quantity="many">$d? Wystarczająco</item>
  7.     </plurals>
  8. </resources>
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement