From: znek Date: Wed, 23 Mar 2005 10:05:46 +0000 (+0000) Subject: changed "default.strings" to "Localizable.strings" X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b8650b4ebcb2687f905be179c1d25ba3beaaa18;p=scalable-opengroupware.org changed "default.strings" to "Localizable.strings" git-svn-id: http://svn.opengroupware.org/SOGo/trunk@634 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/Main/ChangeLog b/SOGo/Main/ChangeLog index f69b629a..a256d710 100644 --- a/SOGo/Main/ChangeLog +++ b/SOGo/Main/ChangeLog @@ -1,3 +1,7 @@ +2005-03-23 Marcus Mueller + + * renamed "default.strings" to "Localizable.strings" (v0.9.27) + 2005-02-21 Helge Hess * GNUmakefile: properly install bundle in FHS (v0.9.26) diff --git a/SOGo/Main/English.lproj/default.strings b/SOGo/Main/English.lproj/Localizable.strings similarity index 100% rename from SOGo/Main/English.lproj/default.strings rename to SOGo/Main/English.lproj/Localizable.strings diff --git a/SOGo/Main/French.lproj/default.strings b/SOGo/Main/French.lproj/Localizable.strings similarity index 100% rename from SOGo/Main/French.lproj/default.strings rename to SOGo/Main/French.lproj/Localizable.strings diff --git a/SOGo/Main/GNUmakefile b/SOGo/Main/GNUmakefile index fe404268..cf52df32 100644 --- a/SOGo/Main/GNUmakefile +++ b/SOGo/Main/GNUmakefile @@ -41,7 +41,7 @@ MainUI_RESOURCE_FILES += \ SOGoGroupsPage.wox \ MainUI_LOCALIZED_RESOURCE_FILES += \ - Locale default.strings + Locale Localizable.strings -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/bundle.make diff --git a/SOGo/Main/Version b/SOGo/Main/Version index 2f80ae21..ef3a2490 100644 --- a/SOGo/Main/Version +++ b/SOGo/Main/Version @@ -1,6 +1,6 @@ # Version file -SUBMINOR_VERSION:=26 +SUBMINOR_VERSION:=27 # v0.9.24 requires libWEExtensions v4.5.67 # v0.9.16 requires libNGExtensions v4.5.136 diff --git a/SOGo/SOGo.xcode/project.pbxproj b/SOGo/SOGo.xcode/project.pbxproj index 1ced8a06..bf9d53cd 100644 --- a/SOGo/SOGo.xcode/project.pbxproj +++ b/SOGo/SOGo.xcode/project.pbxproj @@ -2761,7 +2761,6 @@ ADDF4BE606DCF5E200C4E7F8 = { children = ( E872063B0692E3D00099CBBD, - E872063C0692E3D00099CBBD, ); isa = PBXGroup; name = Makefiles; @@ -3821,16 +3820,6 @@ sourceTree = ""; tabWidth = 8; }; - E872063C0692E3D00099CBBD = { - explicitFileType = sourcecode.make; - fileEncoding = 4; - indentWidth = 8; - isa = PBXFileReference; - path = GNUmakefile.preamble; - refType = 4; - sourceTree = ""; - tabWidth = 8; - }; E87206410692E3D00099CBBD = { fileEncoding = 5; indentWidth = 2; diff --git a/SOGo/UI/Anais/ChangeLog b/SOGo/UI/Anais/ChangeLog index 083397fc..e5af9919 100644 --- a/SOGo/UI/Anais/ChangeLog +++ b/SOGo/UI/Anais/ChangeLog @@ -1,3 +1,7 @@ +2004-03-23 Marcus Mueller + + * renamed "default.strings" to "Localizable.strings" (v0.9.20) + 2004-01-07 Marcus Mueller * {English/French}.lproj/default.strings: changed encoding from diff --git a/SOGo/UI/Anais/English.lproj/default.strings b/SOGo/UI/Anais/English.lproj/Localizable.strings similarity index 100% rename from SOGo/UI/Anais/English.lproj/default.strings rename to SOGo/UI/Anais/English.lproj/Localizable.strings diff --git a/SOGo/UI/Anais/French.lproj/default.strings b/SOGo/UI/Anais/French.lproj/Localizable.strings similarity index 100% rename from SOGo/UI/Anais/French.lproj/default.strings rename to SOGo/UI/Anais/French.lproj/Localizable.strings diff --git a/SOGo/UI/Anais/GNUmakefile b/SOGo/UI/Anais/GNUmakefile index ce63983c..17957511 100644 --- a/SOGo/UI/Anais/GNUmakefile +++ b/SOGo/UI/Anais/GNUmakefile @@ -24,7 +24,7 @@ AnaisUI_RESOURCE_FILES += \ # AnaisAttendeeSelector.wox AnaisUI_LOCALIZED_RESOURCE_FILES += \ - default.strings \ + Localizable.strings \ # make diff --git a/SOGo/UI/Anais/Version b/SOGo/UI/Anais/Version index 9b98c9ae..d18647ab 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:=19 +SUBMINOR_VERSION:=20 diff --git a/SOGo/UI/Common/ChangeLog b/SOGo/UI/Common/ChangeLog index c7697360..2640b533 100644 --- a/SOGo/UI/Common/ChangeLog +++ b/SOGo/UI/Common/ChangeLog @@ -1,3 +1,7 @@ +2005-03-23 Marcus Mueller + + * renamed "default.strings" to "Localizable.strings" (v0.9.36) + 2005-02-10 Helge Hess * GNUmakefile: include ../common.make (v0.9.35) diff --git a/SOGo/UI/Common/English.lproj/default.strings b/SOGo/UI/Common/English.lproj/Localizable.strings similarity index 100% rename from SOGo/UI/Common/English.lproj/default.strings rename to SOGo/UI/Common/English.lproj/Localizable.strings diff --git a/SOGo/UI/Common/French.lproj/default.strings b/SOGo/UI/Common/French.lproj/Localizable.strings similarity index 100% rename from SOGo/UI/Common/French.lproj/default.strings rename to SOGo/UI/Common/French.lproj/Localizable.strings diff --git a/SOGo/UI/Common/GNUmakefile b/SOGo/UI/Common/GNUmakefile index 9a90ce9c..7ac64389 100644 --- a/SOGo/UI/Common/GNUmakefile +++ b/SOGo/UI/Common/GNUmakefile @@ -59,7 +59,7 @@ CommonUI_RESOURCE_FILES += \ images/non_sorted.gif \ CommonUI_LOCALIZED_RESOURCE_FILES += \ - default.strings \ + Localizable.strings \ # make diff --git a/SOGo/UI/Common/Version b/SOGo/UI/Common/Version index 51e753f7..8f9b0cb1 100644 --- a/SOGo/UI/Common/Version +++ b/SOGo/UI/Common/Version @@ -1,5 +1,5 @@ # Version file -SUBMINOR_VERSION:=35 +SUBMINOR_VERSION:=36 # v0.9.28 requires NGExtensions v4.5.136 diff --git a/SOGo/UI/Contacts/ChangeLog b/SOGo/UI/Contacts/ChangeLog index 27a4beb2..1e1c211b 100644 --- a/SOGo/UI/Contacts/ChangeLog +++ b/SOGo/UI/Contacts/ChangeLog @@ -1,3 +1,7 @@ +2005-03-23 Marcus Mueller + + * renamed "default.strings" to "Localizable.strings" (v0.9.22) + 2005-02-14 Helge Hess * UIxContactEditor.m: moved header file to own file (v0.9.21) diff --git a/SOGo/UI/Contacts/English.lproj/default.strings b/SOGo/UI/Contacts/English.lproj/Localizable.strings similarity index 100% rename from SOGo/UI/Contacts/English.lproj/default.strings rename to SOGo/UI/Contacts/English.lproj/Localizable.strings diff --git a/SOGo/UI/Contacts/French.lproj/default.strings b/SOGo/UI/Contacts/French.lproj/Localizable.strings similarity index 100% rename from SOGo/UI/Contacts/French.lproj/default.strings rename to SOGo/UI/Contacts/French.lproj/Localizable.strings diff --git a/SOGo/UI/Contacts/GNUmakefile b/SOGo/UI/Contacts/GNUmakefile index 8757931f..cbac87f2 100644 --- a/SOGo/UI/Contacts/GNUmakefile +++ b/SOGo/UI/Contacts/GNUmakefile @@ -22,7 +22,7 @@ ContactsUI_RESOURCE_FILES += \ product.plist \ ContactsUI_LOCALIZED_RESOURCE_FILES += \ - default.strings \ + Localizable.strings \ # make diff --git a/SOGo/UI/Contacts/Version b/SOGo/UI/Contacts/Version index 7bdce601..9e92ea2e 100644 --- a/SOGo/UI/Contacts/Version +++ b/SOGo/UI/Contacts/Version @@ -1,6 +1,6 @@ # GNUstep makefile -SUBMINOR_VERSION:=21 +SUBMINOR_VERSION:=22 # v0.9.18 requires NGExtensions v4.5.136 # v0.9.16 requires libSOGoUI v0.9.16 diff --git a/SOGo/UI/MailerUI/ChangeLog b/SOGo/UI/MailerUI/ChangeLog index b49c02e6..5c34a68e 100644 --- a/SOGo/UI/MailerUI/ChangeLog +++ b/SOGo/UI/MailerUI/ChangeLog @@ -1,3 +1,7 @@ +2005-03-23 Marcus Mueller + + * renamed "default.strings" to "Localizable.strings" (v0.9.122) + 2005-02-23 Helge Hess * mailer.js: split into multiple files (v0.9.121) diff --git a/SOGo/UI/MailerUI/English.lproj/default.strings b/SOGo/UI/MailerUI/English.lproj/Localizable.strings similarity index 100% rename from SOGo/UI/MailerUI/English.lproj/default.strings rename to SOGo/UI/MailerUI/English.lproj/Localizable.strings diff --git a/SOGo/UI/MailerUI/French.lproj/default.strings b/SOGo/UI/MailerUI/French.lproj/Localizable.strings similarity index 100% rename from SOGo/UI/MailerUI/French.lproj/default.strings rename to SOGo/UI/MailerUI/French.lproj/Localizable.strings diff --git a/SOGo/UI/MailerUI/GNUmakefile b/SOGo/UI/MailerUI/GNUmakefile index 3bb26760..de47794b 100644 --- a/SOGo/UI/MailerUI/GNUmakefile +++ b/SOGo/UI/MailerUI/GNUmakefile @@ -46,7 +46,7 @@ MailerUI_RESOURCE_FILES += \ product.plist \ MailerUI_LOCALIZED_RESOURCE_FILES += \ - default.strings + Localizable.strings # make diff --git a/SOGo/UI/MailerUI/Version b/SOGo/UI/MailerUI/Version index 327f9cad..9c01ce9a 100644 --- a/SOGo/UI/MailerUI/Version +++ b/SOGo/UI/MailerUI/Version @@ -1,6 +1,6 @@ # version file -SUBMINOR_VERSION:=121 +SUBMINOR_VERSION:=122 # v0.9.100 requires libNGMime v4.5.213 # v0.9.99 requires libNGMime v4.5.212 diff --git a/SOGo/UI/Scheduler/ChangeLog b/SOGo/UI/Scheduler/ChangeLog index 5864de58..2284a2ce 100644 --- a/SOGo/UI/Scheduler/ChangeLog +++ b/SOGo/UI/Scheduler/ChangeLog @@ -1,3 +1,7 @@ +2005-03-23 Marcus Mueller + + * renamed "default.strings" to "Localizable.strings" (v0.9.122) + 2005-03-20 Helge Hess * v0.9.121 diff --git a/SOGo/UI/Scheduler/English.lproj/default.strings b/SOGo/UI/Scheduler/English.lproj/Localizable.strings similarity index 100% rename from SOGo/UI/Scheduler/English.lproj/default.strings rename to SOGo/UI/Scheduler/English.lproj/Localizable.strings diff --git a/SOGo/UI/Scheduler/French.lproj/default.strings b/SOGo/UI/Scheduler/French.lproj/Localizable.strings similarity index 100% rename from SOGo/UI/Scheduler/French.lproj/default.strings rename to SOGo/UI/Scheduler/French.lproj/Localizable.strings diff --git a/SOGo/UI/Scheduler/GNUmakefile b/SOGo/UI/Scheduler/GNUmakefile index db75c1f2..ff7b0494 100644 --- a/SOGo/UI/Scheduler/GNUmakefile +++ b/SOGo/UI/Scheduler/GNUmakefile @@ -107,7 +107,7 @@ SchedulerUI_RESOURCE_FILES += \ images/invisible_space_2.gif \ SchedulerUI_LOCALIZED_RESOURCE_FILES += \ - default.strings \ + Localizable.strings \ # if SoProduct is fixed to enable localized resources, add this to # SchedulerUI_LOCALIZED_RESOURCE_FILES instead diff --git a/SOGo/UI/Scheduler/Version b/SOGo/UI/Scheduler/Version index cb2c3f5e..a7539b3f 100644 --- a/SOGo/UI/Scheduler/Version +++ b/SOGo/UI/Scheduler/Version @@ -1,6 +1,6 @@ # Version file -SUBMINOR_VERSION:=121 +SUBMINOR_VERSION:=122 # v0.9.115 requires NGiCal v4.5.44 # v0.9.113 requires libSOGo v0.9.30 diff --git a/SOGo/UI/Templates/ChangeLog b/SOGo/UI/Templates/ChangeLog index 4ff3d346..bb67646d 100644 --- a/SOGo/UI/Templates/ChangeLog +++ b/SOGo/UI/Templates/ChangeLog @@ -1,3 +1,7 @@ +2005-03-23 Marcus Mueller + + * UIxCalWeekOverview.wox: changed the right corner URL yet again + 2005-02-22 Helge Hess * UIxMailMainFrame.wox: removed debug code, use new SOPE container tag diff --git a/SOGo/UI/Templates/UIxCalWeekOverview.wox b/SOGo/UI/Templates/UIxCalWeekOverview.wox index 486a717f..f3927f32 100644 --- a/SOGo/UI/Templates/UIxCalWeekOverview.wox +++ b/SOGo/UI/Templates/UIxCalWeekOverview.wox @@ -185,7 +185,7 @@