~ubuntu-branches/ubuntu/karmic/openoffice.org-l10n/karmic

« back to all changes in this revision

Viewing changes to ooo-build/patches/src680/vba-sc-handleautoshapemacro-import.diff

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-10-01 19:53:30 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061001195330-t7rhiz7ac1dy8fn8
Tags: 2.0.4~rc3-0ubuntu1
* Copy of the openoffice.org source.
  - debian/control.in: Change source name.
  - debian/changelog: Change source name.
  - debian/control: Regenerate control file.
* Include translations from Rosetta 2006-09-28.

Show diffs side-by-side

added added

removed removed

Lines of Context:
803
803
diff -rup /data4/sles/ooo-buildNow/ooo-build/build/ooc680-m5/sc/source/ui/drawfunc/objdraw.src sc/source/ui/drawfunc/objdraw.src
804
804
--- /data4/sles/ooo-buildNow/ooo-build/build/ooc680-m5/sc/source/ui/drawfunc/objdraw.src        2006-06-23 15:46:18.000000000 +0100
805
805
+++ sc/source/ui/drawfunc/objdraw.src   2006-06-23 16:09:24.000000000 +0100
806
 
@@ -211,6 +211,16 @@
 
806
@@ -211,6 +211,18 @@
807
807
                Text [ x-comment ] = " ";\
808
808
        };
809
809
 
814
814
+        HelpID = SID_ASSIGNMACRO ; \
815
815
+        Text [ de ] = "Assig~n Macro..." ; \
816
816
+        Text [ en-US ] = "Assig~n Macro..." ; \
 
817
+        Text [ cs ] = "Přiřadit makro..." ; \
 
818
+            Text [ sk ] = "Priradiť makro..."; \
817
819
+               Text [ x-comment ] = " ";\
818
820
+       };
819
821
+
851
853
diff -rup /data4/sles/ooo-buildNow/ooo-build/build/ooc680-m5/sc/source/ui/src/sc.src sc/source/ui/src/sc.src
852
854
--- /data4/sles/ooo-buildNow/ooo-build/build/ooc680-m5/sc/source/ui/src/sc.src  2005-09-08 23:32:59.000000000 +0100
853
855
+++ sc/source/ui/src/sc.src     2006-06-23 16:11:25.000000000 +0100
854
 
@@ -47,6 +47,12 @@ String RID_APPTITLE
 
856
@@ -47,6 +47,14 @@ String RID_APPTITLE
855
857
        Text [ x-comment ] = " ";
856
858
 };
857
859
 
859
861
+{
860
862
+       Text [ de ] = "Maustaste gedrückt" ;
861
863
+       Text [ en-US ] = "Mouse button pressed" ;
 
864
+   Text [ cs ] = "Stisknuto tlačítko myši" ;
 
865
+   Text [ sk ] = "Stlačené tlačidlo myši";
862
866
+};
863
867
+
864
868
  // About-Dialog --------------------------------------------------------------