17 lines
604 B
JavaScript
17 lines
604 B
JavaScript
OC.L10N.register(
|
||
"notifications",
|
||
{
|
||
"Hello %s" : "Azul %s",
|
||
"Hello %s," : "Azul %s,",
|
||
"Notifications" : "Ilɣa",
|
||
"Dismiss" : "Agi",
|
||
"in {path}" : "deg {ubrid}",
|
||
"No notifications" : "Ulac tisezmal",
|
||
"1 hour" : "1 n usrag",
|
||
"1 day" : "1 n wass",
|
||
"Your settings have been updated." : "Iɣewwaren-innek ttwaleqqmen",
|
||
"None" : "Ula d yiwen",
|
||
"You need to set up your email address before you can receive notification emails." : "Ilaq ad tesɣewreḍ tansa imayl iwakken ad tizmireḍ ad teṭṭfeḍ talɣut s imayl."
|
||
},
|
||
"nplurals=2; plural=(n != 1);");
|