2022-05-13 05:52:43 +02: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-14 05:49:41 +01:00
|
|
|
|
<string>Existem %#@count_option@ opções correspondentes a ‘${content}’.</string>
|
2022-05-13 05:52:43 +02:00
|
|
|
|
<key>count_option</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
|
|
|
<string>NSStringPluralRuleType</string>
|
|
|
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
|
|
|
<string>%ld</string>
|
|
|
|
|
<key>one</key>
|
2022-11-14 05:49:41 +01:00
|
|
|
|
<string>1 opção</string>
|
2022-05-13 05:52:43 +02:00
|
|
|
|
<key>other</key>
|
2022-11-14 05:49:41 +01:00
|
|
|
|
<string>%ld opções</string>
|
2022-05-13 05:52:43 +02:00
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<key>There are ${count} options matching ‘${visibility}’.</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSStringLocalizedFormatKey</key>
|
2022-11-14 05:49:41 +01:00
|
|
|
|
<string>Existem %#@count_option@ opções correspondentes a ‘${visibility}’.</string>
|
2022-05-13 05:52:43 +02:00
|
|
|
|
<key>count_option</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
|
|
|
<string>NSStringPluralRuleType</string>
|
|
|
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
|
|
|
<string>%ld</string>
|
|
|
|
|
<key>one</key>
|
2022-11-14 05:49:41 +01:00
|
|
|
|
<string>1 opção</string>
|
2022-05-13 05:52:43 +02:00
|
|
|
|
<key>other</key>
|
2022-11-14 05:49:41 +01:00
|
|
|
|
<string>%ld opções</string>
|
2022-05-13 05:52:43 +02:00
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
</plist>
|