[gnome-getting-started-docs] translate welcome. fix timing.



commit 059a8ded8740768f514c36a23ef8d5140b166519
Author: Jakub Steiner <jimmac gmail com>
Date:   Tue Nov 20 15:12:45 2012 +0100

    translate welcome. fix timing.

 animation/gnome-yelp-intro.blend           |  Bin 1622332 -> 1622332 bytes
 animation/gnome-yelp-intro.py              |    6 +++---
 getting-started/C/animation.xml            |    1 +
 getting-started/C/figures/yelp-intro.webm  |  Bin 5007251 -> 0 bytes
 getting-started/cs/figures/yelp-intro.webm |  Bin 4986166 -> 0 bytes
 5 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/animation/gnome-yelp-intro.blend b/animation/gnome-yelp-intro.blend
index 634aa5a..7f13cc6 100644
Binary files a/animation/gnome-yelp-intro.blend and b/animation/gnome-yelp-intro.blend differ
diff --git a/animation/gnome-yelp-intro.py b/animation/gnome-yelp-intro.py
index 8a0fd1d..0756b93 100644
--- a/animation/gnome-yelp-intro.py
+++ b/animation/gnome-yelp-intro.py
@@ -25,9 +25,9 @@ def render(lang):
 def typewriteit(scene):
   #FIXME make this happen only in scene "launching apps - keyboard"
   typewrite = bpy.data.objects['typewriter'].data.body
-  #psani zacina v sekvenci na 527
-  if bpy.context.scene.frame_current >= 527:
-    i = int((bpy.context.scene.frame_current-527)/3)
+  #psani zacina v sekvenci na 610
+  if bpy.context.scene.frame_current >= 610:
+    i = int((bpy.context.scene.frame_current-610)/3)
   else:
     i = 0
   #print(typewrite, i, typewrite[:i])
diff --git a/getting-started/C/animation.xml b/getting-started/C/animation.xml
index fa63c68..2dbedc2 100644
--- a/getting-started/C/animation.xml
+++ b/getting-started/C/animation.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <titles>
+<t id='title-welcome'>Welcome</t>
 <t id='title-launch'>Launching Applications</t>
 <t id='title-gettingstarted'>Getting Started</t>
 <t id='title-wallpaper'>Changing Wallpaper</t>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]