diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-03-09 01:12:12 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-03-09 01:12:12 +0000 |
commit | a20e9d7891a1ba0e16ddc373cdb4e9c89e8afd25 (patch) | |
tree | e844f83a08090cedc7358c4ac33fc4a3a7fd75bc /apps/updatenotification/l10n/de_DE.js | |
parent | 1329061d31069fd4dd4bad9a69c4c595230b847a (diff) | |
download | nextcloud-server-a20e9d7891a1ba0e16ddc373cdb4e9c89e8afd25.tar.gz nextcloud-server-a20e9d7891a1ba0e16ddc373cdb4e9c89e8afd25.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/updatenotification/l10n/de_DE.js')
-rw-r--r-- | apps/updatenotification/l10n/de_DE.js | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/apps/updatenotification/l10n/de_DE.js b/apps/updatenotification/l10n/de_DE.js index 303c5bb7e70..0644b3c46d1 100644 --- a/apps/updatenotification/l10n/de_DE.js +++ b/apps/updatenotification/l10n/de_DE.js @@ -2,6 +2,9 @@ OC.L10N.register( "updatenotification", { "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierung.", + "Apps missing updates" : "Für diese Apps fehlen Aktualisierungen", + "Apps with available updates" : "Für diese Apps gibt es Aktualisierungen", + "Open updater" : "Updater öffnen", "Your version is up to date." : "Ihre Version ist aktuell.", "A non-default update server is in use to be checked for updates:" : "Es wird ein Nicht-Standard-Aktualisierungsserver zum Prüfen auf Aktualisierungen verwendet:", "Update channel:" : "Update-Kanal:", @@ -10,8 +13,13 @@ OC.L10N.register( "Notify members of the following groups about available updates:" : "Informieren Sie die Mitglieder der folgenden Gruppen über verfügbare Updates:", "Only notification for app updates are available." : "Benachrichtigungen sind nur für Aktualisierungen von Apps verfügbar.", "The selected update channel does not support updates of the server." : "Der gewählte Aktualisierungskanal unterstützt keine Aktualisierungen für Server.", - "A new version is available: {newVersionString}" : "Eine neue Version ist verfügbar: {newVersionString}", + "A new version is available: <strong>{newVersionString}</strong>" : "Eine neue Version ist verfügbar: <strong>{newVersionString}</strong>", "Checked on {lastCheckedDate}" : "Geprüft am {lastCheckedDate}", + "Checking apps for compatible updates" : "Es werden alle Apps auf kompatible Aktualisierungen geprüft", + "Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Bitte stellen Sie sicher, dass in der \"config.php\"-Datei die Variable <samp>appstoreenabled</samp>nicht auf \"false\" steht.", + "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Die Verbindung zum Appstore konnte nicht aufgebaut werden oder der Appstore hat keine Apps zurück geliefert. Suchen Sie selbst nach den Updates oder stellen Sie sicher, dass ihr Server Zugriff auf das Internet hat und eine Verbindung zum Appstore aufbauen kann. ", + "<strong>All</strong> apps have an update for this version available" : "Für <strong>alle</strong> Apps steht eine Aktualisierung zur Verfügung", + "_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["Für <strong>%n</strong> App steht keine Aktualisierung für diese Version zur Verfügung","Für <strong>%n</strong> Apps stehen keine Aktualisierungen für diese Version zur Verfügung"], "Could not start updater, please try the manual update" : "Der Updater konnte nicht gestartet werden, bitte versuchen Sie ein manuelles Update", "Update notifications" : "Update-Benachrichtigungen", "Channel updated" : "Kanal aktualisiert", @@ -22,7 +30,6 @@ OC.L10N.register( "Update for {app} to version %s is available." : "Eine Aktualisierung für {app} auf Version %s ist verfügbar.", "Update notification" : "Aktualisierungs-Benachrichtigung", "A new version is available: %s" : "Eine neue Version ist verfügbar: %s", - "Open updater" : "Updater öffnen", "Download now" : "Jetzt herunterladen", "Checked on %s" : "Überprüft am %s", "The selected update channel makes dedicated notifications for the server obsolete." : "Der gewählte Aktualisierungskanal macht dedizierte Benachrichtigungen für Server Aktualisierungen obsolet.", |