From: znek Date: Mon, 6 Sep 2004 17:08:54 +0000 (+0000) Subject: added localization files for the Anais bundle X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc2cf2825a52ead45d205a765fbf30048e4453dc;p=scalable-opengroupware.org added localization files for the Anais bundle git-svn-id: http://svn.opengroupware.org/SOGo/trunk@296 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/SOGo.xcode/project.pbxproj b/SOGo/SOGo.xcode/project.pbxproj index 9fddc12e..bf7d893a 100644 --- a/SOGo/SOGo.xcode/project.pbxproj +++ b/SOGo/SOGo.xcode/project.pbxproj @@ -5,6 +5,41 @@ }; objectVersion = 39; objects = { + AD00163006ECCF4C00012B62 = { + children = ( + AD00163106ECCF4C00012B62, + AD00163206ECCF5C00012B62, + ); + isa = PBXVariantGroup; + name = default.strings; + path = ""; + refType = 4; + sourceTree = ""; + }; + AD00163106ECCF4C00012B62 = { + fileEncoding = 5; + indentWidth = 8; + isa = PBXFileReference; + lastKnownFileType = text.plist.strings; + name = English; + path = English.lproj/default.strings; + refType = 4; + sourceTree = ""; + 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 = ""; + tabWidth = 8; + usesTabs = 1; + }; AD0134C306DF41C5000910D8 = { fileEncoding = 4; isa = PBXFileReference; @@ -199,6 +234,7 @@ AD07123D06C904C900A9EEF4, AD07123706C904C900A9EEF4, AD07123C06C904C900A9EEF4, + AD00163006ECCF4C00012B62, AD07124306C904E500A9EEF4, AD07124006C904DE00A9EEF4, AD07124606C9050700A9EEF4, diff --git a/SOGo/UI/Anais/ChangeLog b/SOGo/UI/Anais/ChangeLog index 13f41509..b88e7289 100644 --- a/SOGo/UI/Anais/ChangeLog +++ b/SOGo/UI/Anais/ChangeLog @@ -1,3 +1,7 @@ +2004-09-06 Marcus Mueller + + * {English|French}.lproj/default.strings: added localizations (v0.9.10) + 2004-09-01 Helge Hess * 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 index 00000000..72e0c763 --- /dev/null +++ b/SOGo/UI/Anais/English.lproj/default.strings @@ -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 index 00000000..72e0c763 --- /dev/null +++ b/SOGo/UI/Anais/French.lproj/default.strings @@ -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/GNUmakefile b/SOGo/UI/Anais/GNUmakefile index ef9450d4..3e4f1067 100644 --- a/SOGo/UI/Anais/GNUmakefile +++ b/SOGo/UI/Anais/GNUmakefile @@ -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../../.. diff --git a/SOGo/UI/Anais/Version b/SOGo/UI/Anais/Version index cae849fc..4f666ec6 100644 --- a/SOGo/UI/Anais/Version +++ b/SOGo/UI/Anais/Version @@ -1,3 +1,3 @@ # $Id: Version 165 2004-08-05 17:55:50Z znek $ -SUBMINOR_VERSION:=9 +SUBMINOR_VERSION:=10