summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/l10n/gl.js
blob: 6e75e4b84598b8e39e3c5abb195e77105fa7416f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declarat
OC.L10N.register(
    "workflowengine",
    {
    "Short rule description" : "Breve descrición da regra",
    "Add rule" : "Engadir unha regra",
    "Reset" : "Restabelecer",
    "Save" : "Gardar",
    "Saving…" : "Gardando...",
    "Group list is empty" : "A lista de grupos está baleira",
    "Unable to retrieve the group list" : "Non é posíbel recuperar a lista de grupos",
    "Saved" : "Gardado",
    "Saving failed:" : "Produciuse unha falla ao gardar:",
    "Add rule group" : "Engadir unha regra de grupo",
    "File MIME type" : "Tipo MIME do ficheiro",
    "is" : "é",
    "is not" : "non é",
    "matches" : "coincidencias",
    "does not match" : "non coinciden",
    "Example: {placeholder}" : "Exemplo: {placeholder}",
    "File name" : "Nome de ficheiro",
    "File size (upload)" : "Tamaño do ficheiro (envío)",
    "less" : "menor",
    "less or equals" : "menor ou igual",
    "greater or equals" : "maior ou igual",
    "greater" : "maior",
    "File system tag" : "Etiqueta do sistema de ficheiros",
    "is tagged with" : "está etiquetado con",
    "is not tagged with" : "non está etiquetado con",
    "Select tag…" : "Seleccionar a etiqueta…",
    "Request remote address" : "Solicitar o enderezo remoto",
    "matches IPv4" : "coincidencias IPv4",
    "does not match IPv4" : "sen coincidencias IPv4",
    "matches IPv6" : "coincidencias IPv6",
    "does not match IPv6" : "sen coincidencias IPv6",
    "Request time" : "Tempo da solicitude",
    "between" : "entre",
    "not between" : "non entre",
    "Start" : "Inicio",
    "End" : "Final",
    "Select timezone…" : "Seleccionar o fuso horario…",
    "Request URL" : "Solicitar URL",
    "Predefined URLs" : "URL predefinidos",
    "Files WebDAV" : "Ficheiros WebDAV",
    "Request user agent" : "Solicitar axente de usuario",
    "Sync clients" : "Sincronizar clientes",
    "Android client" : "Cliente Android",
    "iOS client" : "Cliente iOS",
    "Desktop client" : "Cliente de escritorio",
    "Thunderbird & Outlook addons" : "Complementos do Thunderbird e do Outlook",
    "User group membership" : "Pertencia a un grupo de usuarios",
    "is member of" : "é participante en",
    "is not member of" : "non é participante en",
    "The given operator is invalid" : "O operador indicado é incorrecto",
    "The given regular expression is invalid" : "A expresión regular indicada é incorrecta",
    "The given file size is invalid" : "O tamaño do ficheiro indicado é incorrecto",
    "The given tag id is invalid" : "A etiqueta indicada é incorrecta",
    "The given IP range is invalid" : "O intervalo de IP indicado é incorrecto",
    "The given IP range is not valid for IPv4" : "O intervalo de IP indicado é incorrecto para IPv4",
    "The given IP range is not valid for IPv6" : "O intervalo de IP indicado é incorrecto para IPv6",
    "The given time span is invalid" : "O intervalo temporal indicado é incorrecto",
    "The given start time is invalid" : "A hora de inicio indicada é incorrecta",
    "The given end time is invalid" : "A hora final indicada é incorrecta",
    "The given group does not exist" : "O grupo indicado non existe",
    "Check %s is invalid or does not exist" : "A proba %s é incorrecta ou non existe",
    "Operation #%s does not exist" : "Non existe a operación num. %s ",
    "Operation %s does not exist" : "Non existe a operación %s",
    "Operation %s is invalid" : "A operación %s é incorrecta",
    "Check %s does not exist" : "Non existe a proba %s",
    "Check %s is invalid" : "A proba %s é incorrecta",
    "Check #%s does not exist" : "Non existe a proba num. %s ",
    "Workflow" : "Fluxo de traballo",
    "Files workflow engine" : "Motor de fluxo de traballo de ficheiros",
    "Open documentation" : "Documentación aberta",
    "Loading…" : "Cargando..."
},
"nplurals=2; plural=(n != 1);");