Intents.stringsdict 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>There are ${count} options matching ‘${content}’. - 2</key>
  6. <dict>
  7. <key>NSStringLocalizedFormatKey</key>
  8. <string>Na voljo: %#@count_option@, ki se ujema z "${content}".</string>
  9. <key>count_option</key>
  10. <dict>
  11. <key>NSStringFormatSpecTypeKey</key>
  12. <string>NSStringPluralRuleType</string>
  13. <key>NSStringFormatValueTypeKey</key>
  14. <string>%ld</string>
  15. <key>one</key>
  16. <string>%ld možnost</string>
  17. <key>two</key>
  18. <string>%ld možnosti</string>
  19. <key>few</key>
  20. <string>%ld možnosti</string>
  21. <key>other</key>
  22. <string>%ld možnosti</string>
  23. </dict>
  24. </dict>
  25. <key>There are ${count} options matching ‘${visibility}’.</key>
  26. <dict>
  27. <key>NSStringLocalizedFormatKey</key>
  28. <string>Na voljo: %#@count_option@, ki se ujema z "${visibility}".</string>
  29. <key>count_option</key>
  30. <dict>
  31. <key>NSStringFormatSpecTypeKey</key>
  32. <string>NSStringPluralRuleType</string>
  33. <key>NSStringFormatValueTypeKey</key>
  34. <string>%ld</string>
  35. <key>one</key>
  36. <string>%ld možnost</string>
  37. <key>two</key>
  38. <string>%ld možnosti</string>
  39. <key>few</key>
  40. <string>%ld možnosti</string>
  41. <key>other</key>
  42. <string>%ld možnosti</string>
  43. </dict>
  44. </dict>
  45. </dict>
  46. </plist>