Blame view

sources/apps/files_trashbin/l10n/en_GB.php 461 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
  <?php
  $TRANSLATIONS = array(
  "Couldn't delete %s permanently" => "Couldn't delete %s permanently",
  "Couldn't restore %s" => "Couldn't restore %s",
6d9380f96   Cédric Dupont   Update sources OC...
5
6
  "Deleted files" => "Deleted files",
  "Restore" => "Restore",
31b7f2792   Kload   Upgrade to ownclo...
7
8
9
10
  "Error" => "Error",
  "restored" => "restored",
  "Nothing in here. Your trash bin is empty!" => "Nothing in here. Your recycle bin is empty!",
  "Name" => "Name",
31b7f2792   Kload   Upgrade to ownclo...
11
  "Deleted" => "Deleted",
6d9380f96   Cédric Dupont   Update sources OC...
12
  "Delete" => "Delete"
31b7f2792   Kload   Upgrade to ownclo...
13
14
  );
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";