Files
MacPass/MacPass/de.lproj/Localizable.stringsdict
2017-11-19 13:35:42 +01:00

21 lines
678 B
Plaintext

{
"DUPLICATE_ENTRIES_%ld" = {
NSStringLocalizedFormatKey = "%#@entries@";
entries = {
NSStringFormatSpecTypeKey = NSStringPluralRuleType;
NSStringFormatValueTypeKey = ld;
one = "Eintrag duplizieren";
other = "Eintr\U00e4ge duplizieren";
};
};
"EVERY_%ld_DAYS" = {
NSStringLocalizedFormatKey = "%#@days@";
days = {
NSStringFormatSpecTypeKey = NSStringPluralRuleType;
NSStringFormatValueTypeKey = ld;
one = "jeden Tag";
other = "alle %ld Tage";
zero = "nach jedem Entsperren";
};
};
}