[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37786] branches/soc-2011-garlic: right panel done

xiao xiangquan xiaoxiangquan at gmail.com
Fri Jun 24 06:22:30 CEST 2011


Revision: 37786
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37786
Author:   xiaoxiangquan
Date:     2011-06-24 04:22:27 +0000 (Fri, 24 Jun 2011)
Log Message:
-----------
right panel done

Modified Paths:
--------------
    branches/soc-2011-garlic/po/POTFILES.in
    branches/soc-2011-garlic/po/ar.po
    branches/soc-2011-garlic/po/bg.po
    branches/soc-2011-garlic/po/blender.pot
    branches/soc-2011-garlic/po/ca.po
    branches/soc-2011-garlic/po/cs.po
    branches/soc-2011-garlic/po/de.po
    branches/soc-2011-garlic/po/el.po
    branches/soc-2011-garlic/po/es.po
    branches/soc-2011-garlic/po/fi.po
    branches/soc-2011-garlic/po/fr.po
    branches/soc-2011-garlic/po/hr.po
    branches/soc-2011-garlic/po/it.po
    branches/soc-2011-garlic/po/ja.po
    branches/soc-2011-garlic/po/ko.po
    branches/soc-2011-garlic/po/nl.po
    branches/soc-2011-garlic/po/pl.po
    branches/soc-2011-garlic/po/pt_BR.po
    branches/soc-2011-garlic/po/ro.po
    branches/soc-2011-garlic/po/ru.po
    branches/soc-2011-garlic/po/sr.po
    branches/soc-2011-garlic/po/sr at Latn.po
    branches/soc-2011-garlic/po/sv.po
    branches/soc-2011-garlic/po/uk.po
    branches/soc-2011-garlic/po/zh_CN.po
    branches/soc-2011-garlic/release/bin/.blender/locale/zh_CN/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/scripts/startup/bl_operators/animsys_update.py
    branches/soc-2011-garlic/release/scripts/startup/bl_operators/presets.py
    branches/soc-2011-garlic/release/scripts/startup/bl_operators/screen_play_rendered_anim.py
    branches/soc-2011-garlic/release/scripts/startup/bl_operators/wm.py
    branches/soc-2011-garlic/release/scripts/startup/bl_ui/properties_render.py
    branches/soc-2011-garlic/release/scripts/startup/bl_ui/properties_texture.py
    branches/soc-2011-garlic/release/scripts/startup/bl_ui/space_outliner.py
    branches/soc-2011-garlic/release/scripts/startup/bl_ui/space_time.py
    branches/soc-2011-garlic/release/scripts/startup/bl_ui/space_userpref_keymap.py
    branches/soc-2011-garlic/source/blender/editors/animation/anim_markers.c
    branches/soc-2011-garlic/source/blender/editors/animation/anim_ops.c
    branches/soc-2011-garlic/source/blender/editors/animation/keyframing.c
    branches/soc-2011-garlic/source/blender/editors/curve/editcurve.c
    branches/soc-2011-garlic/source/blender/editors/gpencil/CMakeLists.txt
    branches/soc-2011-garlic/source/blender/editors/gpencil/SConscript
    branches/soc-2011-garlic/source/blender/editors/gpencil/gpencil_paint.c
    branches/soc-2011-garlic/source/blender/editors/interface/interface_regions.c
    branches/soc-2011-garlic/source/blender/editors/interface/interface_templates.c
    branches/soc-2011-garlic/source/blender/editors/object/object_add.c
    branches/soc-2011-garlic/source/blender/editors/object/object_edit.c
    branches/soc-2011-garlic/source/blender/editors/object/object_transform.c
    branches/soc-2011-garlic/source/blender/editors/screen/screen_ops.c
    branches/soc-2011-garlic/source/blender/editors/space_buttons/CMakeLists.txt
    branches/soc-2011-garlic/source/blender/editors/space_buttons/SConscript
    branches/soc-2011-garlic/source/blender/editors/space_buttons/buttons_ops.c
    branches/soc-2011-garlic/source/blender/editors/space_file/file_draw.c
    branches/soc-2011-garlic/source/blender/editors/space_file/file_ops.c
    branches/soc-2011-garlic/source/blender/editors/space_info/info_ops.c
    branches/soc-2011-garlic/source/blender/editors/space_outliner/outliner.c
    branches/soc-2011-garlic/source/blender/editors/space_time/CMakeLists.txt
    branches/soc-2011-garlic/source/blender/editors/space_time/SConscript
    branches/soc-2011-garlic/source/blender/editors/space_time/time_ops.c
    branches/soc-2011-garlic/source/blender/editors/space_view3d/view3d_edit.c
    branches/soc-2011-garlic/source/blender/editors/space_view3d/view3d_header.c
    branches/soc-2011-garlic/source/blender/editors/space_view3d/view3d_view.c
    branches/soc-2011-garlic/source/blender/editors/transform/transform_ops.c
    branches/soc-2011-garlic/source/blender/editors/transform/transform_orientations.c
    branches/soc-2011-garlic/source/blender/makesrna/RNA_access.h
    branches/soc-2011-garlic/source/blender/makesrna/intern/rna_ID.c
    branches/soc-2011-garlic/source/blender/makesrna/intern/rna_access.c
    branches/soc-2011-garlic/source/blender/makesrna/intern/rna_render.c
    branches/soc-2011-garlic/source/blender/makesrna/intern/rna_scene.c
    branches/soc-2011-garlic/source/blender/makesrna/intern/rna_space.c
    branches/soc-2011-garlic/source/blender/makesrna/intern/rna_userdef.c
    branches/soc-2011-garlic/source/blender/makesrna/intern/rna_wm.c
    branches/soc-2011-garlic/source/blender/windowmanager/intern/wm_operators.c

