Skip to content

Commit 2c37b58

Browse files
committed
[UI][i18n] Extracted missing translations for ibexa_repository_exceptions domain
1 parent b224f8c commit 2c37b58

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2">
3+
<file source-language="en" target-language="en" datatype="plaintext" original="not.available">
4+
<header>
5+
<tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/>
6+
<note>The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.</note>
7+
</header>
8+
<body>
9+
<trans-unit id="726a8ce42306cda8f57496e18fc6573e3862f733" resname="EnablePagination is not a boolean">
10+
<source>EnablePagination is not a boolean</source>
11+
<target state="new">EnablePagination is not a boolean</target>
12+
<note>key: EnablePagination is not a boolean</note>
13+
</trans-unit>
14+
<trans-unit id="1f11aa1725d4aa134e66f6851c94699f4bb56709" resname="ItemsPerPage is not an integer">
15+
<source>ItemsPerPage is not an integer</source>
16+
<target state="new">ItemsPerPage is not an integer</target>
17+
<note>key: ItemsPerPage is not an integer</note>
18+
</trans-unit>
19+
<trans-unit id="dffaa194650dd1d72e5ec0056218716f9e0c80ff" resname="Parameters is not a valid YAML string">
20+
<source>Parameters is not a valid YAML string</source>
21+
<target state="new">Parameters is not a valid YAML string</target>
22+
<note>key: Parameters is not a valid YAML string</note>
23+
</trans-unit>
24+
<trans-unit id="0cc105a5573b8c33c95c0d66497ed16b767b92ab" resname="The selected query type does not exist">
25+
<source>The selected query type does not exist</source>
26+
<target state="new">The selected query type does not exist</target>
27+
<note>key: The selected query type does not exist</note>
28+
</trans-unit>
29+
<trans-unit id="7ebbf8332b91286f9a35c61e3054747e96c37fc4" resname="The selected returned type could not be loaded">
30+
<source>The selected returned type could not be loaded</source>
31+
<target state="new">The selected returned type could not be loaded</target>
32+
<note>key: The selected returned type could not be loaded</note>
33+
</trans-unit>
34+
</body>
35+
</file>
36+
</xliff>

0 commit comments

Comments
 (0)