[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37069] branches/soc-2011-garlic/po: Enable the po&pot update system, simply with two python scripts.

xiao xiangquan xiaoxiangquan at gmail.com
Wed Jun 1 09:57:09 CEST 2011


Revision: 37069
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37069
Author:   xiaoxiangquan
Date:     2011-06-01 07:57:09 +0000 (Wed, 01 Jun 2011)
Log Message:
-----------
Enable the po&pot update system, simply with two python scripts.

Modified Paths:
--------------
    branches/soc-2011-garlic/po/ca.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/pl.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

Added Paths:
-----------
    branches/soc-2011-garlic/po/POTFILES.in
    branches/soc-2011-garlic/po/blender.pot
    branches/soc-2011-garlic/po/update-po.py
    branches/soc-2011-garlic/po/update-pot.py

Added: branches/soc-2011-garlic/po/POTFILES.in
===================================================================
--- branches/soc-2011-garlic/po/POTFILES.in	                        (rev 0)
+++ branches/soc-2011-garlic/po/POTFILES.in	2011-06-01 07:57:09 UTC (rev 37069)
@@ -0,0 +1 @@
+release/scripts/startup/bl_ui/space_info.py


Property changes on: branches/soc-2011-garlic/po/POTFILES.in
___________________________________________________________________
Added: svn:executable
   + *

Added: branches/soc-2011-garlic/po/blender.pot
===================================================================
--- branches/soc-2011-garlic/po/blender.pot	                        (rev 0)
+++ branches/soc-2011-garlic/po/blender.pot	2011-06-01 07:57:09 UTC (rev 37069)
@@ -0,0 +1,62 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-06-01 15:03+0800\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: release/scripts/startup/bl_ui/space_info.py:101
+msgid "File"
+msgstr ""
+
+#: release/scripts/startup/bl_ui/space_info.py:107
+msgid "New"
+msgstr ""
+
+#: release/scripts/startup/bl_ui/space_info.py:109
+msgid "Open..."
+msgstr ""
+
+#: release/scripts/startup/bl_ui/space_info.py:112
+msgid "Recover Auto Save..."
+msgstr ""
+
+#: release/scripts/startup/bl_ui/space_info.py:117
+msgid "Save"
+msgstr ""
+
+#: release/scripts/startup/bl_ui/space_info.py:119
+msgid "Save As..."
+msgstr ""
+
+#: release/scripts/startup/bl_ui/space_info.py:121
+msgid "Save Copy..."
+msgstr ""
+
+#: release/scripts/startup/bl_ui/space_info.py:125
+msgid "User Preferences..."
+msgstr ""
+
+#: release/scripts/startup/bl_ui/space_info.py:134
+msgid "Link"
+msgstr ""
+
+#: release/scripts/startup/bl_ui/space_info.py:135
+msgid "Append"
+msgstr ""
+
+#: release/scripts/startup/bl_ui/space_info.py:151
+msgid "Quit"
+msgstr ""


Property changes on: branches/soc-2011-garlic/po/blender.pot
___________________________________________________________________
Added: svn:executable
   + *

Modified: branches/soc-2011-garlic/po/ca.po
===================================================================
--- branches/soc-2011-garlic/po/ca.po	2011-06-01 07:52:53 UTC (rev 37068)
+++ branches/soc-2011-garlic/po/ca.po	2011-06-01 07:57:09 UTC (rev 37069)
@@ -1,6 +1,14 @@
 # Copyright (C) 2003 Free Software Foundation, Inc.
 # Est. 2003.
 #
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-06-01 15:03+0800\n"
+"Language: ca\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 ###########################################################
 ###

Modified: branches/soc-2011-garlic/po/es.po
===================================================================
--- branches/soc-2011-garlic/po/es.po	2011-06-01 07:52:53 UTC (rev 37068)
+++ branches/soc-2011-garlic/po/es.po	2011-06-01 07:57:09 UTC (rev 37069)
@@ -1,6 +1,14 @@
 # Copyright (C) 2003 Free Software Foundation, Inc.
 # Est. 2003.
 #
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-06-01 15:03+0800\n"
+"Language: es\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 ###########################################################
 ###

Modified: branches/soc-2011-garlic/po/fi.po
===================================================================
--- branches/soc-2011-garlic/po/fi.po	2011-06-01 07:52:53 UTC (rev 37068)
+++ branches/soc-2011-garlic/po/fi.po	2011-06-01 07:57:09 UTC (rev 37069)
@@ -8,6 +8,14 @@
 # Copyright (C) 2003 Free Software Foundation, Inc.
 # snts <snutlix at hotmail.com>, 2003.
 #
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-06-01 15:03+0800\n"
+"Language: fi\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 ###########################################################
 ###
 ###  Render Window

Modified: branches/soc-2011-garlic/po/fr.po
===================================================================
--- branches/soc-2011-garlic/po/fr.po	2011-06-01 07:52:53 UTC (rev 37068)
+++ branches/soc-2011-garlic/po/fr.po	2011-06-01 07:57:09 UTC (rev 37069)
@@ -9,6 +9,14 @@
 
 # Copyright (C) 2005 Free Software Foundation, Inc.
 #
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-06-01 15:03+0800\n"
+"Language: fr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 ###########################################################
 ###

Modified: branches/soc-2011-garlic/po/hr.po
===================================================================
--- branches/soc-2011-garlic/po/hr.po	2011-06-01 07:52:53 UTC (rev 37068)
+++ branches/soc-2011-garlic/po/hr.po	2011-06-01 07:57:09 UTC (rev 37069)
@@ -15,6 +15,16 @@
 # #   Pulldown Menus
 # #
 # ##########################################################
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-06-01 15:03+0800\n"
+"Language: hr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: release/scripts/startup/bl_ui/space_info.py:101
 msgid "File"
 msgstr "Datoteka"
 

