Drupal.locale = { 'pluralFormula': function($n) { return Number(($n!=1)); }, 'strings': { "Select all rows in this table": "Alle Zeilen dieser Tabelle auswählen", "Split summary at cursor": "Zusammenfassung am Cursor trennen", "An HTTP error @status occurred. \\n@uri": "Ein HTTP-Fehler @status ist aufgetreten.\\n@uri", "Drag to re-order": "Anfassen und ziehen zum Umsortieren", "An error occurred. \\n@uri\\n(no information available).": "Ein Fehler ist aufgetreten.\\n@uri\\n(keine weiteren Informationen verfügbar).", "An error occurred. \\n@uri\\n@text": "Ein Fehler ist aufgetreten.\\n@uri\\n@text" } };