summaryrefslogtreecommitdiffstats
path: root/lib/l10n/de_DE.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-03-01 01:12:11 +0000
committerNextcloud bot <bot@nextcloud.com>2018-03-01 01:12:11 +0000
commita7fb9ff8daf74e7d03097244c252b9625707c0a7 (patch)
tree70be1f36160fe93edb0b54508b5c4c46bd9aa340 /lib/l10n/de_DE.js
parentfb322322fca2acc3bc66a5ba070d1cf2b8ef8619 (diff)
downloadnextcloud-server-a7fb9ff8daf74e7d03097244c252b9625707c0a7.tar.gz
nextcloud-server-a7fb9ff8daf74e7d03097244c252b9625707c0a7.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/de_DE.js')
-rw-r--r--lib/l10n/de_DE.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js
index 09e5cff16a2..ae456e130ae 100644
--- a/lib/l10n/de_DE.js
+++ b/lib/l10n/de_DE.js
@@ -67,6 +67,10 @@ OC.L10N.register(
"Unknown user" : "Unbekannter Benutzer",
"APCu" : "APCu",
"Redis" : "Redis",
+ "Create" : "Erstellen",
+ "Change" : "Ändern",
+ "Delete" : "Löschen",
+ "Share" : "Teilen",
"Basic settings" : "Grundeinstellungen",
"Sharing" : "Teilen",
"Security" : "Sicherheit",
0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<?php
/**
 * @copyright Copyright (c) 2016, ownCloud, Inc.
 *
 * @author Christopher Schäpers <kondou@ts.unde.re>
 * @author Morris Jobke <hey@morrisjobke.de>
 *
 * @license AGPL-3.0
 *
 * This code is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License, version 3,
 * as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License, version 3,
 * along with this program. If not, see <http://www.gnu.org/licenses/>
 *
 */

namespace OC;

class NotSquareException extends \Exception {
}