Modified: branches/soc-2011-garlic/po/POTFILES.in
===================================================================
--- branches/soc-2011-garlic/po/POTFILES.in	2011-06-24 04:12:01 UTC (rev 37785)
+++ branches/soc-2011-garlic/po/POTFILES.in	2011-06-24 04:22:27 UTC (rev 37786)
@@ -1,19 +1,17 @@
-release/scripts/addons/io_anim_bvh/__init__.py
-release/scripts/addons/io_curve_svg/__init__.py
-release/scripts/addons/io_mesh_ply/__init__.py
-release/scripts/addons/io_scene_fbx/__init__.py
-release/scripts/addons/io_scene_x3d/__init__.py
-release/scripts/addons/rigify/metarigs/human.py
-release/scripts/addons/rigify/rigs/spine.py
-release/scripts/addons/rigify/utils.py
-
+release/scripts/startup/bl_operators/animsys_update.py
 release/scripts/startup/bl_operators/object.py
 release/scripts/startup/bl_operators/object_align.py
 release/scripts/startup/bl_operators/object_randomize_transform.py
+release/scripts/startup/bl_operators/presets.py
 release/scripts/startup/bl_operators/screen_play_rendered_anim.py
 release/scripts/startup/bl_operators/wm.py
 
+release/scripts/startup/bl_ui/properties_render.py
+release/scripts/startup/bl_ui/properties_texture.py
+
 release/scripts/startup/bl_ui/space_info.py
+release/scripts/startup/bl_ui/space_outliner.py
+release/scripts/startup/bl_ui/space_time.py
 release/scripts/startup/bl_ui/space_userpref.py
 release/scripts/startup/bl_ui/space_userpref_keymap.py
 release/scripts/startup/bl_ui/space_view3d.py
@@ -35,8 +33,11 @@
 source/blender/editors/curve/editcurve.c
 source/blender/editors/curve/editfont.c
 
+source/blender/editors/gpencil/gpencil_paint.c
+
 source/blender/editors/interface/interface_layout.c
 source/blender/editors/interface/interface_ops.c
+source/blender/editors/interface/interface_regions.c
 source/blender/editors/interface/interface_templates.c
 source/blender/editors/interface/interface_utils.c
 source/blender/editors/interface/view2d_ops.c
@@ -75,6 +76,7 @@
 source/blender/editors/sound/sound_ops.c
 
 source/blender/editors/space_action/action_select.c
+source/blender/editors/space_buttons/buttons_ops.c
 source/blender/editors/space_console/console_ops.c
 
 source/blender/editors/space_file/file_draw.c
@@ -108,8 +110,10 @@
 source/blender/editors/space_sequencer/sequencer_select.c
 
 source/blender/editors/space_text/text_ops.c
+source/blender/editors/space_time/time_ops.c
 
 source/blender/editors/space_view3d/view3d_buttons.c
+source/blender/editors/space_view3d/view3d_draw.c
 source/blender/editors/space_view3d/view3d_edit.c
 source/blender/editors/space_view3d/view3d_fly.c
 source/blender/editors/space_view3d/view3d_header.c
@@ -118,6 +122,7 @@
 source/blender/editors/space_view3d/view3d_toolbar.c
 
 source/blender/editors/transform/transform_ops.c
+source/blender/editors/transform/transform_orientations.c
 
 source/blender/editors/util/undo.c
 
@@ -128,10 +133,12 @@
 source/blender/makesrna/intern/rna_ID.c
 source/blender/makesrna/intern/rna_object.c
 source/blender/makesrna/intern/rna_object_force.c
