You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
3.8 KiB

  1. OC.L10N.register(
  2. "workflowengine",
  3. {
  4. "Short rule description" : "Breve descrición da regra",
  5. "Add rule" : "Engadir unha regra",
  6. "Reset" : "Restabelecer",
  7. "Save" : "Gardar",
  8. "Saving…" : "Gardando…",
  9. "Group list is empty" : "A lista de grupos está baleira",
  10. "Unable to retrieve the group list" : "Non é posíbel recuperar a lista de grupos",
  11. "Saved" : "Gardado",
  12. "Saving failed:" : "Produciuse un fallo ao gardar:",
  13. "Add rule group" : "Engadir unha regra de grupo",
  14. "File MIME type" : "Tipo MIME do ficheiro",
  15. "is" : "é",
  16. "is not" : "non é",
  17. "matches" : "coincidencias",
  18. "does not match" : "non coinciden",
  19. "Example: {placeholder}" : "Exemplo: {placeholder}",
  20. "File name" : "Nome de ficheiro",
  21. "File size (upload)" : "Tamaño do ficheiro (envío)",
  22. "less" : "menor",
  23. "less or equals" : "menor ou igual",
  24. "greater or equals" : "maior ou igual",
  25. "greater" : "maior",
  26. "File system tag" : "Etiqueta do sistema de ficheiros",
  27. "is tagged with" : "está etiquetado con",
  28. "is not tagged with" : "non está etiquetado con",
  29. "Select tag…" : "Seleccionar a etiqueta…",
  30. "Request remote address" : "Solicitar o enderezo remoto",
  31. "matches IPv4" : "coincidencias IPv4",
  32. "does not match IPv4" : "sen coincidencias IPv4",
  33. "matches IPv6" : "coincidencias IPv6",
  34. "does not match IPv6" : "sen coincidencias IPv6",
  35. "Request time" : "Tempo da solicitude",
  36. "between" : "entre",
  37. "not between" : "non entre",
  38. "Start" : "Inicio",
  39. "End" : "Final",
  40. "Select timezone…" : "Seleccionar o fuso horario…",
  41. "Request URL" : "Solicitar URL",
  42. "Predefined URLs" : "URL predefinidos",
  43. "Files WebDAV" : "Ficheiros WebDAV",
  44. "Request user agent" : "Solicitar axente de usuario",
  45. "Sync clients" : "Sincronizar clientes",
  46. "Android client" : "Cliente Android",
  47. "iOS client" : "Cliente iOS",
  48. "Desktop client" : "Cliente de escritorio",
  49. "Thunderbird & Outlook addons" : "Complementos do Thunderbird e do Outlook",
  50. "User group membership" : "Pertencia a un grupo de usuarios",
  51. "is member of" : "é participante en",
  52. "is not member of" : "non é participante en",
  53. "The given operator is invalid" : "O operador indicado é incorrecto",
  54. "The given regular expression is invalid" : "A expresión regular indicada é incorrecta",
  55. "The given file size is invalid" : "O tamaño do ficheiro indicado é incorrecto",
  56. "The given tag id is invalid" : "A etiqueta indicada é incorrecta",
  57. "The given IP range is invalid" : "O intervalo de IP indicado é incorrecto",
  58. "The given IP range is not valid for IPv4" : "O intervalo de IP indicado é incorrecto para IPv4",
  59. "The given IP range is not valid for IPv6" : "O intervalo de IP indicado é incorrecto para IPv6",
  60. "The given time span is invalid" : "O intervalo temporal indicado é incorrecto",
  61. "The given start time is invalid" : "A hora de inicio indicada é incorrecta",
  62. "The given end time is invalid" : "A hora final indicada é incorrecta",
  63. "The given group does not exist" : "O grupo indicado non existe",
  64. "Check %s is invalid or does not exist" : "A proba %s é incorrecta ou non existe",
  65. "Operation #%s does not exist" : "Non existe a operación num. %s ",
  66. "Operation %s does not exist" : "Non existe a operación %s",
  67. "Operation %s is invalid" : "A operación %s é incorrecta",
  68. "Check %s does not exist" : "Non existe a proba %s",
  69. "Check %s is invalid" : "A proba %s é incorrecta",
  70. "Check #%s does not exist" : "Non existe a proba num. %s ",
  71. "Workflow" : "Fluxo de traballo",
  72. "Files workflow engine" : "Motor de fluxo de traballo de ficheiros",
  73. "Open documentation" : "Documentación aberta",
  74. "Loading…" : "Cargando…"
  75. },
  76. "nplurals=2; plural=(n != 1);");