Skip to content

Commit

Permalink
[tx-robot] updated from transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
nextcloud-bot committed Oct 24, 2017
1 parent 320400f commit 170ed2d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions l10n/es_CO.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
OC.L10N.register(
"files_accesscontrol",
{
"No rule given" : "No hay una regla establecida",
"File access control" : "Control de acceso de archivos",
"Restrict access to files based on factors such as filetype, user group memberships, time and more." : "Restrinje el acceso a archivos con base en factores tales como tipo de archivo, pertenencia a gurpos de usuarios, tiempo y más. ",
"Each rule group consists of one or more rules. A request matches a group if all rules evaluate to true. If a request matches at least one of the defined groups, the request is blocked and the file content can not be read or written." : "Cada grupo de reglas consiste en una o más reglas. Una solicitud coincide con un grupo cuando el resultado de todas las reglas es verdadero. Si una solicitud coincide con al menos uno de los grupos definidos, la solicitud es bloqueada y el contendio del archivo no se puede leer o escribir. "
},
"nplurals=2; plural=(n != 1);");
7 changes: 7 additions & 0 deletions l10n/es_CO.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{ "translations": {
"No rule given" : "No hay una regla establecida",
"File access control" : "Control de acceso de archivos",
"Restrict access to files based on factors such as filetype, user group memberships, time and more." : "Restrinje el acceso a archivos con base en factores tales como tipo de archivo, pertenencia a gurpos de usuarios, tiempo y más. ",
"Each rule group consists of one or more rules. A request matches a group if all rules evaluate to true. If a request matches at least one of the defined groups, the request is blocked and the file content can not be read or written." : "Cada grupo de reglas consiste en una o más reglas. Una solicitud coincide con un grupo cuando el resultado de todas las reglas es verdadero. Si una solicitud coincide con al menos uno de los grupos definidos, la solicitud es bloqueada y el contendio del archivo no se puede leer o escribir. "
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit 170ed2d

Please sign in to comment.