diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-07-29 02:06:29 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-07-29 02:06:29 +0200 |
commit | 18f6552a086a94fd0dda5e7a47755c4560b15755 (patch) | |
tree | 361960d38f406c54a4560eae1a2fa9f8fdd5f871 /lib/l10n/de.php | |
parent | 7ff04be091ce7c75a749feba1ab184869c915e63 (diff) | |
download | nextcloud-server-18f6552a086a94fd0dda5e7a47755c4560b15755.tar.gz nextcloud-server-18f6552a086a94fd0dda5e7a47755c4560b15755.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/de.php')
-rw-r--r-- | lib/l10n/de.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/l10n/de.php b/lib/l10n/de.php new file mode 100644 index 00000000000..19746ba028d --- /dev/null +++ b/lib/l10n/de.php @@ -0,0 +1,7 @@ +<?php $TRANSLATIONS = array( +"Help" => "Hilfe", +"Personal" => "Persönlich", +"Settings" => "Einstellungen", +"Users" => "Benutzer", +"Apps" => "Apps" +); |