diff options
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/l10n/ast.php | 4 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/km.php | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/apps/files_trashbin/l10n/ast.php b/apps/files_trashbin/l10n/ast.php index 688e1ce3d8f..6721e146e77 100644 --- a/apps/files_trashbin/l10n/ast.php +++ b/apps/files_trashbin/l10n/ast.php @@ -2,11 +2,13 @@ $TRANSLATIONS = array( "Couldn't delete %s permanently" => "Nun pudo desaniciase %s dafechu", "Couldn't restore %s" => "Nun pudo restaurase %s", +"Deleted files" => "Ficheros desaniciaos", "Error" => "Fallu", +"Restore" => "Restaurar", "Deleted Files" => "Ficheros desaniciaos", +"restored" => "recuperóse", "Nothing in here. Your trash bin is empty!" => "Nun hai un res equí. La papelera ta balera!", "Name" => "Nome", -"Restore" => "Restaurar", "Deleted" => "Desaniciáu", "Delete" => "Desaniciar" ); diff --git a/apps/files_trashbin/l10n/km.php b/apps/files_trashbin/l10n/km.php index 1df805de2d6..53e395f6ac6 100644 --- a/apps/files_trashbin/l10n/km.php +++ b/apps/files_trashbin/l10n/km.php @@ -1,8 +1,9 @@ <?php $TRANSLATIONS = array( +"Deleted files" => "បានលុបឯកសារ", "Error" => "កំហុស", -"Name" => "ឈ្មោះ", "Restore" => "ស្ដារមកវិញ", +"Name" => "ឈ្មោះ", "Delete" => "លុប" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |