X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fde%2Fjot-header.tpl;h=41abdf0f3657969958e759bee4080bbc4ff8bc15;hb=3f973445609d604154a687b50a29a753826b7a5e;hp=b687f65a69d70ee8512df188185f33c3021e22fc;hpb=a118f83ee23d9151157500737022db018e922a9f;p=friendica.git diff --git a/view/de/jot-header.tpl b/view/de/jot-header.tpl index b687f65a69..41abdf0f36 100644 --- a/view/de/jot-header.tpl +++ b/view/de/jot-header.tpl @@ -2,17 +2,20 @@ @@ -77,7 +85,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 +96,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); }