]> err.no Git - scalable-opengroupware.org/commitdiff
changed "default.strings" to "Localizable.strings"
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 23 Mar 2005 10:05:46 +0000 (10:05 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 23 Mar 2005 10:05:46 +0000 (10:05 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@634 d1b88da0-ebda-0310-925b-ed51d893ca5b

33 files changed:
SOGo/Main/ChangeLog
SOGo/Main/English.lproj/Localizable.strings [moved from SOGo/Main/English.lproj/default.strings with 100% similarity]
SOGo/Main/French.lproj/Localizable.strings [moved from SOGo/Main/French.lproj/default.strings with 100% similarity]
SOGo/Main/GNUmakefile
SOGo/Main/Version
SOGo/SOGo.xcode/project.pbxproj
SOGo/UI/Anais/ChangeLog
SOGo/UI/Anais/English.lproj/Localizable.strings [moved from SOGo/UI/Anais/English.lproj/default.strings with 100% similarity]
SOGo/UI/Anais/French.lproj/Localizable.strings [moved from SOGo/UI/Anais/French.lproj/default.strings with 100% similarity]
SOGo/UI/Anais/GNUmakefile
SOGo/UI/Anais/Version
SOGo/UI/Common/ChangeLog
SOGo/UI/Common/English.lproj/Localizable.strings [moved from SOGo/UI/Common/English.lproj/default.strings with 100% similarity]
SOGo/UI/Common/French.lproj/Localizable.strings [moved from SOGo/UI/Common/French.lproj/default.strings with 100% similarity]
SOGo/UI/Common/GNUmakefile
SOGo/UI/Common/Version
SOGo/UI/Contacts/ChangeLog
SOGo/UI/Contacts/English.lproj/Localizable.strings [moved from SOGo/UI/Contacts/English.lproj/default.strings with 100% similarity]
SOGo/UI/Contacts/French.lproj/Localizable.strings [moved from SOGo/UI/Contacts/French.lproj/default.strings with 100% similarity]
SOGo/UI/Contacts/GNUmakefile
SOGo/UI/Contacts/Version
SOGo/UI/MailerUI/ChangeLog
SOGo/UI/MailerUI/English.lproj/Localizable.strings [moved from SOGo/UI/MailerUI/English.lproj/default.strings with 100% similarity]
SOGo/UI/MailerUI/French.lproj/Localizable.strings [moved from SOGo/UI/MailerUI/French.lproj/default.strings with 100% similarity]
SOGo/UI/MailerUI/GNUmakefile
SOGo/UI/MailerUI/Version
SOGo/UI/Scheduler/ChangeLog
SOGo/UI/Scheduler/English.lproj/Localizable.strings [moved from SOGo/UI/Scheduler/English.lproj/default.strings with 100% similarity]
SOGo/UI/Scheduler/French.lproj/Localizable.strings [moved from SOGo/UI/Scheduler/French.lproj/default.strings with 100% similarity]
SOGo/UI/Scheduler/GNUmakefile
SOGo/UI/Scheduler/Version
SOGo/UI/Templates/ChangeLog
SOGo/UI/Templates/UIxCalWeekOverview.wox

index f69b629a406547d154db5b8f2b79485282e0b0e9..a256d710ce6c0cbbfc9000c3ccfc756c873c800f 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-23  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * renamed "default.strings" to "Localizable.strings" (v0.9.27)
+
 2005-02-21  Helge Hess  <helge.hess@opengroupware.org>
 
        * GNUmakefile: properly install bundle in FHS (v0.9.26)
index fe404268b4052baa2f94ea7b3711d7653594dc0f..cf52df32f48a958dddfbf360d4d40b647cb35ec3 100644 (file)
@@ -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
index 2f80ae21a7e16cd810a4134a7f9890226ae18d4f..ef3a2490a95d9770b6632a33a5593c001bf52ca2 100644 (file)
@@ -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
index 1ced8a06841980e1c3d8252261b80f7492f6d1f4..bf9d53cd024da8c139dbada0d762aa89a4911067 100644 (file)
                ADDF4BE606DCF5E200C4E7F8 = {
                        children = (
                                E872063B0692E3D00099CBBD,
-                               E872063C0692E3D00099CBBD,
                        );
                        isa = PBXGroup;
                        name = Makefiles;
                        sourceTree = "<group>";
                        tabWidth = 8;
                };
-               E872063C0692E3D00099CBBD = {
-                       explicitFileType = sourcecode.make;
-                       fileEncoding = 4;
-                       indentWidth = 8;
-                       isa = PBXFileReference;
-                       path = GNUmakefile.preamble;
-                       refType = 4;
-                       sourceTree = "<group>";
-                       tabWidth = 8;
-               };
                E87206410692E3D00099CBBD = {
                        fileEncoding = 5;
                        indentWidth = 2;
index 083397fc4381b041d3cf9f29561a8824c30fb9aa..e5af99193c6664f8f3d816f7b1ebc8fd619f18c1 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-23  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * renamed "default.strings" to "Localizable.strings" (v0.9.20)
+
 2004-01-07  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * {English/French}.lproj/default.strings: changed encoding from
index ce63983cdc7664cc6db9c000190a1e0c426b95a3..17957511b57206b2c8dd9f827d642101b1de65d4 100644 (file)
@@ -24,7 +24,7 @@ AnaisUI_RESOURCE_FILES +=             \
 #      AnaisAttendeeSelector.wox
 
 AnaisUI_LOCALIZED_RESOURCE_FILES +=    \
-       default.strings                 \
+       Localizable.strings             \
 
 # make
 
index 9b98c9aebbf10a3ede96dfee151f095d639313e7..d18647abfa5a1b2d9a8c56fb1c876c2dbff8d13f 100644 (file)
@@ -1,3 +1,3 @@
 # $Id: Version 165 2004-08-05 17:55:50Z znek $
 
-SUBMINOR_VERSION:=19
+SUBMINOR_VERSION:=20
index c7697360fc5ea0065e60324c5586bd0bd70fece0..2640b5335056b699cf4440af237a91eb62385f17 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-23  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * renamed "default.strings" to "Localizable.strings" (v0.9.36)
+
 2005-02-10  Helge Hess  <helge.hess@opengroupware.org>
 
        * GNUmakefile: include ../common.make (v0.9.35)
index 9a90ce9c2b9b4f906eca444dbc6bd1ec92ac46c4..7ac643894fade90b02f6d0726869d80c2039ca63 100644 (file)
@@ -59,7 +59,7 @@ CommonUI_RESOURCE_FILES += \
        images/non_sorted.gif   \
 
 CommonUI_LOCALIZED_RESOURCE_FILES +=   \
-       default.strings                 \
+       Localizable.strings             \
 
 # make
 
index 51e753f7d861f501ab499509ea863361fd41f793..8f9b0cb11125a1deb1f129e69e7ba35f93fbc77a 100644 (file)
@@ -1,5 +1,5 @@
 # Version file
 
-SUBMINOR_VERSION:=35
+SUBMINOR_VERSION:=36
 
 # v0.9.28 requires NGExtensions v4.5.136
index 27a4beb2d21137a6c8454bc1699a0e63be064fb9..1e1c211b01667fc5faeaa5f7acb171244a795601 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-23  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * renamed "default.strings" to "Localizable.strings" (v0.9.22)
+
 2005-02-14  Helge Hess  <helge.hess@opengroupware.org>
 
        * UIxContactEditor.m: moved header file to own file (v0.9.21)
index 8757931f85ef942cee5332c74d56488fa12fcf0b..cbac87f253e0dbfe732638ef14841a519363976c 100644 (file)
@@ -22,7 +22,7 @@ ContactsUI_RESOURCE_FILES +=          \
        product.plist                   \
 
 ContactsUI_LOCALIZED_RESOURCE_FILES += \
-       default.strings                 \
+       Localizable.strings             \
 
 # make
 
index 7bdce601e433dd1986a889b09f1660dacbc489d3..9e92ea2e372d59b4d087333966ebf5b0c77c8bf8 100644 (file)
@@ -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
index b49c02e6202cb3f8df55269b13d646583fde1765..5c34a68e35791c38a8d8a06d3fa8f75914e314d4 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-23  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * renamed "default.strings" to "Localizable.strings" (v0.9.122)
+
 2005-02-23  Helge Hess  <helge.hess@opengroupware.org>
 
        * mailer.js: split into multiple files (v0.9.121)
index 3bb267608309753a8df2307dfabbac66ee703506..de47794ba432626457b66faaf79b3d46a19bb99b 100644 (file)
@@ -46,7 +46,7 @@ MailerUI_RESOURCE_FILES += \
        product.plist   \
 
 MailerUI_LOCALIZED_RESOURCE_FILES += \
-       default.strings
+       Localizable.strings
 
 # make
 
index 327f9cadcaf9a533e1a65ea33adb1dc4e16be1ae..9c01ce9ad1b190cf2fd15d601b97d924b94c5a71 100644 (file)
@@ -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
index 5864de58dc92b78ab995793d9f844fb26fe3e615..2284a2cef4dabc88a4e09978fcc2240b36b11b53 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-23  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * renamed "default.strings" to "Localizable.strings" (v0.9.122)
+
 2005-03-20  Helge Hess  <helge.hess@opengroupware.org>
 
        * v0.9.121
index db75c1f280f6fe4fab6d979ce93a120eca02d59f..ff7b04945415e2c92d4a785be77f91420241c7cc 100644 (file)
@@ -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
index cb2c3f5e64bf1bb7a2891b409305216685a48ce8..a7539b3fd5eb8746f76b3a42930f91805f2cdb53 100644 (file)
@@ -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
index 4ff3d346e4b38c5d0713e1f007c6a9c3ca036de3..bb67646d1776ebea45d532c54d45f6d7918e51da 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-23  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * UIxCalWeekOverview.wox: changed the right corner URL yet again
+
 2005-02-22  Helge Hess  <helge.hess@opengroupware.org>
 
        * UIxMailMainFrame.wox: removed debug code, use new SOPE container tag
index 486a717fa316b98f33d97f47c6d588ff47d013ca..f3927f321ef234c7d43d322319d2d31ce0ccfc17 100644 (file)
   <td align="right"
   ><img border="0"
         alt=""
-        src="/sogod.woa/so/ControlPanel/Products/CommonUI/Resources/corner_right.gif"
+        src="/sogod/so/ControlPanel/Products/CommonUI/Resources/corner_right.gif"
    /></td>
   </tr>
   <tr>