};
objectVersion = 39;
objects = {
+ AD00163006ECCF4C00012B62 = {
+ children = (
+ AD00163106ECCF4C00012B62,
+ AD00163206ECCF5C00012B62,
+ );
+ isa = PBXVariantGroup;
+ name = default.strings;
+ path = "";
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ AD00163106ECCF4C00012B62 = {
+ fileEncoding = 5;
+ indentWidth = 8;
+ isa = PBXFileReference;
+ lastKnownFileType = text.plist.strings;
+ name = English;
+ path = English.lproj/default.strings;
+ refType = 4;
+ sourceTree = "<group>";
+ tabWidth = 8;
+ usesTabs = 1;
+ };
+ AD00163206ECCF5C00012B62 = {
+ fileEncoding = 5;
+ indentWidth = 8;
+ isa = PBXFileReference;
+ lastKnownFileType = text.plist.strings;
+ name = French;
+ path = French.lproj/default.strings;
+ refType = 4;
+ sourceTree = "<group>";
+ tabWidth = 8;
+ usesTabs = 1;
+ };
AD0134C306DF41C5000910D8 = {
fileEncoding = 4;
isa = PBXFileReference;
AD07123D06C904C900A9EEF4,
AD07123706C904C900A9EEF4,
AD07123C06C904C900A9EEF4,
+ AD00163006ECCF4C00012B62,
AD07124306C904E500A9EEF4,
AD07124006C904DE00A9EEF4,
AD07124606C9050700A9EEF4,
+2004-09-06 Marcus Mueller <znek@mulle-kybernetik.com>
+
+ * {English|French}.lproj/default.strings: added localizations (v0.9.10)
+
2004-09-01 Helge Hess <helge.hess@skyrix.com>
* GNUmakefile.preamble: removed dependency on libNGScripting (v0.9.9)
--- /dev/null
+/* this file is in ISO-8859-1 format! */
+
+/* button labels */
+
+// open Anais dialog
+"Search in Anais" = "Search in Anaïs";
+// add myself to the list of uids to display
+"me too" = "me too";
+// clear the list of uids
+"clear" = "clear";
+// show the calendar, composed of the selected uids
+"show" = "show";
--- /dev/null
+/* this file is in ISO-8859-1 format! */
+
+/* button labels */
+
+// open Anais dialog
+"Search in Anais" = "Search in Anaïs";
+// add myself to the list of uids to display
+"me too" = "me too";
+// clear the list of uids
+"clear" = "clear";
+// show the calendar, composed of the selected uids
+"show" = "show";
AnaisUI_PRINCIPAL_CLASS = AnaisUIProduct
-AnaisUI_OBJC_FILES += \
- AnaisUIProduct.m \
- AnaisSelector.m \
- AnaisUidSelector.m \
- AnaisAttendeeSelector.m \
-
-AnaisUI_RESOURCE_FILES += \
- Version \
- product.plist \
- AnaisSelector.wox \
- AnaisUidSelector.wox \
+AnaisUI_LANGUAGES = English French
+
+AnaisUI_OBJC_FILES += \
+ AnaisUIProduct.m \
+ AnaisSelector.m \
+ AnaisUidSelector.m \
+ AnaisAttendeeSelector.m \
+
+AnaisUI_RESOURCE_FILES += \
+ Version \
+ product.plist \
+ AnaisSelector.wox \
+ AnaisUidSelector.wox \
AnaisAttendeeSelector.wox
+AnaisUI_LOCALIZED_RESOURCE_FILES += \
+ default.strings \
+
ADDITIONAL_INCLUDE_DIRS += \
-I.. -I../.. -I../../..