Blame view
sources/apps/files_trashbin/l10n/de_DE.php
507 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 4 |
"Couldn't delete %s permanently" => "Konnte %s nicht dauerhaft löschen", "Couldn't restore %s" => "Konnte %s nicht wiederherstellen", |
|
31b7f2792
|
5 6 |
"Error" => "Fehler", "restored" => "Wiederhergestellt", |
|
03e52840d
|
7 |
"Nothing in here. Your trash bin is empty!" => "Nichts zu löschen, Ihr Papierkorb ist leer!", |
|
31b7f2792
|
8 |
"Name" => "Name", |
|
03e52840d
|
9 |
"Restore" => "Wiederherstellen", |
|
31b7f2792
|
10 |
"Deleted" => "Gelöscht", |
|
03e52840d
|
11 |
"Delete" => "Löschen", |
|
31b7f2792
|
12 |
"Deleted Files" => "Gelöschte Dateien" |
|
03e52840d
|
13 |
); |
|
31b7f2792
|
14 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |