aboutsummaryrefslogtreecommitdiffstats
path: root/.stylelintrc
blob: 1d95b964bd2878b00ab88f3ba530ac476c4a71bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
extends: stylelint-config-standard

rules:
  at-rule-empty-line-before: null
  block-closing-brace-empty-line-before: null
  color-hex-length: null
  comment-empty-line-before: null
  declaration-block-single-line-max-declarations: null
  declaration-empty-line-before: null
  indentation: 2
  no-descending-specificity: null
  number-leading-zero: never
  rule-empty-line-before: null
  selector-pseudo-element-colon-notation: double
  shorthand-property-no-redundant-values: true
Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/l10n/es_MX.js
blob: 94c400eeddc4495a86c13ec64a1e2f4bd5aac25e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "updatenotification",
    {
    "Update notifications" : "Actualizar notificaciones",
    "{version} is available. Get more information on how to update." : "{version} no está disponible. Obtenga más información acerca de cómo actualizar. ",
    "Channel updated" : "Canal actualizado",
    "The update server could not be reached since %d days to check for new updates." : "El servidor de actualización no ha podido ser alcanzado desde %d dias para verificar actualizaciones. ",
    "Please check the nextcloud and server log files for errors." : "Favor de verificar los archivos de bitacoras de nextcloud y del servidor por errores. ",
    "Update to %1$s is available." : "La actualización a %1$s está disponible. ",
    "Update for %1$s to version %2$s is available." : "La actualización para %1$s a la versión %2$s está disponible.",
    "Update for {app} to version %s is available." : "Actualización para {app} a la versión %s está disponible.",
    "A new version is available: %s" : "Una nueva versión está disponible: %s",
    "Open updater" : "Abrir actualizador",
    "Download now" : "Descargar ahora",
    "Your version is up to date." : "Su verisón está actualizada.",
    "Checked on %s" : "Verificado el %s",
    "Update channel:" : "Actualizar el canal:",
    "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Siempre puede actualizar a una versión más reciente / canal experimental. Sinembargo nunca podrá desactualizar la versión a un canal más estable. ",
    "Notify members of the following groups about available updates:" : "Notificar a los miembros de los siguientes grupos de las actualizaciones disponibles:",
    "Only notification for app updates are available." : "Sólo se tienen disponibles notificaciones de actualizaciones de la aplicación."
},
"nplurals=2; plural=(n != 1);");