da.xliff 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. <xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
  2. <file original="global" source-language="en" target-language="da" datatype="plaintext">
  3. <header />
  4. <body>
  5. <trans-unit id="i-am-homepage">
  6. <source><![CDATA[/^(?:|I )am on (?:|the )homepage$/]]></source>
  7. <target><![CDATA[/^(?:|jeg )er på hjemmesiden$/]]></target>
  8. </trans-unit>
  9. <trans-unit id="i-go-to-homepage">
  10. <source><![CDATA[/^(?:|I )go to (?:|the )homepage$/]]></source>
  11. <target><![CDATA[/^(?:|jeg )går til hjemmesiden$/]]></target>
  12. </trans-unit>
  13. <trans-unit id="i-am-on-page">
  14. <source><![CDATA[/^(?:|I )am on "(?P<page>[^"]+)"$/]]></source>
  15. <target><![CDATA[/^(?:|jeg )er på "(?P<side>[^"]+)"$/]]></target>
  16. </trans-unit>
  17. <trans-unit id="i-go-to-page">
  18. <source><![CDATA[/^(?:|I )go to "(?P<page>[^"]+)"$/]]></source>
  19. <target><![CDATA[/^(?:|jeg )går til "(?P<side>[^"]+)"$/]]></target>
  20. </trans-unit>
  21. <trans-unit id="reload-the-page">
  22. <source><![CDATA[/^(?:|I )reload the page$/]]></source>
  23. <target><![CDATA[/^(?:|jeg )genindlæser siden$/]]></target>
  24. </trans-unit>
  25. <trans-unit id="move-backward-one-page">
  26. <source><![CDATA[/^(?:|I )move backward one page$/]]></source>
  27. <target><![CDATA[/^(?:|jeg )går en side tilbage$/]]></target>
  28. </trans-unit>
  29. <trans-unit id="move-forward-one-page">
  30. <source><![CDATA[/^(?:|I )move forward one page$/]]></source>
  31. <target><![CDATA[/^(?:|jeg )går en side frem$/]]></target>
  32. </trans-unit>
  33. <trans-unit id="i-press-button">
  34. <source><![CDATA[/^(?:|I )press "(?P<button>(?:[^"]|\\")*)"$/]]></source>
  35. <target><![CDATA[/^(?:|jeg )trykker "(?P<knap>(?:[^"]|\\")*)"$/]]></target>
  36. </trans-unit>
  37. <trans-unit id="i-follow-link">
  38. <source><![CDATA[/^(?:|I )follow "(?P<link>(?:[^"]|\\")*)"$/]]></source>
  39. <target><![CDATA[/^(?:|jeg )følger "(?P<link>(?:[^"]|\\")*)"$/]]></target>
  40. <target><![CDATA[/^(?:|jeg )klikker "(?P<link>(?:[^"]|\\")*)"$/]]></target>
  41. </trans-unit>
  42. <trans-unit id="i-fill-in-field-with-value">
  43. <source><![CDATA[/^(?:|I )fill in "(?P<field>(?:[^"]|\\")*)" with "(?P<value>(?:[^"]|\\")*)"$/]]></source>
  44. <target><![CDATA[/^(?:|jeg )udfylder "(?P<felt>(?:[^"]|\\")*)" med "(?P<value>(?:[^"]|\\")*)"$/]]></target>
  45. </trans-unit>
  46. <trans-unit id="i-fill-in-field-with">
  47. <source><![CDATA[/^(?:|I )fill in "(?P<field>(?:[^"]|\\")*)" with:$/]]></source>
  48. <target><![CDATA[/^(?:|jeg )udfylder "(?P<felt>(?:[^"]|\\")*)" med:$/]]></target>
  49. </trans-unit>
  50. <trans-unit id="i-fill-in-value-for-field">
  51. <source><![CDATA[/^(?:|I )fill in "(?P<value>(?:[^"]|\\")*)" for "(?P<field>(?:[^"]|\\")*)"$/]]></source>
  52. <target><![CDATA[/^(?:|jeg )udfylder "(?P<value>(?:[^"]|\\")*)" for "(?P<felt>(?:[^"]|\\")*)"$/]]></target>
  53. </trans-unit>
  54. <trans-unit id="i-fill-in-the-following">
  55. <source><![CDATA[/^(?:|I )fill in the following:$/]]></source>
  56. <target><![CDATA[/^(?:|jeg )udfylder følgende:$/]]></target>
  57. </trans-unit>
  58. <trans-unit id="i-select-option-from-select">
  59. <source><![CDATA[/^(?:|I )select "(?P<option>(?:[^"]|\\")*)" from "(?P<select>(?:[^"]|\\")*)"$/]]></source>
  60. <target><![CDATA[/^(?:|jeg )vælger "(?P<valgmulighed>(?:[^"]|\\")*)" fra "(?P<select>(?:[^"]|\\")*)"$/]]></target>
  61. </trans-unit>
  62. <trans-unit id="i-additionally-select-option-from-select">
  63. <source><![CDATA[/^(?:|I )additionally select "(?P<option>(?:[^"]|\\")*)" from "(?P<select>(?:[^"]|\\")*)"$/]]></source>
  64. <target><![CDATA[/^(?:|jeg )derudover vælger "(?P<valgmulighed>(?:[^"]|\\")*)" fra "(?P<select>(?:[^"]|\\")*)"$/]]></target>
  65. </trans-unit>
  66. <trans-unit id="i-check-option">
  67. <source><![CDATA[/^(?:|I )check "(?P<option>(?:[^"]|\\")*)"$/]]></source>
  68. <target><![CDATA[/^(?:|jeg )markerer "(?P<valgmulighed>(?:[^"]|\\")*)"$/]]></target>
  69. </trans-unit>
  70. <trans-unit id="i-uncheck-option">
  71. <source><![CDATA[/^(?:|I )uncheck "(?P<option>(?:[^"]|\\")*)"$/]]></source>
  72. <target><![CDATA[/^(?:|jeg )afmarkerer "(?P<valgmulighed>(?:[^"]|\\")*)"$/]]></target>
  73. </trans-unit>
  74. <trans-unit id="i-attach-the-file-to-field">
  75. <source><![CDATA[/^(?:|I )attach the file "(?P<path>[^"]*)" to "(?P<field>(?:[^"]|\\")*)"$/]]></source>
  76. <target><![CDATA[/^(?:|jeg )vedhæfter filen "(?P<sti>[^"]*)" til "(?P<felt>(?:[^"]|\\")*)"$/]]></target>
  77. </trans-unit>
  78. <trans-unit id="i-should-see-text">
  79. <source><![CDATA[/^(?:|I )should see "(?P<text>(?:[^"]|\\")*)"$/]]></source>
  80. <target><![CDATA[/^(?:|skulle jeg )se "(?P<tekst>(?:[^"]|\\")*)"$/]]></target>
  81. </trans-unit>
  82. <trans-unit id="i-should-see-text-matching">
  83. <source><![CDATA[/^(?:|I )should see text matching (?P<pattern>"(?:[^"]|\\")*")$/]]></source>
  84. <target><![CDATA[/^(?:|skulle jeg )se tekst matche (?P<pattern>"(?:[^"]|\\")*")$/]]></target>
  85. </trans-unit>
  86. <trans-unit id="i-should-not-see-text-matching">
  87. <source><![CDATA[/^(?:|I )should not see text matching (?P<pattern>"(?:[^"]|\\")*")$/]]></source>
  88. <target><![CDATA[/^(?:|skulle jeg )ikke se tekst matche (?P<pattern>"(?:[^"]|\\")*")$/]]></target>
  89. </trans-unit>
  90. <trans-unit id="the-response-should-contain">
  91. <source><![CDATA[/^the response should contain "(?P<text>(?:[^"]|\\")*)"$/]]></source>
  92. <target><![CDATA[/^skulle responsen indeholde "(?P<tekst>(?:[^"]|\\")*)"$/]]></target>
  93. </trans-unit>
  94. <trans-unit id="i-should-not-see-text">
  95. <source><![CDATA[/^(?:|I )should not see "(?P<text>(?:[^"]|\\")*)"$/]]></source>
  96. <target><![CDATA[/^(?:|skulle jeg )ikke se "(?P<tekst>(?:[^"]|\\")*)"$/]]></target>
  97. </trans-unit>
  98. <trans-unit id="the-response-should-not-contain">
  99. <source><![CDATA[/^the response should not contain "(?P<text>(?:[^"]|\\")*)"$/]]></source>
  100. <target><![CDATA[/^skulle responsen ikke indeholde "(?P<tekst>(?:[^"]|\\")*)"$/]]></target>
  101. </trans-unit>
  102. <trans-unit id="the-field-should-contain-value">
  103. <source><![CDATA[/^the "(?P<field>(?:[^"]|\\")*)" field should contain "(?P<value>(?:[^"]|\\")*)"$/]]></source>
  104. <target><![CDATA[/^skulle feltet "(?P<felt>(?:[^"]|\\")*)" indeholde "(?P<value>(?:[^"]|\\")*)"$/]]></target>
  105. </trans-unit>
  106. <trans-unit id="the-field-should-not-contain-value">
  107. <source><![CDATA[/^the "(?P<field>(?:[^"]|\\")*)" field should not contain "(?P<value>(?:[^"]|\\")*)"$/]]></source>
  108. <target><![CDATA[/^skulle feltet "(?P<felt>(?:[^"]|\\")*)" ikke indeholde "(?P<value>(?:[^"]|\\")*)"$/]]></target>
  109. </trans-unit>
  110. <trans-unit id="the-checkbox-should-be-checked">
  111. <source><![CDATA[/^the "(?P<checkbox>(?:[^"]|\\")*)" checkbox should be checked$/]]></source>
  112. <target><![CDATA[/^skulle afkrydsningsfeltet "(?P<felt>(?:[^"]|\\")*)" være markeret$/]]></target>
  113. </trans-unit>
  114. <trans-unit id="the-checkbox-should-is-checked">
  115. <source><![CDATA[/^the checkbox "(?P<checkbox>(?:[^"]|\\")*)" (?:is|should be) checked$/]]></source>
  116. <target><![CDATA[/^er afkrydsningsfeltet "(?P<felt>(?:[^"]|\\")*)" markeret$/]]></target>
  117. </trans-unit>
  118. <trans-unit id="the-checkbox-should-be-unchecked">
  119. <source><![CDATA[/^the checkbox "(?P<checkbox>(?:[^"]|\\")*)" should (?:be unchecked|not be checked)$/]]></source>
  120. <target><![CDATA[/^skulle afkrydsningsfeltet "(?P<checkbox>(?:[^"]|\\")*)" være afmarkeret$/]]></target>
  121. </trans-unit>
  122. <trans-unit id="the-checkbox-is-unchecked">
  123. <source><![CDATA[/^the checkbox "(?P<checkbox>(?:[^"]|\\")*)" is (?:unchecked|not checked)$/]]></source>
  124. <target><![CDATA[/^er afkrydsningsfeltet "(?P<felt>(?:[^"]|\\")*)" afmarkeret$/]]></target>
  125. </trans-unit>
  126. <trans-unit id="the-checkbox-should-not-be-checked">
  127. <source><![CDATA[/^the "(?P<checkbox>(?:[^"]|\\")*)" checkbox should not be checked$/]]></source>
  128. <target><![CDATA[/^skulle afkrydsningsfeltet "(?P<felt>(?:[^"]|\\")*)" ikke være markeret$/]]></target>
  129. </trans-unit>
  130. <trans-unit id="i-should-be-on-page">
  131. <source><![CDATA[/^(?:|I )should be on "(?P<page>[^"]+)"$/]]></source>
  132. <target><![CDATA[/^(?:|skulle jeg )være på "(?P<side>[^"]+)"$/]]></target>
  133. </trans-unit>
  134. <trans-unit id="i-should-be-on-homepage">
  135. <source><![CDATA[/^(?:|I )should be on (?:|the )homepage$/]]></source>
  136. <target><![CDATA[/^(?:|skulle jeg )være på hjemmesiden$/]]></target>
  137. </trans-unit>
  138. <trans-unit id="the-url-should-match">
  139. <source><![CDATA[/^the (?i)url(?-i) should match (?P<pattern>"(?:[^"]|\\")*")$/]]></source>
  140. <target><![CDATA[/^skulle webadressen matche (?P<pattern>"(?:[^"]|\\")*")$/]]></target>
  141. </trans-unit>
  142. <trans-unit id="the-element-should-contain">
  143. <source><![CDATA[/^the "(?P<element>[^"]*)" element should contain "(?P<value>(?:[^"]|\\")*)"$/]]></source>
  144. <target><![CDATA[/^skulle elementet "(?P<element>[^"]*)" indeholde "(?P<value>(?:[^"]|\\")*)"$/]]></target>
  145. </trans-unit>
  146. <trans-unit id="the-element-should-not-contain">
  147. <source><![CDATA[/^the "(?P<element>[^"]*)" element should not contain "(?P<value>(?:[^"]|\\")*)"$/]]></source>
  148. <target><![CDATA[/^skulle elementet "(?P<element>[^"]*)" ikke indeholde "(?P<value>(?:[^"]|\\")*)"$/]]></target>
  149. </trans-unit>
  150. <trans-unit id="i-should-see-text-in-element">
  151. <source><![CDATA[/^(?:|I )should see "(?P<text>(?:[^"]|\\")*)" in the "(?P<element>[^"]*)" element$/]]></source>
  152. <target><![CDATA[/^(?:|skulle jeg )se "(?P<tekst>(?:[^"]|\\")*)" i elementet "(?P<element>[^"]*)"$/]]></target>
  153. </trans-unit>
  154. <trans-unit id="i-should-not-see-text-in-element">
  155. <source><![CDATA[/^(?:|I )should not see "(?P<text>(?:[^"]|\\")*)" in the "(?P<element>[^"]*)" element$/]]></source>
  156. <target><![CDATA[/^(?:|skulle jeg )ikke se "(?P<tekst>(?:[^"]|\\")*)" i elementet "(?P<element>[^"]*)"$/]]></target>
  157. </trans-unit>
  158. <trans-unit id="i-should-see-element">
  159. <source><![CDATA[/^(?:|I )should see an? "(?P<element>[^"]*)" element$/]]></source>
  160. <target><![CDATA[/^(?:|skulle jeg )se et element "(?P<element>[^"]*)"$/]]></target>
  161. </trans-unit>
  162. <trans-unit id="i-should-not-see-element">
  163. <source><![CDATA[/^(?:|I )should not see an? "(?P<element>[^"]*)" element$/]]></source>
  164. <target><![CDATA[/^(?:|skulle jeg )ikke se et element "(?P<element>[^"]*)"$/]]></target>
  165. </trans-unit>
  166. <trans-unit id="i-should-see-num-elements">
  167. <source><![CDATA[/^(?:|I )should see (?P<num>\d+) "(?P<element>[^"]*)" elements?$/]]></source>
  168. <target><![CDATA[/^(?:|skulle jeg )se (?P<num>\d+) "(?P<element>[^"]*)" elementer?$/]]></target>
  169. </trans-unit>
  170. <trans-unit id="the-response-status-code-should-be">
  171. <source><![CDATA[/^the response status code should be (?P<code>\d+)$/]]></source>
  172. <target><![CDATA[/^skulle statuskoderesponsen være (?P<kode>\d+)$/]]></target>
  173. </trans-unit>
  174. <trans-unit id="the-response-status-code-should-not-be">
  175. <source><![CDATA[/^the response status code should not be (?P<code>\d+)$/]]></source>
  176. <target><![CDATA[/^skulle statuskoderesponsen ikke være (?P<kode>\d+)$/]]></target>
  177. </trans-unit>
  178. <trans-unit id="print-current-URL">
  179. <source><![CDATA[/^print current URL$/]]></source>
  180. <target><![CDATA[/^print den aktuelle URL$/]]></target>
  181. </trans-unit>
  182. <trans-unit id="print-last-response">
  183. <source><![CDATA[/^print last response$/]]></source>
  184. <target><![CDATA[/^udskriv sidste respons$/]]></target>
  185. </trans-unit>
  186. <trans-unit id="show-last-response">
  187. <source><![CDATA[/^show last response$/]]></source>
  188. <target><![CDATA[/^vis sidste respons$/]]></target>
  189. </trans-unit>
  190. </body>
  191. </file>
  192. </xliff>