+source/blender/makesrna/intern/rna_render.c
 source/blender/makesrna/intern/rna_scene.c
 source/blender/makesrna/intern/rna_space.c
 source/blender/makesrna/intern/rna_ui_api.c
 source/blender/makesrna/intern/rna_userdef.c
+source/blender/makesrna/intern/rna_wm.c
 source/blender/makesrna/intern/rna_wm_api.c
 
 source/blender/windowmanager/intern/wm_files.c

Modified: branches/soc-2011-garlic/po/ar.po
===================================================================
--- branches/soc-2011-garlic/po/ar.po	2011-06-24 04:12:01 UTC (rev 37785)
+++ branches/soc-2011-garlic/po/ar.po	2011-06-24 04:22:27 UTC (rev 37786)
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: Blender\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-06-15 02:27+0800\n"
+"POT-Creation-Date: 2011-06-24 10:53+0800\n"
 "PO-Revision-Date: 2006-11-14 15:33+0300\n"
 "Last-Translator: M. Bashir Al-Noimi <bashir.storm at gmail.com>\n"
 "Language-Team: arabeyes.org <bashir.storm at gmail.com>\n"
@@ -14,100 +14,551 @@
 "X-Poedit-Country: SYRIAN ARAB REPUBLIC\n"
 "X-Poedit-SourceCharset: UTF-8\n"
 
-#: release/scripts/addons/io_anim_bvh/__init__.py:53
-msgid "Import BVH"
+#: release/scripts/startup/bl_operators/animsys_update.py:696
+msgid ""
+"Update data paths from 2.56 and previous versions, modifying data paths of "
+"drivers and fcurves"
 msgstr ""
 
-#: release/scripts/addons/io_anim_bvh/__init__.py:60
-#: release/scripts/startup/bl_ui/space_info.py:256
-msgid "Armature"
-msgstr "محرك"
+#: release/scripts/startup/bl_operators/object.py:416
+msgid "Join as UVs"
+msgstr ""
 
-#: release/scripts/addons/io_anim_bvh/__init__.py:61
-#: source/blender/editors/object/object_relations.c:1862
-msgid "Object"
+#: release/scripts/startup/bl_operators/object.py:474
+msgid "Make Dupli-Face"
 msgstr ""
 
-#: release/scripts/addons/io_anim_bvh/__init__.py:63
-#: source/blender/editors/object/object_add.c:1400
-msgid "Target"
+#: release/scripts/startup/bl_operators/object_align.py:240
+#, fuzzy
+msgid "Align Objects"
+msgstr "مضاعفة"
+
+#: release/scripts/startup/bl_operators/object_randomize_transform.py:94
+msgid "Randomize Transform"
 msgstr ""
 
-#: release/scripts/addons/io_anim_bvh/__init__.py:64
-msgid "Import target type."
+# ##########################################################
+# ##
+# ##  ToolBox >> RENDER
+# ##
+# ##########################################################
+#: release/scripts/startup/bl_operators/presets.py:257
+#, fuzzy
+msgid "Add Interaction Preset"
+msgstr "نافذة الاخراج"
+
+# ##########################################################
+# ##
+# ##  ToolBox >> RENDER
+# ##
+# ##########################################################
+#: release/scripts/startup/bl_operators/presets.py:259
+#: release/scripts/startup/bl_operators/presets.py:310
+#, fuzzy
+msgid "Add an Application Interaction Preset"
+msgstr "نافذة الاخراج"
+
+#: release/scripts/startup/bl_operators/presets.py:287
+msgid "Add a Keyconfig Preset"
 msgstr ""
 
-#: release/scripts/addons/io_anim_bvh/__init__.py:67
-#: release/scripts/startup/bl_ui/space_view3d_toolbar.py:75
-#: source/blender/editors/object/object_transform.c:631
-#: source/blender/editors/space_view3d/view3d_edit.c:3051
-msgid "Scale"
-msgstr "تغيير القياس"
+#: release/scripts/startup/bl_operators/presets.py:308
+#, fuzzy
+msgid "Operator Preset"
+msgstr "اخراج"
 
-#: release/scripts/addons/io_anim_bvh/__init__.py:67
-msgid "Scale the BVH by this value"
+# ##########################################################
+# ##
+# ##  ToolBox >> RENDER
+# ##
+# ##########################################################
+#: release/scripts/startup/bl_operators/screen_play_rendered_anim.py:70
+#, fuzzy
+msgid "Play Rendered Animation"
+msgstr "نافذة الاخراج"
+
+#: release/scripts/startup/bl_operators/screen_play_rendered_anim.py:72
+msgid "Plays back rendered frames/movies using an external player."
 msgstr ""
 
