Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_vimeo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_vimeo
Commits
e7d2fc13
Commit
e7d2fc13
authored
2 years ago
by
Kevin von Spiczak
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into feature_maxDescMaxTitleChars
parents
e755362a
f6cce9fd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!4
[WIP] add 2 new fields to control maxTitleChars & maxDescChars
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Resources/Private/Language/de.locallang.xlf
+0
-8
0 additions, 8 deletions
Resources/Private/Language/de.locallang.xlf
Resources/Private/Language/locallang.xlf
+2
-8
2 additions, 8 deletions
Resources/Private/Language/locallang.xlf
with
2 additions
and
16 deletions
Resources/Private/Language/de.locallang.xlf
+
0
−
8
View file @
e7d2fc13
...
...
@@ -157,14 +157,6 @@
<source>
<![CDATA[See https://vimeo.zendesk.com/hc/en-us/articles/360001494447-Player-parameters-overview]]>
</source>
<target>
<![CDATA[Siehe https://vimeo.zendesk.com/hc/de/articles/360001494447-Verwendung-von-Player-Parametern]]>
</target>
</trans-unit>
<trans-unit
id=
"flexform.maxTitleChars"
approved=
"yes"
>
<source>
<![CDATA[Maximum number of characters before the title is cropped]]>
</source>
<target>
<![CDATA[Maximale Anzahl an Zeichen, bevor der Titel abgeschnitten wird]]>
</target>
</trans-unit>
<trans-unit
id=
"flexform.maxDescriptionChars"
approved=
"yes"
>
<source>
<![CDATA[Maximum number of characters before the description is cropped]]>
</source>
<target>
<![CDATA[Maximale Anzahl an Zeichen, bevor die Beschreibung abgeschnitten wird]]>
</target>
</trans-unit>
</body>
</file>
</xliff>
This diff is collapsed.
Click to expand it.
Resources/Private/Language/locallang.xlf
+
2
−
8
View file @
e7d2fc13
...
...
@@ -104,12 +104,6 @@
<trans-unit
id=
"vimeoPluginTitle"
>
<source>
<![CDATA[Vimeo]]>
</source>
</trans-unit>
<trans-unit
id=
"flexform.maxTitleChars"
>
<source>
<![CDATA[Title: Character Limit (respects word-break)]]>
</source>
</trans-unit>
<trans-unit
id=
"flexform.maxDescriptionChars"
>
<source>
<![CDATA[Description: Character Limit (respects word-break)]]>
</source>
</trans-unit>
<trans-unit
id=
"flexform.urlParameters"
>
<source>
<![CDATA[Additional URL parameters (only without Lightbox)]]>
</source>
</trans-unit>
...
...
@@ -117,10 +111,10 @@
<source>
<![CDATA[See https://vimeo.zendesk.com/hc/en-us/articles/360001494447-Player-parameters-overview]]>
</source>
</trans-unit>
<trans-unit
id=
"flexform.maxTitleChars"
>
<source>
<![CDATA[
Maximum amount of characters allowed, before the title is cropped
]]>
</source>
<source>
<![CDATA[
Title: Character Limit (respects word-break)
]]>
</source>
</trans-unit>
<trans-unit
id=
"flexform.maxDescriptionChars"
>
<source>
<![CDATA[
Maximum amount of characters allowed, before the description is cropped
]]>
</source>
<source>
<![CDATA[
Description: Character Limit (respects word-break)
]]>
</source>
</trans-unit>
</body>
</file>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment