Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ast.js « l10n - github.com/nextcloud/files_downloadactivity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 521084a7038f57a26d5b1cc191fb348d65540fdc (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "files_downloadactivity",
    {
    "Shared file {file} was downloaded by {actor} via the desktop client" : "{actor} baxó'l ficheru compartíu {file} pel veceru d'escritoriu",
    "Shared file {file} was downloaded by {actor} via the mobile app" : "{actor} baxó'l ficheru compartíu {file} pela aplicación móvil",
    "Shared file {file} was downloaded by {actor} via the browser" : "{actor} baxó'l ficheru compartíu {file} pel restolador",
    "A local shared file or folder was <strong>downloaded</strong>" : "<strong>Baxóse</strong> un ficheru o carpeta compartíos llocales",
    "Activities for shared file downloads" : "Actividaes pa les descargues de ficheros compartíos"
},
"nplurals=2; plural=(n != 1);");