+#: release/scripts/startup/bl_operators/wm.py:40
+msgid "Context Attributes"
+msgstr ""
+
+#: release/scripts/startup/bl_operators/wm.py:41
+msgid "rna context string"
+msgstr ""
+
+#: release/scripts/startup/bl_operators/wm.py:198
+msgid "Context Set Enum"
+msgstr ""
+
+#: release/scripts/startup/bl_operators/wm.py:202
+#: source/blender/editors/space_graph/graph_ops.c:183
+#: source/blender/makesrna/intern/rna_wm.c:1772
+msgid "Value"
+msgstr ""
+
+#: release/scripts/startup/bl_operators/wm.py:203
+msgid "Assignment value (as a string)"
+msgstr ""
+
+#: release/scripts/startup/bl_operators/wm.py:550
+msgid "Open a website in the Webbrowser"
+msgstr ""
+
+#: release/scripts/startup/bl_operators/wm.py:919
+msgid "System Info"
+msgstr ""
+
+#: release/scripts/startup/bl_operators/wm.py:920
+msgid "Generate System Info"
+msgstr ""
+
+#: release/scripts/startup/bl_ui/properties_render.py:25
+#, fuzzy
+msgid "Render Presets"
+msgstr "اخراج"
+
+#: release/scripts/startup/bl_ui/properties_render.py:32
+msgid "FFMPEG Presets"
+msgstr ""
+
+#: release/scripts/startup/bl_ui/properties_render.py:39
+msgid "Frame Rate Presets"
+msgstr ""
+
+#: release/scripts/startup/bl_ui/properties_render.py:58
+#: release/scripts/startup/bl_ui/space_info.py:326
+#: source/blender/editors/render/render_internal.c:606
+msgid "Render"
+msgstr "اخراج"
+
+#: release/scripts/startup/bl_ui/properties_render.py:67
+#: release/scripts/startup/bl_ui/space_userpref_keymap.py:75
+#: source/blender/makesrna/intern/rna_ID.c:58
+#, fuzzy
+msgid "Image"
+msgstr "تكبير الصورة"
+
 # ##########################################################
 # ##
+# ##  ToolBox >> RENDER
+# ##
+# ##########################################################
+#: release/scripts/startup/bl_ui/properties_render.py:68
+#: release/scripts/startup/bl_ui/space_userpref_keymap.py:64
+#: release/scripts/startup/bl_ui/space_view3d.py:741
+#: source/blender/editors/render/render_internal.c:617
+#: source/blender/editors/render/render_opengl.c:588
+#, fuzzy
+msgid "Animation"
+msgstr "نافذة الاخراج"
+
+#: release/scripts/startup/bl_ui/properties_render.py:70
+#, fuzzy
+msgid "Display"
+msgstr "عرض اعدادات الحواف"
+
+#: release/scripts/startup/bl_ui/properties_render.py:74
+#: source/blender/editors/space_view3d/view3d_header.c:257
+#: source/blender/makesrna/intern/rna_scene.c:3236
+msgid "Layers"
+msgstr ""
+
+#: release/scripts/startup/bl_ui/properties_render.py:100
+#: release/scripts/startup/bl_ui/properties_render.py:425
+#: source/blender/editors/object/object_relations.c:1335
+#: source/blender/editors/render/render_internal.c:620
+#: source/blender/makesrna/intern/rna_ID.c:69
+#: source/blender/makesrna/intern/rna_scene.c:3185
+msgid "Scene"
+msgstr ""
+
+#: release/scripts/startup/bl_ui/properties_render.py:102
+#, fuzzy
+msgid "Light"
+msgstr "الجهة العليا اليمنى"
+
+#: release/scripts/startup/bl_ui/properties_render.py:103
+#: release/scripts/startup/bl_ui/space_userpref.py:356
+#: source/blender/editors/object/object_select.c:177
+#: source/blender/makesrna/intern/rna_ID.c:63
+msgid "Material"
+msgstr ""
+
+#: release/scripts/startup/bl_ui/properties_render.py:106
+#: source/blender/editors/object/object_select.c:362
+#: source/blender/editors/object/object_select.c:688
+msgid "Layer"
+msgstr ""
+
+# ##########################################################
+# ##
+# ##  ToolBox >> OBJECT (2)
+# ##
+# ##########################################################
+#: release/scripts/startup/bl_ui/properties_render.py:107
+#, fuzzy
+msgid "Mask Layers:"
+msgstr "نقل لطبقة"
+

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-blender-cvs mailing list