[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39314] branches/soc-2011-garlic: remove gettext from mkaesrna, and update language packs

xiao xiangquan xiaoxiangquan at gmail.com
Fri Aug 12 00:14:08 CEST 2011


Revision: 39314
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39314
Author:   xiaoxiangquan
Date:     2011-08-11 22:14:07 +0000 (Thu, 11 Aug 2011)
Log Message:
-----------
remove gettext from mkaesrna, and update language packs

Modified Paths:
--------------
    branches/soc-2011-garlic/SConstruct
    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/po/zh_TW.po
    branches/soc-2011-garlic/release/bin/.blender/locale/ar/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/bin/.blender/locale/bg/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/bin/.blender/locale/ca/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/bin/.blender/locale/cs/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/bin/.blender/locale/de/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/bin/.blender/locale/el/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/bin/.blender/locale/es/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/bin/.blender/locale/fi/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/bin/.blender/locale/fr/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/bin/.blender/locale/hr/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/bin/.blender/locale/it/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/bin/.blender/locale/ja/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/bin/.blender/locale/ko/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/bin/.blender/locale/nl/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/bin/.blender/locale/pl/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/bin/.blender/locale/pt_BR/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/bin/.blender/locale/ro/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/bin/.blender/locale/ru/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/bin/.blender/locale/sr/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/bin/.blender/locale/sr at Latn/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/bin/.blender/locale/sv/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/bin/.blender/locale/uk/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/bin/.blender/locale/zh_CN/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/release/bin/.blender/locale/zh_TW/LC_MESSAGES/blender.mo
    branches/soc-2011-garlic/source/blender/SConscript
    branches/soc-2011-garlic/source/blender/editors/space_view3d/view3d_fly.c
    branches/soc-2011-garlic/source/blender/makesrna/RNA_access.h
    branches/soc-2011-garlic/source/blender/makesrna/RNA_define.h
    branches/soc-2011-garlic/source/blender/makesrna/intern/CMakeLists.txt
    branches/soc-2011-garlic/source/blender/makesrna/intern/SConscript
    branches/soc-2011-garlic/source/blender/makesrna/intern/rna_access.c
    branches/soc-2011-garlic/source/blender/makesrna/intern/rna_define.c
    branches/soc-2011-garlic/source/blender/makesrna/intern/rna_space.c
    branches/soc-2011-garlic/source/creator/CMakeLists.txt

Modified: branches/soc-2011-garlic/SConstruct
===================================================================
--- branches/soc-2011-garlic/SConstruct	2011-08-11 18:18:46 UTC (rev 39313)
+++ branches/soc-2011-garlic/SConstruct	2011-08-11 22:14:07 UTC (rev 39314)
@@ -512,12 +512,12 @@
                 
                 if 'locale' in dp or 'fonts' in dp:
                     datafileslist.append(os.path.join(dp,f))
-                    dir= os.path.join(*([env['BF_INSTALLDIR']] + [VERSION] + ['datafiles'] + dp.split(os.sep)[2:]))    # skip bin/.blender
+                    dir= os.path.join(*([env['BF_INSTALLDIR']] + [VERSION] + ['datafiles'] + dp.split(os.sep)[1:]))    # skip bin/.blender
                     datafilestargetlist.append(dir + os.sep + f)
 
                 else:
                     dotblendlist.append(os.path.join(dp, f))
-                    dir= os.path.join(*([env['BF_INSTALLDIR']] + [VERSION] + ['config'] + dp.split(os.sep)[2:]))    # skip bin/.blender
+                    dir= os.path.join(*([env['BF_INSTALLDIR']] + [VERSION] + ['config'] + dp.split(os.sep)[1:]))    # skip bin/.blender
                     dottargetlist.append(dir + os.sep + f)
                     
         dotblenderinstall = []

Modified: branches/soc-2011-garlic/po/ar.po
===================================================================
--- branches/soc-2011-garlic/po/ar.po	2011-08-11 18:18:46 UTC (rev 39313)
+++ branches/soc-2011-garlic/po/ar.po	2011-08-11 22:14:07 UTC (rev 39314)
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: Blender\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-08-03 00:44+0800\n"
+"POT-Creation-Date: 2011-08-12 06:04+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"
@@ -59,7 +59,7 @@
 #: source/blender/editors/object/object_select.c:887
 #: source/blender/editors/object/object_select.c:945
 #: source/blender/editors/sculpt_paint/paint_utils.c:336
-#: source/blender/editors/space_file/file_ops.c:358
+#: source/blender/editors/space_file/file_ops.c:359
 #: source/blender/editors/space_node/node_select.c:153
 #: source/blender/editors/space_outliner/outliner.c:2629
 #: source/blender/editors/space_sequencer/sequencer_select.c:524
@@ -115,7 +115,7 @@
 #: source/blender/editors/animation/anim_channels_edit.c:1091
 #: source/blender/editors/armature/editarmature.c:4095
 #: source/blender/editors/armature/poseobject.c:504
