additional_plugins/serendipity_plugin_currently/lang_de.inc.php
2011-12-13 12:29:05 +01:00

29 lines
1.8 KiB
PHP

<?php
@define('PLUGIN_CURRENTLY_NAME', 'Im Moment ...');
@define('PLUGIN_CURRENTLY_LISTENING', 'Höre ich:');
@define('PLUGIN_CURRENTLY_LISTENING_BAND', ' Ich höre (Band):');
@define('PLUGIN_CURRENTLY_LISTENING_BAND_DETAILS', 'Welche Band hörst du grade?');
@define('PLUGIN_CURRENTLY_LISTENING_ALBUM', 'Ich höre (Album):');
@define('PLUGIN_CURRENTLY_LISTENING_ALBUM_DETAILS', 'Welches Album?');
@define('PLUGIN_CURRENTLY_LISTENING_TRACK', 'Ich höre (Track):');
@define('PLUGIN_CURRENTLY_LISTENING_TRACK_DETAILS', 'Welchen Track?');
@define('PLUGIN_CURRENTLY_READING', 'Lese ich:');
@define('PLUGIN_CURRENTLY_READING_DETAILS', 'Was liest du grade?');
@define('PLUGIN_CURRENTLY_PLAYING', 'Spiele ich:');
@define('PLUGIN_CURRENTLY_PLAYING_DETAILS', 'Welches Spiel spielst du grade?');
@define('PLUGIN_CURRENTLY_WATCHING', 'Schaue ich:');
@define('PLUGIN_CURRENTLY_WATCHING_DETAILS', 'Welchen Film oder welche TV Serie siehst du dir grade an?');
@define('PLUGIN_CURRENTLY_LOCALE','Region von Amazon');
@define('PLUGIN_CURRENTLY_LOCALE_DETAILS','Region von Amazon');
@define('PLUGIN_CURRENTLY_AMAZON_DETAILS','<br/><p><strong>Enter your amazon.com associates information below, or leave blank for defaults. Associate information is available from the <a href="http://aws.amazon.com">Amazon Web Services</a> website.</strong></p><br/>');
@define('PLUGIN_CURRENTLY_AMAZON_TAG','Amazon Associates Tag');
@define('PLUGIN_CURRENTLY_AMAZON_TAG_DETAILS','Your Amazon Associates Tag');
@define('PLUGIN_CURRENTLY_AMAZON_ID','Amazon Access Key ID');
@define('PLUGIN_CURRENTLY_AMAZON_ID_DETAILS','Your Amazon Access Key ID');
@define('PLUGIN_CURRENTLY_AMAZON_KEY','Amazon Secret Access Key');
@define('PLUGIN_CURRENTLY_AMAZON_KEY_DETAILS','Your Amazon Secret Access Key');
?>