aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-01-19 16:27:28 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-01-19 16:27:28 +0100
commitba9e85261b75d543b6719bfd7f4115bdac183c54 (patch)
tree004d0f81f996583bef114df1aae8db559a5e92d9 /view
parent387e1aefbc4b14386aa76ca5492923528359f56b (diff)
downloadvolse-hubzilla-ba9e85261b75d543b6719bfd7f4115bdac183c54.tar.gz
volse-hubzilla-ba9e85261b75d543b6719bfd7f4115bdac183c54.tar.bz2
volse-hubzilla-ba9e85261b75d543b6719bfd7f4115bdac183c54.zip
german translation of jot-header.tpl
Diffstat (limited to 'view')
-rw-r--r--view/de/jot-header.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/de/jot-header.tpl b/view/de/jot-header.tpl
index b687f65a6..508715dca 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);
}