summaryrefslogtreecommitdiffstats
path: root/public/vendor
Commit message (Expand)AuthorAgeFilesLines
* Update jQuery to v1.12.4 (#4551)techknowlogick2018-07-303-7/+7
* relative URLs for LibreJS page (#4460)techknowlogick2018-07-181-24/+24
* Added front-end topics validation (#4316)Alexey Terentyev2018-07-1424-697/+5622
* Update gitgraph.js to fix "Cannot read property color of undefined" (#4095)Alexey Terentyev2018-06-022-28/+45
* Remove autolink.js references (#4072)techknowlogick2018-05-292-8/+3
* Add support for FIDO U2F (#3971)Jonas Franz2018-05-192-0/+6
* Add swagger check (#3811)Antoine GIRARD2018-04-2010-123/+106
* Rework special link parsing in the post-processing of markup (#3354)Morgan Bazalgette2018-02-272-66/+0
* Emoji Autocomplete (#3433)modmew82018-02-031-16/+3
* Mention completion for issue editor. (#3136)harry2017-12-112-0/+42
* Update gitgraph.js to fix blurry commit graph on HiDPI screens (#2957)Michael Kuhn2017-11-232-4/+21
* Move swagger-ui under /api/v1 (#2746)Antoine GIRARD2017-10-219-174/+130
* bug fixedLunny Xiao2017-09-041-1/+1
* Move themes to plugin directory. Fixes #2372 (#2375)Michael Lustfield2017-08-2415-0/+1335
* Moved vendored js/css into `public/vendor` and documented sources (#1484) (#2...Michael Lustfield2017-08-231329-0/+122286
ckport/40367/stable26'>backport/40367/stable26 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/es.json
blob: 8aa368b54223b93001526ed0d8866fddd041ffe0 (plain)
1
2
3
4
5
6
7
8
9
10
{ "translations": {
    "Could not revert: %s" : "No se puede restaurar: %s",
    "Versions" : "Versiones",
    "Failed to revert {file} to revision {timestamp}." : "No se ha podido restaurar {file} a versión {timestamp}.",
    "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
    "Restore" : "Recuperar",
    "No earlier versions available" : "No hay versiones previas disponibles",
    "More versions …" : "Más versiones ..."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}