12 lines
463 B
JavaScript
12 lines
463 B
JavaScript
OC.L10N.register(
|
|
"notifications",
|
|
{
|
|
"Hello %s" : "Hai %s",
|
|
"Hello %s," : "Hai %s,",
|
|
"Notifications" : "Pemberitahuan",
|
|
"in {path}" : "dalam {haluan}",
|
|
"Your settings have been updated." : "Tetapan anda sudah dikemaskini.",
|
|
"You need to set up your email address before you can receive notification emails." : "Anda perlu menyediakan alamat e-mel anda sebelum anda boleh menerima e-mel pemberitahuan."
|
|
},
|
|
"nplurals=1; plural=0;");
|