Modified: branches/soc-2011-garlic/po/it.po
===================================================================
--- branches/soc-2011-garlic/po/it.po	2011-06-01 07:52:53 UTC (rev 37068)
+++ branches/soc-2011-garlic/po/it.po	2011-06-01 07:57:09 UTC (rev 37069)
@@ -13,6 +13,14 @@
 #"X-Poedit-SourceCharset: UTF-8\n"
 #"X-Generator: KBabel 1.11.4\n"
 #"X-Poedit-Bookmarks: 221,-1,-1,-1,-1,-1,-1,-1,-1,-1\n"
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-06-01 15:03+0800\n"
+"Language: it\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 msgid "Global Undo History "
 msgstr "Storico Globale Annulla"

Modified: branches/soc-2011-garlic/po/ja.po
===================================================================
--- branches/soc-2011-garlic/po/ja.po	2011-06-01 07:52:53 UTC (rev 37068)
+++ branches/soc-2011-garlic/po/ja.po	2011-06-01 07:57:09 UTC (rev 37069)
@@ -1,3 +1,17 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: Blender 2.37a\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-06-01 15:03+0800\n"
+"PO-Revision-Date: 2005-08-20 14:15+0800\n"
+"Last-Translator: BlenderCN translation team\n"
+"Language-Team: BlenderCN( http://www.blendercn.org) translation team\n"
+"Language: ja\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
 ### System ###
 msgid " OK? "
 msgstr ""

Modified: branches/soc-2011-garlic/po/ko.po
===================================================================
--- branches/soc-2011-garlic/po/ko.po	2011-06-01 07:52:53 UTC (rev 37068)
+++ branches/soc-2011-garlic/po/ko.po	2011-06-01 07:57:09 UTC (rev 37069)
@@ -12,6 +12,14 @@
 #"POT-Creation-Date: \n"
 #"Language-Team: \n"
 #"MIME-Version: 1.0\n"
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-06-01 15:03+0800\n"
+"Language: ko\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 msgid " - sys evt"
 msgstr " - sys evt"

Modified: branches/soc-2011-garlic/po/pl.po
===================================================================
--- branches/soc-2011-garlic/po/pl.po	2011-06-01 07:52:53 UTC (rev 37068)
+++ branches/soc-2011-garlic/po/pl.po	2011-06-01 07:57:09 UTC (rev 37069)
@@ -1,10 +1,18 @@
 # translation of pl.po to 
 # Piotr Kieć <pk_piotr at o2.pl>, 2004.
-#"Last-Translator: Piotr Kieć <pk_piotr at o2.pl>\n"
-#"PO-Revision-Date: 2004-07-20 18:39+0200\n"
-#"Content-Type: text/plain; charset=UTF-8\n"
-#"Content-Transfer-Encoding: 8bit\n"
-#"Project-Id-Version: pl\n"
+# "Last-Translator: Piotr Kieć <pk_piotr at o2.pl>\n"
+# "PO-Revision-Date: 2004-07-20 18:39+0200\n"
+# "Content-Type: text/plain; charset=UTF-8\n"
+# "Content-Transfer-Encoding: 8bit\n"
+# "Project-Id-Version: pl\n"
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-06-01 15:03+0800\n"
+"Language: pl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 
 msgid "Sets the number of samples used for AO (actual number: squared)"

Modified: branches/soc-2011-garlic/po/ru.po
===================================================================
--- branches/soc-2011-garlic/po/ru.po	2011-06-01 07:52:53 UTC (rev 37068)
+++ branches/soc-2011-garlic/po/ru.po	2011-06-01 07:57:09 UTC (rev 37069)
@@ -1,18 +1,25 @@
 # Translation Russian. Version 0.2
 # Yurec yureckey at mail.ru 2004
 # Blender version: 2.33 
+# "Project-Id-Version: blender 2.33\n"
+# "POT-Creation-Date: 2004-02-05 20:50+0900\n"
+# "PO-Revision-Date: 2004-04-28 08:38+0200\n"
+# "Last-Translator: <yureckey at mail.ru>\n"
+# "Language-Team:  <>\n"
+# "MIME-Version: 1.0\n"
+# "Content-Type: text/plain; charset=UTF-8\n"
+# "Content-Transfer-Encoding: 8bit\n"
+msgid ""
+msgstr ""
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-06-01 15:03+0800\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
-#"Project-Id-Version: blender 2.33\n"
-#"POT-Creation-Date: 2004-02-05 20:50+0900\n"
-#"PO-Revision-Date: 2004-04-28 08:38+0200\n"
-#"Last-Translator: <yureckey at mail.ru>\n"
-#"Language-Team:  <>\n"
-#"MIME-Version: 1.0\n"
-#"Content-Type: text/plain; charset=UTF-8\n"
-#"Content-Transfer-Encoding: 8bit\n"
 
 
-
 msgid "(De)Select All"
 msgstr "(Де)Выделить Всё"
 

Modified: branches/soc-2011-garlic/po/sr.po
===================================================================
--- branches/soc-2011-garlic/po/sr.po	2011-06-01 07:52:53 UTC (rev 37068)
+++ branches/soc-2011-garlic/po/sr.po	2011-06-01 07:57:09 UTC (rev 37069)
@@ -1,18 +1,23 @@
 # Translation Serbian. Version 0.2
 # Nikola Radovanovic nrad at eunet.yu 2004
 # Blender version: 2.33 
-#"Project-Id-Version: Blender 2.33\n"

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-blender-cvs mailing list