Files
desktop-apps/macos/ONLYOFFICE/Base.lproj/Localizable.stringsdict
Maxim Kadushkin 2ce7cd2c65 added app sources
2016-09-21 14:03:58 +03:00

58 lines
2.6 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>You have %ld %@ documents with unconfirmed changes. Do you want to review these changes before quitting?</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@documents@</string>
<key>documents</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>ld</string>
<key>one</key>
<string>You have %ld %@ document with unconfirmed changes. Do you want to review these changes before quitting?</string>
<key>other</key>
<string>You have %ld %@ documents with unconfirmed changes. Do you want to review these changes before quitting?</string>
</dict>
</dict>
<key>%d days are left until the license expiration.</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@days@</string>
<key>days</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>one</key>
<string>%d day are left until the license expiration.</string>
<key>other</key>
<string>%d days are left until the license expiration.</string>
</dict>
</dict>
<key>You are using a trial version of the application.
The trial period will end in %d days, after that you will not be able to create and edit documents.</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@days@</string>
<key>days</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>one</key>
<string>You are using a trial version of the application.
The trial period will end in %d day, after that you will not be able to create and edit documents.</string>
<key>other</key>
<string>You are using a trial version of the application.
The trial period will end in %d days, after that you will not be able to create and edit documents.</string>
</dict>
</dict>
</dict>
</plist>