]> err.no Git - scalable-opengroupware.org/commitdiff
added localization files for the Anais bundle
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 6 Sep 2004 17:08:54 +0000 (17:08 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 6 Sep 2004 17:08:54 +0000 (17:08 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@296 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/SOGo.xcode/project.pbxproj
SOGo/UI/Anais/ChangeLog
SOGo/UI/Anais/English.lproj/default.strings [new file with mode: 0644]
SOGo/UI/Anais/French.lproj/default.strings [new file with mode: 0644]
SOGo/UI/Anais/GNUmakefile
SOGo/UI/Anais/Version

index 9fddc12e3b4d24cb53c391239edb7b2d18439293..bf7d893a8a3f7211a2fb5bbe073bff1ad9781437 100644 (file)
@@ -5,6 +5,41 @@
        };
        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,
index 13f41509f91107c2fa88b1dc30c56a9f2e27a2c9..b88e7289c3d43ac7e8e5aab4f7c5dcf88c1f9881 100644 (file)
@@ -1,3 +1,7 @@
+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)
diff --git a/SOGo/UI/Anais/English.lproj/default.strings b/SOGo/UI/Anais/English.lproj/default.strings
new file mode 100644 (file)
index 0000000..72e0c76
--- /dev/null
@@ -0,0 +1,12 @@
+/* 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";
diff --git a/SOGo/UI/Anais/French.lproj/default.strings b/SOGo/UI/Anais/French.lproj/default.strings
new file mode 100644 (file)
index 0000000..72e0c76
--- /dev/null
@@ -0,0 +1,12 @@
+/* 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";
index ef9450d4dc0b583139abe674bd16eb81ae0fb34c..3e4f1067af9a0196a396a25ae86b04596f98ec0e 100644 (file)
@@ -8,19 +8,24 @@ BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/SOGo
 
 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../../..
 
index cae849fce4c437f04d1ce58e498bf7ea6a2f8cff..4f666ec60f4d48758e29cd2f597c86dd80ee51ae 100644 (file)
@@ -1,3 +1,3 @@
 # $Id: Version 165 2004-08-05 17:55:50Z znek $
 
-SUBMINOR_VERSION:=9
+SUBMINOR_VERSION:=10