ast.js 1005 B

123456789101112131415161718192021
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Couldn't delete %s permanently" : "Nun pudo desaniciase %s dafechu",
  5. "Couldn't restore %s" : "Nun pudo restaurase %s",
  6. "Deleted files" : "Ficheros desaniciaos",
  7. "Restore" : "Restaurar",
  8. "Delete" : "Desaniciar",
  9. "Delete permanently" : "Desaniciar dafechu",
  10. "Error" : "Fallu",
  11. "This operation is forbidden" : "La operación ta prohibida",
  12. "This directory is unavailable, please check the logs or contact the administrator" : "Esti direutoriu nun ta disponible, por favor verifica'l rexistru o contacta l'alministrador",
  13. "restored" : "recuperóse",
  14. "No deleted files" : "Ensin ficheros desaniciaos",
  15. "You will be able to recover deleted files from here" : "Dende equí podrás recureperar los ficheros desaniciaos",
  16. "No entries found in this folder" : "Nenguna entrada en esta carpeta",
  17. "Select all" : "Esbillar too",
  18. "Name" : "Nome",
  19. "Deleted" : "Desaniciáu"
  20. },
  21. "nplurals=2; plural=(n != 1);");