mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-03 18:49:30 +01:00
fee9cd3daa
* Polish translation update - new strings - translated new strings into Polish - modified some other strings (better wording) * Polish translation (missing string) - added missing string "timeline.add.url" to Localizable.strings
43 lines
1.2 KiB
XML
43 lines
1.2 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>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 nowy post</string>
|
|
<key>few</key>
|
|
<string>%lld nowe posty</string>
|
|
<key>other</key>
|
|
<string>%lld nowych postów</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> i %lld inny </string>
|
|
<key>few</key>
|
|
<string> i %lld inne </string>
|
|
<key>other</key>
|
|
<string> i %lld innych </string>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|