summaryrefslogtreecommitdiff
path: root/Tests/CFBundleTest/Localized.r
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CFBundleTest/Localized.r')
-rw-r--r--Tests/CFBundleTest/Localized.r18
1 files changed, 18 insertions, 0 deletions
diff --git a/Tests/CFBundleTest/Localized.r b/Tests/CFBundleTest/Localized.r
new file mode 100644
index 000000000..e988e262c
--- /dev/null
+++ b/Tests/CFBundleTest/Localized.r
@@ -0,0 +1,18 @@
+#include <CoreServices/CoreServices.r>
+
+resource 'STR#' (126)
+{ {
+ "${FBSTRING_LegalCopyright}",
+ "${FBSTRING_ProductName}"
+} };
+
+resource 'STR#' (127)
+{ {
+ "${FBSTRING_FileDescription}"
+} };
+
+resource 'STR#' (128)
+{ {
+ "${FBSTRING_MIMEType}",
+ "${FBSTRING_FileExtents}"
+} };