ast.js 927 B

12345678910111213141516171819
  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. "Restore" : "Restaurar",
  7. "Delete" : "Desaniciar",
  8. "Delete permanently" : "Desaniciar dafechu",
  9. "Error" : "Fallu",
  10. "This operation is forbidden" : "La operación ta prohibida",
  11. "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",
  12. "No deleted files" : "Ensin ficheros desaniciaos",
  13. "You will be able to recover deleted files from here" : "Dende equí podrás recureperar los ficheros desaniciaos",
  14. "No entries found in this folder" : "Nenguna entrada en esta carpeta",
  15. "Select all" : "Esbillar too",
  16. "Name" : "Nome",
  17. "Deleted" : "Desaniciáu"
  18. },
  19. "nplurals=2; plural=(n != 1);");