Skip to content
This repository was archived by the owner on Apr 20, 2021. It is now read-only.

Commit bc653ab

Browse files
committed
Merge branch 'i18n'
2 parents c9ec184 + 2a31c1c commit bc653ab

8 files changed

Lines changed: 1097 additions & 41 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ before_script:
3636

3737
script:
3838
- ./bin/atoum
39-
- ./bin/behat -fprogress --tags='~@user'
39+
- ./bin/behat -fprogress --tags='~@user' --no-interaction

i18n/de.xliff

Lines changed: 468 additions & 0 deletions
Large diffs are not rendered by default.

i18n/en.xliff.dist

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
<header></header>
44
<body>
55
<!-- BrowserContext.php -->
6+
<trans-unit id="i-start-timing-now">
7+
<source>(I )start timing now</source>
8+
<target></target>
9+
</trans-unit>
610
<trans-unit id="i-set-basic-authentication">
711
<source>I set basic authentication with :user and :password</source>
812
<target></target>
@@ -43,6 +47,10 @@
4347
<source>(I )wait :count second(s) until I see :text</source>
4448
<target></target>
4549
</trans-unit>
50+
<trans-unit id="i-should-not-see-within-second">
51+
<source>(I )should not see :text within :count second(s)</source>
52+
<target></target>
53+
</trans-unit>
4654
<trans-unit id="i-wait-until-i-see">
4755
<source>(I )wait until I see :text</source>
4856
<target></target>
@@ -51,6 +59,10 @@
5159
<source>(I )wait :count second(s) until I see :text in the :element element</source>
5260
<target></target>
5361
</trans-unit>
62+
<trans-unit id="i-wait-second">
63+
<source>(I )wait :count second(s)</source>
64+
<target></target>
65+
</trans-unit>
5466
<trans-unit id="i-wait-until-i-see-in-the-element">
5567
<source>(I )wait until I see :text in the :element element</source>
5668
<target></target>
@@ -63,10 +75,6 @@
6375
<source>(I )wait :count second(s) for :element element</source>
6476
<target></target>
6577
</trans-unit>
66-
<trans-unit id="i-wait-second">
67-
<source>(I )wait :count second(s)</source>
68-
<target></target>
69-
</trans-unit>
7078
<trans-unit id="i-should-see-n-in-the-nth">
7179
<source><![CDATA[/^(?:|I )should see (?P<count>\d+) "(?P<element>[^"]*)" in the (?P<index>\d+)(?:st|nd|rd|th) "(?P<parent>[^"]*)"$/]]></source>
7280
<target></target>
@@ -79,14 +87,14 @@
7987
<source>(I )should see more than :count :element in the :index :parent</source>
8088
<target></target>
8189
</trans-unit>
82-
<trans-unit id="the-element-shouls-be-disabled">
83-
<source>the element :element should be disabled</source>
84-
<target></target>
85-
</trans-unit>
8690
<trans-unit id="the-element-should-be-enabled">
8791
<source>the element :element should be enabled</source>
8892
<target></target>
8993
</trans-unit>
94+
<trans-unit id="the-element-shouls-be-disabled">
95+
<source>the element :element should be disabled</source>
96+
<target></target>
97+
</trans-unit>
9098
<trans-unit id="the-select-box-should-contain">
9199
<source>the :select select box should contain :option</source>
92100
<target></target>
@@ -115,6 +123,14 @@
115123
<source>(I )switch to main frame</source>
116124
<target></target>
117125
</trans-unit>
126+
<trans-unit id="the-total-elapsed-time-should-be-than-seconds">
127+
<source>(the )total elapsed time should be :comparison than :expected seconds</source>
128+
<target></target>
129+
</trans-unit>
130+
<trans-unit id="the-total-elapsed-time-should-be-to-seconds">
131+
<source>(the )total elapsed time should be :comparison to :expected seconds</source>
132+
<target></target>
133+
</trans-unit>
118134

119135
<!-- SystemContext.php -->
120136
<trans-unit id="i-put-the-file-into-field">
@@ -277,10 +293,14 @@
277293
<source>the response should be empty</source>
278294
<target></target>
279295
</trans-unit>
280-
<trans-unit id="the-header-should-equal-to">
296+
<trans-unit id="the-header-should-be-equal-to">
281297
<source>the header :name should be equal to :value</source>
282298
<target></target>
283299
</trans-unit>
300+
<trans-unit id="the-header-should-not-be-equal-to">
301+
<source>the header :name should not be equal to :value</source>
302+
<target></target>
303+
</trans-unit>
284304
<trans-unit id="i-add-header-equal-to">
285305
<source>I add :name header equal to :value</source>
286306
<target></target>

0 commit comments

Comments
 (0)