summaryrefslogtreecommitdiffstats
path: root/spec/SpecRunner.html
blob: 69c4728be6caed6b5a6f74468edd07ac26ed6780 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>SVG.js - Jasmine Spec Runner</title>

  <link rel="shortcut icon" type="image/png" href="../node_modules/jasmine-core/images/jasmine_favicon.png">
  <link rel="stylesheet" href="../node_modules/jasmine-core/lib/jasmine-core/jasmine.css">

  <script src="../node_modules/jasmine-core/lib/jasmine-core/jasmine.js"></script>
  <script src="../node_modules/jasmine-core/lib/jasmine-core/jasmine-html.js"></script>
  <script src="../node_modules/jasmine-core/lib/jasmine-core/boot.js"></script>
  <script src="RAFPlugin.js"></script>

  <link rel="stylesheet" href="fixtures/fixture.css">

  <!-- include source files here... -->
  <script src="../dist/polyfills.js" charset="utf-8"></script>
  <script src="../dist/polyfillsIE.js" charset="utf-8"></script>
  <script src="../dist/svg.js" charset="utf-8"></script>

</head>

<body>

  <svg height="0" width="0" id="inlineSVG">
    <defs>
      <linearGradient>
        <stop offset="5%"  stop-color="green"/>
        <stop offset="95%" stop-color="gold"/>
      </linearGradient>
      <radialGradient>
        <stop offset="10%" stop-color="gold"/>
        <stop offset="95%" stop-color="green"/>
      </radialGradient>
    </defs>
    <desc>Some description</desc>
    <path id="lineAB" d="M 100 350 l 150 -300" stroke="red" stroke-width="3" fill="none" />
    <path id="lineBC" d="M 250 50 l 150 300" stroke="red" stroke-width="3" fill="none" />
    <path d="M 175 200 l 150 0" stroke="green" stroke-width="3" fill="none" />
    <path d="M 100 350 q 150 -300 300 0" stroke="blue" stroke-width="5" fill="none" />
    <g stroke="black" stroke-width="3" fill="black" id="pointGroup">
      <circle id="pointA" cx="100" cy="350" r="3" />
      <circle id="pointB" cx="250" cy="50" r="3" />
      <circle id="pointC" cx="400" cy="350" r="3" />
    </g>
    <g font-size="30" font="sans-serif" fill="black" stroke="none" text-anchor="middle" id="labelGroup">
      <text x="100" y="350" dx="-30">A</text>
      <text x="250" y="50" dy="-10">B</text>
      <text x="400" y="350" dx="30">C</text>
    </g>
    <polygon points="200,10 250,190 160,210" />
    <polyline points="20,20 40,25 60,40 80,120 120,140 200,180" />
  </svg>


  <!-- include spec files here... -->

  <script src="es5TestBundle.js"></script>

  <script src="spec/adopter.js"></script>
  <script src="spec/arrange.js"></script>
  <script src="spec/array.js"></script>
  <script src="spec/bare.js"></script>
  <script src="spec/boxes.js"></script>
  <script src="spec/circle.js"></script>
  <script src="spec/clip.js"></script>
  <script src="spec/color.js"></script>
  <script src="spec/container.js"></script>
  <script src="spec/defs.js"></script>
  <script src="spec/doc.js"></script>
  <script src="spec/easing.js"></script>
  <script src="spec/element.js"></script>
  <script src="spec/ellipse.js"></script>
  <script src="spec/event.js"></script>
  <script src="spec/fx.js"></script>
  <script src="spec/gradient.js"></script>
  <script src="spec/helper.js"></script>
  <script src="spec/hyperlink.js"></script>
  <script src="spec/image.js"></script>
  <script src="spec/line.js"></script>
  <script src="spec/marker.js"></script>
  <script src="spec/mask.js"></script>
  <script src="spec/matrix.js"></script>
  <script src="spec/memory.js"></script>
  <script src="spec/number.js"></script>
  <script src="spec/path.js"></script>
  <script src="spec/pattern.js"></script>
  <script src="spec/point.js"></script>
  <script src="spec/polygon.js"></script>
  <script src="spec/polyline.js"></script>
  <script src="spec/rect.js"></script>
  <script src="spec/regex.js"></script>
  <script src="spec/selector.js"></script>
  <script src="spec/sugar.js"></script>
  <script src="spec/svg.js"></script>
  <script src="spec/symbol.js"></script>
  <script src="spec/text.js"></script>
  <script src="spec/textpath.js"></script>
  <script src="spec/transformations.js"></script>
  <script src="spec/tspan.js"></script>
  <script src="spec/use.js"></script>
  <script src="spec/utils.js"></script>
  <script src="spec/morphing.js"></script>
  <script src="spec/animator.js"></script>
  <script src="spec/runner.js"></script>
  <script src="spec/queue.js"></script>
  <script src="spec/timeline.js"></script>
