diff options
Diffstat (limited to 'apps/settings/l10n/de.js')
-rw-r--r-- | apps/settings/l10n/de.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js index d19e60405f4..a9a8926b282 100644 --- a/apps/settings/l10n/de.js +++ b/apps/settings/l10n/de.js @@ -168,7 +168,7 @@ OC.L10N.register( "PHP getenv" : "PHP getenv", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP scheint zur Abfrage von Systemumgebungsvariablen nicht richtig eingerichtet zu sein. Der Test mit getenv(\"PATH\") liefert nur eine leere Antwort zurück.", "PHP memory limit" : "PHP-Speicherlimit", - "The PHP memory limit is below the recommended value of %s." : "Das PHP-Speicherllmit liegt unterhalb des empfohlenen Wertes von %s.", + "The PHP memory limit is below the recommended value of %s." : "Die PHP-Speichergrenze liegt unterhalb des empfohlenen Wertes von %s.", "PHP modules" : "PHP-Module", "This instance is missing some required PHP modules. It is required to install them: %s." : "Dieser Instanz fehlen einige erforderliche PHP-Module. Folgende Module müssen installiert sein:%s .", "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "Das PHP-OPcache-Modul ist nicht geladen. Für eine bessere Leistung empfiehlt es sich, das Modul in deiner PHP-Installation zu laden.", @@ -486,6 +486,7 @@ OC.L10N.register( "Show language" : "Sprache anzeigen", "Show storage path" : "Zeige Speicherpfad", "Show last login" : "Letzte Anmeldung anzeigen", + "Sorting" : "Sortiere", "Send email" : "E-Mail senden", "Defaults" : "Standardeinstellungen", "Default quota" : "Standardkontingent", |