-#: source/blender/editors/curve/editcurve.c:4912
+#: source/blender/editors/curve/editcurve.c:4911
 #: source/blender/editors/mesh/editmesh_mods.c:721
 #: source/blender/editors/mesh/editmesh_tools.c:967
 #: source/blender/editors/mesh/editmesh_tools.c:6775
@@ -159,8 +159,8 @@
 #: source/blender/editors/space_action/action_edit.c:540
 #: source/blender/editors/space_graph/graph_edit.c:767
 #: source/blender/editors/space_image/image_ops.c:308
-#: source/blender/editors/transform/transform_ops.c:646
-#: source/blender/editors/transform/transform_ops.c:687
+#: source/blender/editors/transform/transform_ops.c:660
+#: source/blender/editors/transform/transform_ops.c:701
 msgid "Offset"
 msgstr ""
 
@@ -224,16 +224,16 @@
 msgid "Clear All Restrict Render"
 msgstr "اخراج"
 
-#: release/scripts/startup/bl_operators/object_align.py:344
+#: release/scripts/startup/bl_operators/object_align.py:346
 #, fuzzy
 msgid "Align Objects"
 msgstr "مضاعفة"
 
-#: release/scripts/startup/bl_operators/object_align.py:348
+#: release/scripts/startup/bl_operators/object_align.py:350
 msgid "High Quality"
 msgstr ""
 
-#: release/scripts/startup/bl_operators/object_align.py:349
+#: release/scripts/startup/bl_operators/object_align.py:351
 msgid ""
 "Enables high quality calculation of the bounding box for perfect results on "
 "complex shape meshes with rotation/scale (Slow)"
@@ -324,12 +324,12 @@
 #: release/scripts/startup/bl_ui/space_view3d.py:752
 #: release/scripts/startup/bl_ui/space_view3d.py:859
 #: release/scripts/startup/bl_ui/space_view3d.py:1262
-#: source/blender/editors/curve/editcurve.c:4722
+#: source/blender/editors/curve/editcurve.c:4721
 #: source/blender/editors/object/object_add.c:186
 #: source/blender/editors/object/object_transform.c:629
 #: source/blender/editors/physics/particle_edit.c:1532
-#: source/blender/editors/sculpt_paint/paint_image.c:5251
-#: source/blender/editors/sculpt_paint/paint_image.c:5301
+#: source/blender/editors/sculpt_paint/paint_image.c:5263
+#: source/blender/editors/sculpt_paint/paint_image.c:5313
 #: source/blender/editors/uvedit/uvedit_ops.c:1875
 #: source/blender/editors/uvedit/uvedit_ops.c:1920
 #: source/blender/editors/uvedit/uvedit_ops.c:2025
@@ -416,12 +416,12 @@
 #: release/scripts/startup/bl_ui/space_view3d.py:861
 #: release/scripts/startup/bl_ui/space_view3d.py:1264
 #: release/scripts/startup/bl_ui/space_view3d.py:2167
-#: release/scripts/startup/bl_ui/space_view3d_toolbar.py:75
+#: release/scripts/startup/bl_ui/space_view3d_toolbar.py:76
 #: source/blender/editors/object/object_transform.c:631
-#: source/blender/editors/space_view3d/view3d_edit.c:3048
+#: source/blender/editors/space_view3d/view3d_edit.c:3282
 #: source/blender/makesrna/intern/rna_material.c:1357
 #: source/blender/makesrna/intern/rna_object.c:1935
-#: source/blender/makesrna/intern/rna_userdef.c:2698
+#: source/blender/makesrna/intern/rna_userdef.c:2705
 msgid "Scale"
 msgstr "تغيير القياس"
 
@@ -436,20 +436,20 @@
 #: source/blender/editors/armature/editarmature.c:3494
 #: source/blender/editors/object/object_add.c:1790
 #: source/blender/editors/object/object_group.c:229
-#: source/blender/editors/object/object_relations.c:1907
+#: source/blender/editors/object/object_relations.c:1921
 #: source/blender/editors/object/object_select.c:944
-#: source/blender/editors/space_image/image_ops.c:1366
+#: source/blender/editors/space_image/image_ops.c:1423
 #: source/blender/editors/space_node/node_edit.c:702
-#: source/blender/editors/space_node/node_edit.c:3290
-#: source/blender/editors/space_view3d/view3d_edit.c:2741
+#: source/blender/editors/space_node/node_edit.c:3296
+#: source/blender/editors/space_view3d/view3d_edit.c:2975
 #: source/blender/editors/transform/transform_ops.c:308
-#: source/blender/makesrna/intern/rna_ID.c:446
-#: source/blender/makesrna/intern/rna_action.c:426
+#: source/blender/makesrna/intern/rna_ID.c:448
+#: source/blender/makesrna/intern/rna_action.c:427
 #: source/blender/makesrna/intern/rna_scene.c:3125
