Add acknowledgement to derivation from Apple sample code.
This commit is contained in:
parent
0f1aa701df
commit
c51c49f354
|
@ -21,6 +21,8 @@
|
|||
<dict>
|
||||
<key>Type</key>
|
||||
<string>PSGroupSpecifier</string>
|
||||
<key>FooterText</key>
|
||||
<string>Apple Acknowledgement</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>Type</key>
|
||||
|
|
|
@ -1,4 +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. */
|
||||
/* 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. */
|
||||
|
||||
"Version Info" = "Version Info";
|
||||
"Acknowledgements" = "Acknowledgements";
|
||||
"Apple Acknowledgement" = "This app contains code derived from Apple sample code: https://developer.apple.com/library/archive/samplecode/SimpleTunnel/Introduction/Intro.html";
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* 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. */
|
||||
/* 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. */
|
||||
|
||||
"Version Info" = "Versie informatie";
|
||||
"Acknowledgements" = "Licenties";
|
||||
"Apple Acknowledgement" = "Deze app bevat code afgeleid van Apple voorbeeld code: https://developer.apple.com/library/archive/samplecode/SimpleTunnel/Introduction/Intro.html";
|
||||
|
||||
|
|
Loading…
Reference in New Issue