Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Aayush
purr-data
Commits
389f8097
Commit
389f8097
authored
Dec 05, 2016
by
Albert Gräf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing translations.
parent
ac2d1922
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
8 deletions
+17
-8
pd/nw/locales/de/translation.json
pd/nw/locales/de/translation.json
+5
-1
pd/nw/locales/en/translation.json
pd/nw/locales/en/translation.json
+5
-1
pd/nw/pd_canvas.html
pd/nw/pd_canvas.html
+7
-6
No files found.
pd/nw/locales/de/translation.json
View file @
389f8097
...
...
@@ -262,6 +262,7 @@
"canvas"
:
{
"paste_clipboard_prompt"
:
"Warnung: Sie sind dabei, Pd-Code einzufügen, der außerhalb von Pd erstellt wurde. Möchten Sie fortfahren?"
,
"save_dialog"
:
{
"prompt"
:
"Speichern der Änderungen in"
,
"yes"
:
"Ja"
,
"yes_tt"
:
"Speichern der Änderungen in einer Datei vor dem Schließen des Patches"
,
"no"
:
"Nein"
,
...
...
@@ -270,7 +271,10 @@
"cancel_tt"
:
"Kein Speichern der Änderungen und kein Schließen des Patches"
},
"find"
:
{
"placeholder"
:
"Suche im Patch"
"placeholder"
:
"Suche im Patch"
,
"search"
:
"Suche"
,
"search_tt"
:
"Das nächste Vorkommen suchen"
,
"whole_word"
:
"Ganze Wörter"
},
"menu"
:
{
"props"
:
"Einstellungen"
,
...
...
pd/nw/locales/en/translation.json
View file @
389f8097
...
...
@@ -262,6 +262,7 @@
"canvas"
:
{
"paste_clipboard_prompt"
:
"Warning: you are about to paste Pd code that came from somewhere outside of Pd. Do you want to continue?"
,
"save_dialog"
:
{
"prompt"
:
"Do you want to save the changes you made in"
,
"yes"
:
"Yes"
,
"yes_tt"
:
"Write the changes to file before closing the patch"
,
"no"
:
"No"
,
...
...
@@ -270,7 +271,10 @@
"cancel_tt"
:
"Don't save any changes, and don't close the patch"
},
"find"
:
{
"placeholder"
:
"Search in Canvas"
"placeholder"
:
"Search in Canvas"
,
"search"
:
"Search"
,
"search_tt"
:
"Find next occurrence"
,
"whole_word"
:
"Match Whole Word"
},
"menu"
:
{
"props"
:
"Properties"
,
...
...
pd/nw/pd_canvas.html
View file @
389f8097
...
...
@@ -31,19 +31,20 @@
defaultValue=
"Search in Canvas"
style=
"width:10em"
/>
</label>
<label>
Match W
hole
W
ord
<label>
<span
data-i18n=
"canvas.find.w
hole
_w
ord
"
></span>
<input
type=
"checkbox"
id=
"canvas_find_whole_word"
name=
"canvas_find_whole_word"
onchange=
"canvas_find_whole_word(this);"
/>
</label>
<input
type=
"button"
id=
"canvas_find_button"
name=
"canvas_find_button"
value=
"Search"
/>
<button
type=
"button"
id=
"canvas_find_button"
data-i18n=
"[title]canvas.find.search_tt"
>
<span
data-i18n=
"canvas.find.search"
></span>
</button>
</div>
<dialog
id=
"save_before_quit"
>
<h4>
Do you want to save the changes you made in
<h4>
<span
data-i18n=
"canvas.save_dialog.prompt"
></span>
<span
id=
"save_before_quit_filename"
></span>
?
</h4>
<div
class=
"submit_buttons"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment