mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-30 06:15:08 +01:00
05d8ce1bba
* Update missing Spanish strings * Update Spanish plurals * Small Spanish accessibility string fix * Fix Date/Time Spanish string
55 lines
1.5 KiB
XML
55 lines
1.5 KiB
XML
<?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>account.label.followers %lld %@</key>
|
|
<dict>
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
<string>%#@followers@</string>
|
|
<key>followers</key>
|
|
<dict>
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
<string>NSStringPluralRuleType</string>
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
<string>lld</string>
|
|
<key>one</key>
|
|
<string>%2$@ seguidor</string>
|
|
<key>other</key>
|
|
<string>%2$@ seguidores</string>
|
|
</dict>
|
|
</dict>
|
|
<key>timeline-new-posts %lld</key>
|
|
<dict>
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
<string>%#@timelineNewPosts@</string>
|
|
<key>timelineNewPosts</key>
|
|
<dict>
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
<string>NSStringPluralRuleType</string>
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
<string>lld</string>
|
|
<key>one</key>
|
|
<string>%lld nueva publicación</string>
|
|
<key>other</key>
|
|
<string>%lld nuevas publicaciones</string>
|
|
</dict>
|
|
</dict>
|
|
<key>notifications-others-count %lld</key>
|
|
<dict>
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
<string>%#@noficationsOthersCount@</string>
|
|
<key>noficationsOthersCount</key>
|
|
<dict>
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
<string>NSStringPluralRuleType</string>
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
<string>lld</string>
|
|
<key>one</key>
|
|
<string> y %lld otro </string>
|
|
<key>other</key>
|
|
<string> y %lld otros </string>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|