Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
EZP-26517: Added translatable strings
Browse files Browse the repository at this point in the history
  • Loading branch information
dpobel committed Jan 24, 2017
1 parent c4c3a1c commit 6f2b2a4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Resources/translations/onlineeditor.en.xlf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2">
<file date="2017-01-16T17:21:29Z" source-language="en" target-language="en" datatype="plaintext" original="not.available">
<file date="2017-01-24T15:49:56Z" source-language="en" target-language="en" datatype="plaintext" original="not.available">
<header>
<tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/>
<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>
Expand Down Expand Up @@ -168,6 +168,12 @@
<jms:reference-file>./Resources/public/js/alloyeditor/buttons/embed.js</jms:reference-file>
<jms:reference-file>./Resources/public/js/alloyeditor/buttons/embedhref.js</jms:reference-file>
</trans-unit>
<trans-unit id="222b96ae048010b9610bf0bbe6cf6569b79c2a26" resname="select.a.content.to.link.to">
<source>Select a Content item to link</source>
<target>Select a Content item to link</target>
<note>key: select.a.content.to.link.to</note>
<jms:reference-file>./Resources/public/js/alloyeditor/buttons/linkedit.js</jms:reference-file>
</trans-unit>
<trans-unit id="180522f369f637cf58b08e8526b86bf4fe9f6e96" resname="select.an.image.to.embed">
<source>Select an image to embed</source>
<target>Select an image to embed</target>
Expand All @@ -187,6 +193,12 @@
<note>key: select.another.image</note>
<jms:reference-file>./Resources/public/js/alloyeditor/buttons/imagehref.js</jms:reference-file>
</trans-unit>
<trans-unit id="391b814dc27a7b6065e56676a1d6a3fc17bb7b95" resname="select.content">
<source>Select content</source>
<target>Select content</target>
<note>key: select.content</note>
<jms:reference-file>./Resources/public/js/alloyeditor/buttons/linkedit.js</jms:reference-file>
</trans-unit>
<trans-unit id="3c6de1b7dd91465d437ef415f94f36afc1fbc8a8" resname="title">
<source>Title</source>
<target>Title</target>
Expand Down

0 comments on commit 6f2b2a4

Please # to comment.