14 строки
536 B
JavaScript
14 строки
536 B
JavaScript
OC.L10N.register(
|
|
"notifications",
|
|
{
|
|
"Hello %s," : "Hallo %s,",
|
|
"Notifications" : "Notifikatiounen",
|
|
"Dismiss" : "Ofbriechen",
|
|
"seconds ago" : "Sekonnen hier",
|
|
"in {path}" : "am [Pad]",
|
|
"Your settings have been updated." : "Deng Astellunge goufen aktualiséiert.",
|
|
"You need to set up your email address before you can receive notification emails." : "Du muss deng E-Mail-Adress konfiguréieren ier s de Notifikatiouns-Maile kanns emfänken.",
|
|
"None" : "Keng"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|