diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-02-06 15:26:04 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-02-06 15:26:04 -0500 |
commit | 988027fdcaed92a01770eb458452071f756e0d1a (patch) | |
tree | f0003cb600c605e60326d95b55fbf56fac1037ea /settings/l10n/de.js | |
parent | 492fadd30240d7d896781986f8b8c10c79314273 (diff) | |
download | nextcloud-server-988027fdcaed92a01770eb458452071f756e0d1a.tar.gz nextcloud-server-988027fdcaed92a01770eb458452071f756e0d1a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/de.js')
-rw-r--r-- | settings/l10n/de.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/settings/l10n/de.js b/settings/l10n/de.js index fc202c09eb5..b9fa4d575e3 100644 --- a/settings/l10n/de.js +++ b/settings/l10n/de.js @@ -115,6 +115,9 @@ OC.L10N.register( "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP ist offenbar so konfiguriert, dass PHPDoc-Blöcke in der Anweisung entfernt werden. Dadurch sind mehrere Kern-Apps nicht erreichbar.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dies wird wahrscheinlich durch Zwischenspeicher/Beschleuniger wie z.B. OPcache oder eAccelerator verursacht.", "Database Performance Info" : "Info zur Datenbankperformance", + "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite wird als Datenbank verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Insbesondere bei der Nutzung des Desktop Clients zur Dateisynchronisierung wird vom Einsatz von SQLite abgeraten.", + "To migrate to another database use the command line tool: 'occ db:convert-type'" : "Um zu einer anderen Datenbank zu migrieren, benutzen Sie bitte die Kommandozeile: „occ db:convert-type“", "Microsoft Windows Platform" : "Microsoft Windows-Plattform", "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Dein Server wird mit Microsoft Windows betrieben. Für ein optimales Nutzungserlebnis empfehlen wir dringend Linux.", "Module 'fileinfo' missing" : "Modul 'fileinfo' fehlt ", |