-#: source/blender/makesrna/intern/rna_userdef.c:1773
-#: source/blender/makesrna/intern/rna_wm.c:1669
-#: source/blender/makesrna/intern/rna_wm.c:1692
-#: source/blender/makesrna/intern/rna_wm.c:1748
+#: source/blender/makesrna/intern/rna_userdef.c:1780
+#: source/blender/makesrna/intern/rna_wm.c:1580
+#: source/blender/makesrna/intern/rna_wm.c:1603
+#: source/blender/makesrna/intern/rna_wm.c:1660
 #: source/blender/windowmanager/intern/wm_operators.c:1434
 msgid "Name"
 msgstr ""
@@ -550,7 +550,7 @@
 #: source/blender/editors/space_file/file_panels.c:228
 #: source/blender/editors/space_view3d/view3d_toolbar.c:84
 #: source/blender/makesrna/intern/rna_space.c:2360
-#: source/blender/makesrna/intern/rna_wm.c:295
+#: source/blender/makesrna/intern/rna_wm.c:373
 msgid "Operator"
 msgstr ""
 
@@ -586,8 +586,8 @@
 #: release/scripts/startup/bl_ui/space_info.py:291
 #: release/scripts/startup/bl_ui/space_view3d.py:283
 #: source/blender/editors/animation/anim_markers.c:1116
-#: source/blender/editors/space_view3d/view3d_edit.c:2301
-#: source/blender/makesrna/intern/rna_ID.c:53
+#: source/blender/editors/space_view3d/view3d_edit.c:2535
+#: source/blender/makesrna/intern/rna_ID.c:54
 #: source/blender/makesrna/intern/rna_material.c:408
 #: source/blender/makesrna/intern/rna_object.c:117
 #: source/blender/makesrna/intern/rna_scene.c:2034
@@ -670,7 +670,7 @@
 #: source/blender/editors/space_graph/graph_edit.c:640
 #: source/blender/editors/space_graph/graph_ops.c:183
 #: source/blender/makesrna/intern/rna_material.c:74
-#: source/blender/makesrna/intern/rna_wm.c:1772
+#: source/blender/makesrna/intern/rna_wm.c:1687
 msgid "Value"
 msgstr ""
 
@@ -797,10 +797,10 @@
 #: release/scripts/startup/bl_operators/wm.py:631
 #: release/scripts/startup/bl_operators/wm.py:937
 #: release/scripts/startup/bl_ui/properties_scene.py:206
-#: release/scripts/startup/bl_ui/space_userpref.py:1091
-#: release/scripts/startup/bl_ui/space_userpref_keymap.py:543
-#: release/scripts/startup/bl_ui/space_userpref_keymap.py:589
-#: source/blender/editors/sculpt_paint/paint_image.c:5597
+#: release/scripts/startup/bl_ui/space_userpref.py:1126
+#: release/scripts/startup/bl_ui/space_userpref_keymap.py:539
+#: release/scripts/startup/bl_ui/space_userpref_keymap.py:587
+#: source/blender/editors/sculpt_paint/paint_image.c:5609
 #: source/blender/windowmanager/intern/wm_operators.c:802
 #, fuzzy
 msgid "File Path"
@@ -832,7 +832,7 @@
 msgstr "ثابت الصورة"
 
 #: release/scripts/startup/bl_operators/wm.py:787
-#: source/blender/makesrna/intern/rna_wm.c:1821
+#: source/blender/makesrna/intern/rna_wm.c:1744
 #, fuzzy
 msgid "Property Value"
 msgstr "ثابت الصورة"
@@ -913,7 +913,7 @@
 msgstr "نمط التحرير"
 
 #: release/scripts/startup/bl_operators/wm.py:808
-#: release/scripts/startup/bl_ui/properties_material.py:665
+#: release/scripts/startup/bl_ui/properties_material.py:667
 #, fuzzy
 msgid "Tip"
 msgstr "القمّة"
@@ -1216,7 +1216,7 @@
 
 #: release/scripts/startup/bl_ui/properties_data_armature.py:143
 #: release/scripts/startup/bl_ui/properties_data_mesh.py:162
-#: release/scripts/startup/bl_ui/space_userpref.py:1018
+#: release/scripts/startup/bl_ui/space_userpref.py:1046
 #: release/scripts/startup/bl_ui/space_view3d_toolbar.py:45
 msgid "Remove"
 msgstr ""
@@ -1242,22 +1242,22 @@
 #: release/scripts/startup/bl_ui/space_view3d.py:621
 #: release/scripts/startup/bl_ui/space_view3d.py:634
 #: release/scripts/startup/bl_ui/space_view3d.py:665
-#: source/blender/editors/curve/editcurve.c:6003
+#: source/blender/editors/curve/editcurve.c:6002
 #: source/blender/editors/space_node/node_select.c:139
 #: source/blender/editors/space_outliner/outliner.c:3445
 #: source/blender/editors/space_outliner/outliner.c:3662
 #: source/blender/editors/space_text/text_ops.c:2640
 #: source/blender/editors/uvedit/uvedit_ops.c:1861
-#: source/blender/makesrna/intern/rna_action.c:448

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-blender-cvs mailing list