X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fde%2Fjot-header.tpl;h=508715dca62b0ac492bdec0eebe29e2bb076e59b;hb=e8897d40795bb771e1ac29264943dd70d371c404;hp=b687f65a69d70ee8512df188185f33c3021e22fc;hpb=a118f83ee23d9151157500737022db018e922a9f;p=friendica.git diff --git a/view/de/jot-header.tpl b/view/de/jot-header.tpl index b687f65a69..508715dca6 100644 --- a/view/de/jot-header.tpl +++ b/view/de/jot-header.tpl @@ -77,7 +77,7 @@ tinyMCE.init({ }); function jotGetLink() { - reply = prompt("Please enter a link URL:"); + reply = prompt("Bitte URL des Links angeben:"); if(reply && reply.length) { $('#profile-rotator').show(); $.get('parse_url?url=' + reply, function(data) { @@ -88,14 +88,14 @@ tinyMCE.init({ } function jotGetVideo() { - reply = prompt("Please enter a YouTube link:"); + reply = prompt("Bitte den YouTube Link angeben:"); if(reply && reply.length) { tinyMCE.execCommand('mceInsertRawHTML',false,'[youtube]' + reply + '[/youtube]'); } } function jotGetLocation() { - reply = prompt("Where are you right now?", $('#jot-location').val()); + reply = prompt("Wo bist du im Moment?", $('#jot-location').val()); if(reply && reply.length) { $('#jot-location').val(reply); }