mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-24 01:49:20 +00:00
moved stringdicts to correct location in project
added german stringsdict
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
{
|
||||
"EVERY_%ld_DAYS" = {
|
||||
NSStringLocalizedFormatKey = "%#@variable@";
|
||||
variable = {
|
||||
NSStringFormatSpecTypeKey = NSStringPluralRuleType;
|
||||
NSStringFormatValueTypeKey = ld;
|
||||
few = "co %ld dni";
|
||||
many = "co %ld dni";
|
||||
one = "co dzie\U0144";
|
||||
other = "co %ld dni";
|
||||
zero = "po ka\U017cdym odblokowaniu";
|
||||
};
|
||||
};
|
||||
"EVERY_%ld_DAYS" = {
|
||||
"NSStringLocalizedFormatKey" = "%#@variable@";
|
||||
variable = {
|
||||
"NSStringFormatSpecTypeKey" = "NSStringPluralRuleType";
|
||||
"NSStringFormatValueTypeKey" = ld;
|
||||
zero = "po ka\U017cdym odblokowaniu";
|
||||
one = "co dzie\U0144";
|
||||
other = "co %ld dni";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user