diff options
author | Friendika <info@friendika.com> | 2011-03-07 19:58:22 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-07 19:58:22 -0800 |
commit | 989b1b209e838232082f83841fb8f0324ebbae97 (patch) | |
tree | 24913721ce35fd4d47b6aef4a3a6cdb0889f2bb1 /view/de/strings.php | |
parent | fb481e0b2fb62deec1b86684d1bba98c8dbbc6ef (diff) | |
download | volse-hubzilla-989b1b209e838232082f83841fb8f0324ebbae97.tar.gz volse-hubzilla-989b1b209e838232082f83841fb8f0324ebbae97.tar.bz2 volse-hubzilla-989b1b209e838232082f83841fb8f0324ebbae97.zip |
one more template free from translation, allow for later item editing within jot.tpl
Diffstat (limited to 'view/de/strings.php')
-rw-r--r-- | view/de/strings.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/de/strings.php b/view/de/strings.php index 4d291d544..002749df9 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -263,6 +263,11 @@ $a->strings['Delete message'] = 'Nachricht löschen'; $a->strings['Send Reply'] = 'Antwort senden'; $a->strings['Normal View'] = 'Normale Ansicht'; $a->strings['New Item View'] = 'Neue Einträge'; +$a->strings['Share'] = 'Share'; +$a->strings['Insert YouTube video'] = 'YouTube Video einfügen'; +$a->strings['Set your location'] = 'Deinen Standort festlegen'; +$a->strings['Clear browser location'] = 'Browser Standort leeren'; +$a->strings['Permission settings'] = 'Berechtigungseinstellungen'; $a->strings['CC: email addresses'] = 'CC: EMail Addresse'; $a->strings['Example: bob@example.com, mary@example.com'] = 'Z.B.: bob@example.com, mary@example.com'; $a->strings['No such group'] = 'Es gibt keine solche Gruppe'; |