damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

Localizable.stringsdict (1148B)


      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>replying_to_one_and_others</key>
      6 	<dict>
      7 		<key>NSStringLocalizedFormatKey</key>
      8 		<string>Replying to %2$@%#@others@</string>
      9 		<key>others</key>
     10 		<dict>
     11 			<key>NSStringFormatSpecTypeKey</key>
     12 			<string>NSStringPluralRuleType</string>
     13 			<key>NSStringFormatValueTypeKey</key>
     14 			<string>d</string>
     15 			<key>zero</key>
     16 			<string></string>
     17 			<key>one</key>
     18 			<string> &amp; 1 other</string>
     19 			<key>other</key>
     20 			<string> &amp; %d others</string>
     21 		</dict>
     22 	</dict>
     23 	<key>replying_to_two_and_others</key>
     24 	<dict>
     25 		<key>NSStringLocalizedFormatKey</key>
     26 		<string>Replying to %2$@, %3$@%#@others@</string>
     27 		<key>others</key>
     28 		<dict>
     29 			<key>NSStringFormatSpecTypeKey</key>
     30 			<string>NSStringPluralRuleType</string>
     31 			<key>NSStringFormatValueTypeKey</key>
     32 			<string>d</string>
     33 			<key>zero</key>
     34 			<string></string>
     35 			<key>one</key>
     36 			<string> &amp; 1 other</string>
     37 			<key>other</key>
     38 			<string> &amp; %d others</string>
     39 		</dict>
     40 	</dict>
     41 </dict>
     42 </plist>