diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /build/mac/English.lproj | |
download | pcp-debian.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'build/mac/English.lproj')
-rw-r--r-- | build/mac/English.lproj/GNUmakefile | 8 | ||||
-rw-r--r-- | build/mac/English.lproj/Localizable.strings | 11 |
2 files changed, 19 insertions, 0 deletions
diff --git a/build/mac/English.lproj/GNUmakefile b/build/mac/English.lproj/GNUmakefile new file mode 100644 index 0000000..ab05fbe --- /dev/null +++ b/build/mac/English.lproj/GNUmakefile @@ -0,0 +1,8 @@ +TOPDIR = ../../.. +include $(TOPDIR)/src/include/builddefs + +LSRCFILES = Localizable.strings + +default install : + +include $(BUILDRULES) diff --git a/build/mac/English.lproj/Localizable.strings b/build/mac/English.lproj/Localizable.strings new file mode 100644 index 0000000..a65b152 --- /dev/null +++ b/build/mac/English.lproj/Localizable.strings @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> +<plist version="0.9"> +<dict> + <key>Starting Performance Co-Pilot</key> + <string>Starting Performance Co-Pilot</string> + <key>Stopping Performance Co-Pilot</key> + <string>Stopping Performance Co-Pilot</string> +</dict> +</plist> + |