Bin three unnecessary translatable strings that don't occur anywhere

They for some reason appear when one adds a Settings Bundle to the
project using Xcode, but are not needed, as far as I see

(I already removed a fourth when I added the Finnish localisation.)
This commit is contained in:
Tor Lillqvist 2019-04-12 23:04:08 +03:00
parent bf676c8643
commit 4cfd2e8744
2 changed files with 0 additions and 6 deletions

View file

@ -1,8 +1,5 @@
/* A single strings file, whose title is specified in your preferences schema. The strings files provide the localized content to display to the user for each of your preferences. */
"Name" = "Name";
"none given" = "none given";
"Enabled" = "Enabled";
"App info" = "App info";
"Version" = "Version";
"Settings" = "Settings";

View file

@ -1,8 +1,5 @@
/* A single strings file, whose title is specified in your preferences schema. The strings files provide the localized content to display to the user for each of your preferences. */
"Name" = "Nimi";
"none given" = "ei mitään";
"Enabled" = "On";
"App info" = "Tietoa appista";
"Version" = "Versio";
"Settings" = "Asetukset";