[Pootle-commits] [SVN] Commit to [Etoys] by [bf] rev [1465] trunk
commits at etoys.squeak.org
commits at etoys.squeak.org
Mon Mar 26 18:13:01 EDT 2012
Repository: http://etoys.squeak.org/svn
Revision: 1465
Author: bf
Date: 2012-03-26 22:12:56 +0000 (Mon, 26 Mar 2012)
Log Message:
-----------
5.0.2403 (RC2)
- added AgeComparison, ChangingSector, KeyPress examples
- added Fractions tutorial
- condensed sources again
- new pot files
Modified Paths:
--------------
trunk/Documentation/Release-HowTo.txt
trunk/Etoys/EtoysV5.stc
trunk/Etoys/NEWS
trunk/Etoys/etoys.image
trunk/po/templates/BroomMorphs.pot
trunk/po/templates/Collections.pot
trunk/po/templates/Compression.pot
trunk/po/templates/Connectors.pot
trunk/po/templates/DAVServerDirectory.pot
trunk/po/templates/DrGeoII-Core.pot
trunk/po/templates/Etoys-Tiles.pot
trunk/po/templates/Etoys.pot
trunk/po/templates/FSM.pot
trunk/po/templates/Files.pot
trunk/po/templates/Flash.pot
trunk/po/templates/GStreamer-UI.pot
trunk/po/templates/Graphics.pot
trunk/po/templates/Kernel.pot
trunk/po/templates/Monticello.pot
trunk/po/templates/Morphic.pot
trunk/po/templates/MorphicExtras.pot
trunk/po/templates/Movies.pot
trunk/po/templates/Nebraska.pot
trunk/po/templates/Network.pot
trunk/po/templates/Pango.pot
trunk/po/templates/Protocols.pot
trunk/po/templates/SMLoader.pot
trunk/po/templates/ST80.pot
trunk/po/templates/ScratchConnect.pot
trunk/po/templates/Sound.pot
trunk/po/templates/Sugar.pot
trunk/po/templates/System.pot
trunk/po/templates/Tools.pot
trunk/po/templates/TrueType.pot
trunk/po/templates/VideoForSqueak.pot
trunk/po/templates/WS-Sound.pot
Added Paths:
-----------
trunk/Etoys/ExampleEtoys/AgeComparison.005.pr
trunk/Etoys/ExampleEtoys/ChangingSector.001.pr
trunk/Etoys/ExampleEtoys/KeyPress.005.pr
trunk/Etoys/Gallery.031.pr
trunk/Etoys/Tutorials.015.pr
Removed Paths:
-------------
trunk/Etoys/ExampleEtoys/advent.004.pr
trunk/Etoys/Gallery.030.pr
trunk/Etoys/Tutorials.014.pr
-------------- next part --------------
Modified: trunk/Documentation/Release-HowTo.txt
===================================================================
--- trunk/Documentation/Release-HowTo.txt 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/Documentation/Release-HowTo.txt 2012-03-26 22:12:56 UTC (rev 1465)
@@ -410,7 +410,7 @@
and: [m isTheRealProjectPresent]) ifTrue: [
m project: (DiskProxy global: #Project
selector: #namedExample:
- args: {project name, '.pr'})]].
+ args: {m project name, '.pr'})]].
`
This is needed so the project will be found in the ExampleEtoys
folder.
Modified: trunk/Etoys/EtoysV5.stc
===================================================================
(Binary files differ)
Added: trunk/Etoys/ExampleEtoys/AgeComparison.005.pr
===================================================================
(Binary files differ)
Property changes on: trunk/Etoys/ExampleEtoys/AgeComparison.005.pr
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/Etoys/ExampleEtoys/ChangingSector.001.pr
===================================================================
(Binary files differ)
Property changes on: trunk/Etoys/ExampleEtoys/ChangingSector.001.pr
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/Etoys/ExampleEtoys/KeyPress.005.pr
===================================================================
(Binary files differ)
Property changes on: trunk/Etoys/ExampleEtoys/KeyPress.005.pr
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: trunk/Etoys/ExampleEtoys/advent.004.pr
===================================================================
(Binary files differ)
Deleted: trunk/Etoys/Gallery.030.pr
===================================================================
(Binary files differ)
Added: trunk/Etoys/Gallery.031.pr
===================================================================
(Binary files differ)
Property changes on: trunk/Etoys/Gallery.031.pr
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/Etoys/NEWS
===================================================================
--- trunk/Etoys/NEWS 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/Etoys/NEWS 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,5 +1,8 @@
5.0.2403 (26 mars 2012)
+* 5.0 RC2
+* Add Fractions visualization book as Tutorials
+* Add AgeComparison, ChangingSector, and KeyPress as Examples
* Put ScriptableButton in ObjectCatalog category scripting
* Update copyright notice and copyright check
* Change extent of Scraps-book to 300 at 350 pixels
@@ -13,6 +16,8 @@
5.0.2402 (19 mars 2012)
+* 5.0 RC1
+* Added translations: pl, pap
* The labels on certain "detailed watchers" -- those for which the variable-name and the "getter selector" do not bear the default relationship -- are wrong. [SQ-1052]
* PasteUpMorph instance variable autoLineLayout had only one accessor and could be replaced by a self send
* Adds 'button to show/hide this script' to the Scriptor menu. When chosen, this will produce a button which, when pressed, will show the Scriptor -- or, if the Scriptor is already showing, hide it. The resulting button can subsequently be edited via its halo in the usual ways, e.g. to change the name, the color, the balloon help.
@@ -28,6 +33,7 @@
5.0.2401 (12 mars 2012)
+* 5.0 beta 2
* ScratchConnect: Fixed a couple of potential issues detected after a more detailed code review:
- Disconnect the socket when deleting the morph.
- Changed a couple of sends in Player from "costume" to "costume renderedMorph", otherwise they would fail if the ScratchClientMorph is rotated.
@@ -57,6 +63,10 @@
5.0.2400 (5 mars 2012)
+* 5.0 beta 1
+* Added translations: pl, pap
+* Updated translations: de, nl, zh_CN, en, es, mn, mr
+* More quickguides: it
* Delete properties panel if target not is in world
* Addresses various bug-reports and recommendations relating to recent number-line and graph-paper updates:
- Enforce reasonable ranges for the sliders governing the grid parameters, taking the grid-size, coarse-grid-size , and playfield dimensions into account.
Deleted: trunk/Etoys/Tutorials.014.pr
===================================================================
(Binary files differ)
Added: trunk/Etoys/Tutorials.015.pr
===================================================================
(Binary files differ)
Property changes on: trunk/Etoys/Tutorials.015.pr
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/Etoys/etoys.image
===================================================================
(Binary files differ)
Modified: trunk/po/templates/BroomMorphs.pot
===================================================================
--- trunk/po/templates/BroomMorphs.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/BroomMorphs.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: BroomMorphs\n"
Modified: trunk/po/templates/Collections.pot
===================================================================
--- trunk/po/templates/Collections.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/Collections.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: Collections\n"
Modified: trunk/po/templates/Compression.pot
===================================================================
--- trunk/po/templates/Compression.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/Compression.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: Compression\n"
Modified: trunk/po/templates/Connectors.pot
===================================================================
--- trunk/po/templates/Connectors.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/Connectors.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: Connectors\n"
Modified: trunk/po/templates/DAVServerDirectory.pot
===================================================================
--- trunk/po/templates/DAVServerDirectory.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/DAVServerDirectory.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: DAVServerDirectory\n"
Modified: trunk/po/templates/DrGeoII-Core.pot
===================================================================
--- trunk/po/templates/DrGeoII-Core.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/DrGeoII-Core.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: DrGeoII-Core\n"
Modified: trunk/po/templates/Etoys-Tiles.pot
===================================================================
--- trunk/po/templates/Etoys-Tiles.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/Etoys-Tiles.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: Etoys-Tiles\n"
Modified: trunk/po/templates/Etoys.pot
===================================================================
--- trunk/po/templates/Etoys.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/Etoys.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: Etoys\n"
@@ -744,7 +744,7 @@
msgid "A tool showing all the players in your project"
msgstr ""
-#: Etoys-Scripting,AllPlayersTool_class>>descriptionForPartsBin,AllScriptsTool_class>>descriptionForPartsBin
+#: Etoys-Scripting,AllPlayersTool_class>>descriptionForPartsBin,AllScriptsTool_class>>descriptionForPartsBin,ScriptableButton_class>>descriptionForPartsBin
msgid "Scripting"
msgstr ""
Modified: trunk/po/templates/FSM.pot
===================================================================
--- trunk/po/templates/FSM.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/FSM.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: FSM\n"
Modified: trunk/po/templates/Files.pot
===================================================================
--- trunk/po/templates/Files.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/Files.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: Files\n"
Modified: trunk/po/templates/Flash.pot
===================================================================
--- trunk/po/templates/Flash.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/Flash.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: Flash\n"
Modified: trunk/po/templates/GStreamer-UI.pot
===================================================================
--- trunk/po/templates/GStreamer-UI.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/GStreamer-UI.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: GStreamer-UI\n"
Modified: trunk/po/templates/Graphics.pot
===================================================================
--- trunk/po/templates/Graphics.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/Graphics.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: Graphics\n"
Modified: trunk/po/templates/Kernel.pot
===================================================================
--- trunk/po/templates/Kernel.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/Kernel.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: Kernel\n"
Modified: trunk/po/templates/Monticello.pot
===================================================================
--- trunk/po/templates/Monticello.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/Monticello.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: Monticello\n"
Modified: trunk/po/templates/Morphic.pot
===================================================================
--- trunk/po/templates/Morphic.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/Morphic.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: Morphic\n"
@@ -379,7 +379,7 @@
msgstr ""
#: Morphic-Basic,TextMorph>>addFitAndWrapItemsTo:
-msgid "When checked, text is automatically wrapped to fit horizontally within the boundaries specifed."
+msgid "When checked, text is automatically wrapped to fit horizontally within the boundaries specified."
msgstr ""
#: Morphic-Basic,TextMorph>>addTextMenuItemsTo:event:
Modified: trunk/po/templates/MorphicExtras.pot
===================================================================
--- trunk/po/templates/MorphicExtras.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/MorphicExtras.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: MorphicExtras\n"
Modified: trunk/po/templates/Movies.pot
===================================================================
--- trunk/po/templates/Movies.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/Movies.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: Movies\n"
Modified: trunk/po/templates/Nebraska.pot
===================================================================
--- trunk/po/templates/Nebraska.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/Nebraska.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: Nebraska\n"
Modified: trunk/po/templates/Network.pot
===================================================================
--- trunk/po/templates/Network.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/Network.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: Network\n"
Modified: trunk/po/templates/Pango.pot
===================================================================
--- trunk/po/templates/Pango.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/Pango.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: Pango\n"
Modified: trunk/po/templates/Protocols.pot
===================================================================
--- trunk/po/templates/Protocols.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/Protocols.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: Protocols\n"
Modified: trunk/po/templates/SMLoader.pot
===================================================================
--- trunk/po/templates/SMLoader.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/SMLoader.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: SMLoader\n"
Modified: trunk/po/templates/ST80.pot
===================================================================
--- trunk/po/templates/ST80.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/ST80.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: ST80\n"
Modified: trunk/po/templates/ScratchConnect.pot
===================================================================
--- trunk/po/templates/ScratchConnect.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/ScratchConnect.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: ScratchConnect\n"
Modified: trunk/po/templates/Sound.pot
===================================================================
--- trunk/po/templates/Sound.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/Sound.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: Sound\n"
Modified: trunk/po/templates/Sugar.pot
===================================================================
--- trunk/po/templates/Sugar.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/Sugar.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: Sugar\n"
Modified: trunk/po/templates/System.pot
===================================================================
--- trunk/po/templates/System.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/System.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: System\n"
Modified: trunk/po/templates/Tools.pot
===================================================================
--- trunk/po/templates/Tools.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/Tools.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: Tools\n"
Modified: trunk/po/templates/TrueType.pot
===================================================================
--- trunk/po/templates/TrueType.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/TrueType.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: TrueType\n"
Modified: trunk/po/templates/VideoForSqueak.pot
===================================================================
--- trunk/po/templates/VideoForSqueak.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/VideoForSqueak.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: VideoForSqueak\n"
Modified: trunk/po/templates/WS-Sound.pot
===================================================================
--- trunk/po/templates/WS-Sound.pot 2012-03-26 19:23:16 UTC (rev 1464)
+++ trunk/po/templates/WS-Sound.pot 2012-03-26 22:12:56 UTC (rev 1465)
@@ -1,14 +1,14 @@
msgid ""
msgstr ""
"Project-Id-Version: eToys\n"
-"POT-Creation-Date: 2012-03-19 21:56-0000\n"
-"PO-Revision-Date: 2012-03-19 21:56-0000\n"
+"POT-Creation-Date: 2012-03-26 23:20-0000\n"
+"PO-Revision-Date: 2012-03-26 23:20-0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Etoys-SystemVersion: etoys5.0 of 19 March 2012 update 2402\n"
+"X-Etoys-SystemVersion: etoys5.0 of 26 March 2012 update 2403\n"
"X-Etoys-Domain: WS-Sound\n"
More information about the Pootle-commits
mailing list