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

an.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0eeae1cda5f2642b5c7a66a838b7de3d6a382c19 (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "notifications",
    {
    "Hello %s" : "Hola %s",
    "Hello %s," : "Hola %s,",
    "Notifications" : "Notificazions"
},
"nplurals=2; plural=(n != 1);");