зеркало из https://github.com/nextcloud/activity.git
9 строки
421 B
PHP
9 строки
421 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Activity" => "Aktivität",
|
|
"No more activities to load." => "Keine weiteren Aktivitäten zum Laden.",
|
|
"Loading older activities" => "Lade ältere Aktivitäten",
|
|
"RSS feed" => "RSS-Feed",
|
|
"No activities yet." => "Bisher keine Aktivitäten.",
|
|
"You will see a list of events here when you start to use your %s." => "Du wirst hier eine Liste von Ereignissen sehen, sobald Du deine %s nutzt."
|
|
);
|