Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Fix translation name: InlineBezierCurveEditor -> InlineTimingFunctionEditor #5644

Merged
merged 1 commit into from
Oct 23, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.timing-function-editor .coordinate-plane:after {
content: '{{INLINE_BEZIER_EDITOR_TIME}}';
content: '{{INLINE_TIMING_EDITOR_TIME}}';
}

.timing-function-editor .coordinate-plane:hover:before {
content: '{{INLINE_BEZIER_EDITOR_PROGRESSION}} (' attr(data-progression) '%)';
content: '{{INLINE_TIMING_EDITOR_PROGRESSION}} (' attr(data-progression) '%)';
}

.timing-function-editor .coordinate-plane:before {
content: '{{INLINE_BEZIER_EDITOR_PROGRESSION}}';
content: '{{INLINE_TIMING_EDITOR_PROGRESSION}}';
}

.timing-function-editor .coordinate-plane:hover:after {
content: '{{INLINE_BEZIER_EDITOR_TIME}} (' attr(data-time) '%)';
content: '{{INLINE_TIMING_EDITOR_TIME}} (' attr(data-time) '%)';
}
6 changes: 3 additions & 3 deletions src/nls/de/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,9 @@ define({
"LOCALE_ZH_CN" : "Chinesisch, vereinfacht",
"LOCALE_HU" : "Ungarisch",

// extensions/default/InlineBezierCurveEditor
"INLINE_BEZIER_EDITOR_TIME" : "Zeit",
"INLINE_BEZIER_EDITOR_PROGRESSION" : "Verlauf",
// extensions/default/InlineTimingFunctionEditor
"INLINE_TIMING_EDITOR_TIME" : "Zeit",
"INLINE_TIMING_EDITOR_PROGRESSION" : "Verlauf",

// extensions/default/InlineColorEditor
"COLOR_EDITOR_CURRENT_COLOR_SWATCH_TIP" : "Aktuelle Farbe",
Expand Down
6 changes: 3 additions & 3 deletions src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,9 +463,9 @@ define({
"LOCALE_ZH_CN" : "Chinese, simplified",
"LOCALE_HU" : "Hungarian",

// extensions/default/InlineBezierCurveEditor
"INLINE_BEZIER_EDITOR_TIME" : "Time",
"INLINE_BEZIER_EDITOR_PROGRESSION" : "Progression",
// extensions/default/InlineTimingFunctionEditor
"INLINE_TIMING_EDITOR_TIME" : "Time",
"INLINE_TIMING_EDITOR_PROGRESSION" : "Progression",

// extensions/default/InlineColorEditor
"COLOR_EDITOR_CURRENT_COLOR_SWATCH_TIP" : "Current Color",
Expand Down