Update translations.php

This commit is contained in:
Steffen Schultz 2017-01-03 17:34:55 +01:00 committed by GitHub
parent d6d9368ab3
commit c8575a94cf
1 changed files with 32 additions and 32 deletions

View File

@ -219,36 +219,36 @@ return array(
// 'Last Login' => '',
'Search' => 'Suchen',
'There are no results for your search' => 'Deine Suche lieferte keine Ergebnisse',
// 'Send bookmarks to Wallabag' => '',
// 'Wallabag username' => '',
// 'Wallabag password' => '',
// 'An error occurred during the last check: "%s".' => '',
// 'User Profile' => '',
// 'Users' => '',
// 'New User' => '',
// 'New user created successfully.' => '',
// 'Unable to create this user.' => '',
// 'Edit User' => '',
// 'User modified successfully.' => '',
// 'Unable to edit this user.' => '',
// 'Remove User' => '',
// 'Not allowed to fetch feed.' => '',
// 'Unable to save this subscription in the database.' => '',
// 'Titles' => '',
// 'profile' => '',
// 'users' => '',
// 'Cronjob URL' => '',
// 'Do you really want to remove this user: "%s"?' => '',
// 'Administrator' => '',
// '%e %B %Y %k:%M' => '',
// 'Wallabag' => '',
// 'Wallabag API URL' => '',
// 'Wallabag Client ID' => '',
// 'Wallabag Client Secret' => '',
// 'Action' => '',
// 'Yes' => '',
// 'No' => '',
// 'Edit' => '',
// 'The user id required' => '',
// 'The username must be unique' => '',
'Send bookmarks to Wallabag' => 'Lesezeichen an Wallabag senden',
'Wallabag username' => 'Wallabag-Benutzername',
'Wallabag password' => 'Wallabag-Passwort',
'An error occurred during the last check: "%s".' => 'Während der letzten prüfung ist ein Fehler aufgetreten: "%s"',
'User Profile' => 'Benutzerprofil',
'Users' => 'Benutzer',
'New User' => 'Neuer Benutzer',
'New user created successfully.' => 'Neuen Benutzer erfolgreich erstellt.',
'Unable to create this user.' => 'Dieser Benutzer kann nicht erstellt werden.',
'Edit User' => 'Benutzer bearbeiten',
'User modified successfully.' => 'Benutzer erfolgreich geändert.',
'Unable to edit this user.' => 'Dieser Benutzer kann nicht bearbeitet werden.',
'Remove User' => 'Benutzer entfernen',
'Not allowed to fetch feed.' => 'Holen des Feeds nicht erlaubt.',
'Unable to save this subscription in the database.' => 'Dieses Abonnement kann nicht in der Datenbank gespeichert werden.',
'Titles' => 'Titel',
'profile' => 'Profil',
'users' => 'Benutzer',
'Cronjob URL' => 'Cronjob-URL',
'Do you really want to remove this user: "%s"?' => 'Möchtest du den Benutzer "%s" wirklich entfernen?',
'Administrator' => 'Administrator',
'%e %B %Y %k:%M' => '%e %B %Y %k:%M',
'Wallabag' => 'Wallabag',
'Wallabag API URL' => 'Wallabag-API-URL',
'Wallabag Client ID' => 'Wallabag-Client-ID',
'Wallabag Client Secret' => 'Wallabag-Client-Secret',
'Action' => 'Aktion',
'Yes' => 'Ja',
'No' => 'Nein',
'Edit' => 'Bearbeiten',
'The user id required' => 'Die Benutzer-ID wird benötigt',
'The username must be unique' => 'Der Benutzername muss einmalig sein',
);