2022-11-19 16:31:28 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
|
<plist version="1.0">
|
|
|
|
|
<dict>
|
|
|
|
|
<key>There are ${count} options matching ‘${content}’. - 2</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSStringLocalizedFormatKey</key>
|
2022-11-20 06:27:18 +01:00
|
|
|
|
<string>‘${content}’ နှင့် ကိုက်ညီသော ရွေးချယ်စရာ %#@count_option@ ခု ရှိသည်။</string>
|
2022-11-19 16:31:28 +01:00
|
|
|
|
<key>count_option</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
|
|
|
<string>NSStringPluralRuleType</string>
|
|
|
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
|
|
|
<string>%ld</string>
|
|
|
|
|
<key>other</key>
|
2022-11-20 06:27:18 +01:00
|
|
|
|
<string>ရွေးချယ်စရာ %ld ခု</string>
|
2022-11-19 16:31:28 +01:00
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<key>There are ${count} options matching ‘${visibility}’.</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSStringLocalizedFormatKey</key>
|
2022-11-20 06:27:18 +01:00
|
|
|
|
<string>‘${visibility}’ နှင့် ကိုက်ညီသော ရွေးချယ်စရာ %#@count_option@ ခု ရှိသည်။</string>
|
2022-11-19 16:31:28 +01:00
|
|
|
|
<key>count_option</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
|
|
|
<string>NSStringPluralRuleType</string>
|
|
|
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
|
|
|
<string>%ld</string>
|
|
|
|
|
<key>other</key>
|
2022-11-20 06:27:18 +01:00
|
|
|
|
<string>ရွေးချယ်စရာ %ld ခု</string>
|
2022-11-19 16:31:28 +01:00
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
</plist>
|