Localizable.stringsdict 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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>plural.count.metric_formatted.post</key>
  6. <dict>
  7. <key>NSStringLocalizedFormatKey</key>
  8. <string>%@ %#@post_count@</string>
  9. <key>post_count</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>post</string>
  17. <key>other</key>
  18. <string>posts</string>
  19. </dict>
  20. </dict>
  21. <key>plural.count.favorite</key>
  22. <dict>
  23. <key>NSStringLocalizedFormatKey</key>
  24. <string>%#@favorite_count@</string>
  25. <key>favorite_count</key>
  26. <dict>
  27. <key>NSStringFormatSpecTypeKey</key>
  28. <string>NSStringPluralRuleType</string>
  29. <key>NSStringFormatValueTypeKey</key>
  30. <string>ld</string>
  31. <key>one</key>
  32. <string>1 favorite</string>
  33. <key>other</key>
  34. <string>%ld favorites</string>
  35. </dict>
  36. </dict>
  37. <key>plural.count.reblog</key>
  38. <dict>
  39. <key>NSStringLocalizedFormatKey</key>
  40. <string>%#@reblog_count@</string>
  41. <key>reblog_count</key>
  42. <dict>
  43. <key>NSStringFormatSpecTypeKey</key>
  44. <string>NSStringPluralRuleType</string>
  45. <key>NSStringFormatValueTypeKey</key>
  46. <string>ld</string>
  47. <key>one</key>
  48. <string>1 reblog</string>
  49. <key>other</key>
  50. <string>%ld reblogs</string>
  51. </dict>
  52. </dict>
  53. <key>plural.count.vote</key>
  54. <dict>
  55. <key>NSStringLocalizedFormatKey</key>
  56. <string>%#@vote_count@</string>
  57. <key>vote_count</key>
  58. <dict>
  59. <key>NSStringFormatSpecTypeKey</key>
  60. <string>NSStringPluralRuleType</string>
  61. <key>NSStringFormatValueTypeKey</key>
  62. <string>ld</string>
  63. <key>one</key>
  64. <string>1 vote</string>
  65. <key>other</key>
  66. <string>%ld votes</string>
  67. </dict>
  68. </dict>
  69. <key>plural.count.voter</key>
  70. <dict>
  71. <key>NSStringLocalizedFormatKey</key>
  72. <string>%#@voter_count@</string>
  73. <key>voter_count</key>
  74. <dict>
  75. <key>NSStringFormatSpecTypeKey</key>
  76. <string>NSStringPluralRuleType</string>
  77. <key>NSStringFormatValueTypeKey</key>
  78. <string>ld</string>
  79. <key>one</key>
  80. <string>1 voter</string>
  81. <key>other</key>
  82. <string>%ld voters</string>
  83. </dict>
  84. </dict>
  85. <key>plural.people_talking</key>
  86. <dict>
  87. <key>NSStringLocalizedFormatKey</key>
  88. <string>%#@count_people_talking@</string>
  89. <key>count_people_talking</key>
  90. <dict>
  91. <key>NSStringFormatSpecTypeKey</key>
  92. <string>NSStringPluralRuleType</string>
  93. <key>NSStringFormatValueTypeKey</key>
  94. <string>ld</string>
  95. <key>one</key>
  96. <string>1 people talking</string>
  97. <key>other</key>
  98. <string>%ld people talking</string>
  99. </dict>
  100. </dict>
  101. </dict>
  102. </plist>