Merge pull request #55 from Goutte/steps_sugar

Updating translation files for PR #54
This commit is contained in:
Christophe Coevoet
2012-12-04 16:48:24 -08:00
5 changed files with 10 additions and 10 deletions

View File

@@ -3,11 +3,11 @@
<header /> <header />
<body> <body>
<trans-unit id="i-am-homepage"> <trans-unit id="i-am-homepage">
<source><![CDATA[/^(?:|I )am on homepage$/]]></source> <source><![CDATA[/^(?:|I )am on (?:|the )homepage$/]]></source>
<target><![CDATA[/^estoy en la página de inicio/]]></target> <target><![CDATA[/^estoy en la página de inicio/]]></target>
</trans-unit> </trans-unit>
<trans-unit id="i-go-to-homepage"> <trans-unit id="i-go-to-homepage">
<source><![CDATA[/^(?:|I )go to homepage$/]]></source> <source><![CDATA[/^(?:|I )go to (?:|the )homepage$/]]></source>
<target><![CDATA[/^voy a la página de inicio/]]></target> <target><![CDATA[/^voy a la página de inicio/]]></target>
</trans-unit> </trans-unit>
<trans-unit id="i-am-on-page"> <trans-unit id="i-am-on-page">

View File

@@ -3,11 +3,11 @@
<header /> <header />
<body> <body>
<trans-unit id="i-am-homepage"> <trans-unit id="i-am-homepage">
<source><![CDATA[/^(?:|I )am on homepage$/]]></source> <source><![CDATA[/^(?:|I )am on (?:|the )homepage$/]]></source>
<target><![CDATA[/^(?:|je )suis sur la page d'accueil$/]]></target> <target><![CDATA[/^(?:|je )suis sur la page d'accueil$/]]></target>
</trans-unit> </trans-unit>
<trans-unit id="i-go-to-homepage"> <trans-unit id="i-go-to-homepage">
<source><![CDATA[/^(?:|I )go to homepage$/]]></source> <source><![CDATA[/^(?:|I )go to (?:|the )homepage$/]]></source>
<target><![CDATA[/^(?:|je )vais sur la page d'accueil$/]]></target> <target><![CDATA[/^(?:|je )vais sur la page d'accueil$/]]></target>
</trans-unit> </trans-unit>
<trans-unit id="i-am-on-page"> <trans-unit id="i-am-on-page">

View File

@@ -3,11 +3,11 @@
<header /> <header />
<body> <body>
<trans-unit id="i-am-homepage"> <trans-unit id="i-am-homepage">
<source><![CDATA[/^(?:|I )am on homepage$/]]></source> <source><![CDATA[/^(?:|I )am on (?:|the )homepage$/]]></source>
<target><![CDATA[/^(?:|Eu )estou na página de entrada/]]></target> <target><![CDATA[/^(?:|Eu )estou na página de entrada/]]></target>
</trans-unit> </trans-unit>
<trans-unit id="i-go-to-homepage"> <trans-unit id="i-go-to-homepage">
<source><![CDATA[/^(?:|I )go to homepage$/]]></source> <source><![CDATA[/^(?:|I )go to (?:|the )homepage$/]]></source>
<target><![CDATA[/^(?:|Eu )vou para a página de entrada$/]]></target> <target><![CDATA[/^(?:|Eu )vou para a página de entrada$/]]></target>
</trans-unit> </trans-unit>
<trans-unit id="i-am-on-page"> <trans-unit id="i-am-on-page">

View File

@@ -3,11 +3,11 @@
<header /> <header />
<body> <body>
<trans-unit id="i-am-homepage"> <trans-unit id="i-am-homepage">
<source><![CDATA[/^(?:|I )am on homepage$/]]></source> <source><![CDATA[/^(?:|I )am on (?:|the )homepage$/]]></source>
<target><![CDATA[/^(?:|я )на главной странице$/]]></target> <target><![CDATA[/^(?:|я )на главной странице$/]]></target>
</trans-unit> </trans-unit>
<trans-unit id="i-go-to-homepage"> <trans-unit id="i-go-to-homepage">
<source><![CDATA[/^(?:|I )go to homepage$/]]></source> <source><![CDATA[/^(?:|I )go to (?:|the )homepage$/]]></source>
<target><![CDATA[/^(?:|я )перехожу на главную страницу$/]]></target> <target><![CDATA[/^(?:|я )перехожу на главную страницу$/]]></target>
</trans-unit> </trans-unit>
<trans-unit id="i-am-on-page"> <trans-unit id="i-am-on-page">

View File

@@ -95,8 +95,8 @@ trait MinkDictionary
/** /**
* Opens homepage. * Opens homepage.
* *
* @Given /^(?:|I )am on homepage$/ * @Given /^(?:|I )am on (?:|the )homepage$/
* @When /^(?:|I )go to homepage$/ * @When /^(?:|I )go to (?:|the )homepage$/
*/ */
public function iAmOnHomepage() public function iAmOnHomepage()
{ {