aboutsummaryrefslogtreecommitdiffstats
path: root/view/de
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-08 18:53:52 -0800
committerFriendika <info@friendika.com>2011-03-08 18:53:52 -0800
commit0de88eb6b0e5ceab470240a54414317884a49101 (patch)
tree1771d6e52ecf64a96aecf2ccf5ce1b06259abfde /view/de
parentea59e199d5609f4d196ecced569a8e267c2e27d5 (diff)
downloadvolse-hubzilla-0de88eb6b0e5ceab470240a54414317884a49101.tar.gz
volse-hubzilla-0de88eb6b0e5ceab470240a54414317884a49101.tar.bz2
volse-hubzilla-0de88eb6b0e5ceab470240a54414317884a49101.zip
yet another template converted to language neutral format
Diffstat (limited to 'view/de')
-rw-r--r--view/de/like.tpl5
-rw-r--r--view/de/strings.php2
2 files changed, 2 insertions, 5 deletions
diff --git a/view/de/like.tpl b/view/de/like.tpl
deleted file mode 100644
index 2f778851a..000000000
--- a/view/de/like.tpl
+++ /dev/null
@@ -1,5 +0,0 @@
-<div class="wall-item-like-buttons" id="wall-item-like-buttons-$id">
- <img src="images/like.gif" alt="Ich mag das" title="Ich mag das [toggle]" onclick="dolike($id,'like');" />
- <img src="images/dislike.gif" alt="Ich mag das nicht" title="Ich mag das nicht [toggle]" onclick="dolike($id,'dislike');" />
- <img id="like-rotator-$id" class="like-rotator" src="images/rotator.gif" alt="Bitte warten" title="Bitte warten" style="display: none;" />
- </div>
diff --git a/view/de/strings.php b/view/de/strings.php
index 002749df9..b45ddee69 100644
--- a/view/de/strings.php
+++ b/view/de/strings.php
@@ -173,6 +173,8 @@ $a->strings['Submit Request'] = 'Anfrage abschicken';
$a->strings['Cancel'] = 'Abbrechen';
$a->strings['Global Directory'] = 'Weltweites Verzeichnis';
$a->strings['Private Message'] = 'Private Nachricht';
+$a->strings["I like this \x28toggle\x29"] = "Ich mag das \x28toggle\x29";
+$a->strings["I don't like this \x28toggle\x29"] = "Ich mag das nicht \x28toggle\x29";
$a->strings['This is you'] = 'Das bist du';
$a->strings['View $name\'s profile'] = 'Betrachte das Profil von $name';
$a->strings['View $owner_name\'s profile'] = 'Betrachte das Profil von $owner_name';