</body>
</html>
option value='backport/48359/stable28'>backport/48359/stable28 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/l10n/ast.js
blob: cc24b48c02c948e268577180fb6f3c1f13e56e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
OC.L10N.register(
    "workflowengine",
    {
    "The given operator is invalid" : "L'operador apurríu ye inválidu",
    "The given regular expression is invalid" : "La espresión regular apurrida ye inválida",
    "The given file size is invalid" : "El tamañu del ficheru apurríu ye inválidu",
    "The given tag id is invalid" : "La ID d'etiqueta apurrida ye inválida",
    "The given IP range is invalid" : "L'intervalu d'IPs ye inválida",
    "The given IP range is not valid for IPv4" : "L'intervalu d'IPs nun ye válidu pa IPv4",
    "The given IP range is not valid for IPv6" : "L'intervalu d'IPs nun ye válidu pa IPv6",
    "The given time span is invalid" : "L'intervalu de tiempu apurríu nun ye válidu",
    "The given start time is invalid" : "La hora de comienzu ye inválida",
    "The given end time is invalid" : "La hora de fin ye inválida",
    "The given group does not exist" : "El grupu apurríu nun esiste",
    "File" : "Ficheru",
    "File created" : "Creóse'l ficheru",
    "File updated" : "Anovóse'l ficheru",
    "File renamed" : "Renomóse'l ficheru",
    "File deleted" : "Desanicióse'l ficheru",
    "File accessed" : "Accedióse al ficheru",
    "File copied" : "Copióse'l ficheru",
    "Tag assigned" : "Asignóse la etiqueta",
    "Someone" : "Daquień",
    "%s created %s" : "%s creó «%s»",
    "%s modified %s" : "%s modificó «%s»",
    "%s deleted %s" : "%s desanició «%s»",
    "%s accessed %s" : "%s accedió a «%s»",
    "%s renamed %s" : "%s renomó «%s»",
    "%s copied %s" : "%s copió «%s»",
    "%s assigned %s to %s" : "%s asignó «%s» a %s",
    "Operation #%s does not exist" : "La operación #%s nun esiste",
    "Entity %s does not exist" : "La entidá «%s» nun esiste",
    "Entity %s is invalid" : "La entidá «%s» ye inválida",
    "No events are chosen." : "Nun s'escoyó nengún eventu.",
    "Entity %s has no event %s" : "La entidá «%s» nun tien nengún eventu «%s»",
    "Operation %s does not exist" : "La operación «%s» nun esiste",
    "Operation %s is invalid" : "La operación «%s» ye inválida",
    "Invalid check provided" : "Fornióse una comprobación inválida",
    "Check %s does not exist" : "La comprobación «%s» nun esiste",
    "Check %s is invalid" : "La comprobación «%s» ye inválida",
    "Check %s is not allowed with this entity" : "La comprobación «%s» nun ta permitida con esta entidá",
    "Check #%s does not exist" : "La comprobación #%s nun esiste",
    "Check %s is invalid or does not exist" : "La comprobación «%s» ye inválida o nun esiste",
    "Flow" : "Fluxu",
    "Remove filter" : "Quitar la peñera",
    "Folder" : "Carpeta",
    "Images" : "Imáxenes",
    "Office documents" : "Documentos ofimáticos",
    "PDF documents" : "Documentos PDF",
    "Android client" : "Veceru p'Android",
    "iOS client" : "Veceru pa iOS",
    "Desktop client" : "Veceru pa ordenadores",
    "Select groups" : "Seleicionar grupos",
    "Groups" : "Grupos",
    "The configuration is invalid" : "La configuración ye inválida",
    "Active" : "Activa",
    "Save" : "Guardar",
    "and" : "y",
    "Cancel" : "Encaboxar",
    "Delete" : "Desaniciar",
    "Available flows" : "Fluxos disponibles",
    "No flows installed" : "Nun s'instaló nengún fluxu",
    "Ask your administrator to install new flows." : "Pidi a la alministración qu'instale fluxos nuevos.",
    "More flows" : "Más fluxos",
    "Show less" : "Amosar menos",
    "Show more" : "Amosar más",
    "Configured flows" : "Fluxos configuraos",
    "No flows configured" : "Nun se configuró nengún fluxu",
    "matches" : "concasa",
    "does not match" : "nun concasa",
    "is" : "ye",
    "is not" : "nun ye",
    "File name" : "Nome del ficheru",
    "between" : "ente"
},
"nplurals=2; plural=(n != 1);");