]> git.mxchange.org Git - friendica.git/commitdiff
german translation of jot-header.tpl
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 19 Jan 2011 15:27:28 +0000 (16:27 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 19 Jan 2011 15:27:28 +0000 (16:27 +0100)
view/de/jot-header.tpl

index b687f65a69d70ee8512df188185f33c3021e22fc..508715dca62b0ac492bdec0eebe29e2bb076e59b 100644 (file)
@@ -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);
                }