Updating translation files

This commit is contained in:
Goutte
2012-12-04 20:06:02 +01:00
parent be2a10eda8
commit e587c3271e
5 changed files with 10 additions and 10 deletions

View File

@@ -3,11 +3,11 @@
<header />
<body>
<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>
</trans-unit>
<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>
</trans-unit>
<trans-unit id="i-am-on-page">

View File

@@ -3,11 +3,11 @@
<header />
<body>
<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>
</trans-unit>
<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>
</trans-unit>
<trans-unit id="i-am-on-page">

View File

@@ -3,11 +3,11 @@
<header />
<body>
<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>
</trans-unit>
<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>
</trans-unit>
<trans-unit id="i-am-on-page">

View File

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

View File

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