12 lines
749 B
JavaScript
12 lines
749 B
JavaScript
OC.L10N.register(
|
||
"notifications",
|
||
{
|
||
"Hello %s" : "Прывітанне %s",
|
||
"Hello %s," : "Прывітанне %s,",
|
||
"Notifications" : "Апавяшчэнні",
|
||
"in {path}" : "у {path}",
|
||
"Your settings have been updated." : "Вашы налады былі абноўлены. ",
|
||
"You need to set up your email address before you can receive notification emails." : "Табе патрэбна наладзіць твой адрас імэйлу, перад тым як ты зможаш атрымліваць імэйлы-абвесткі"
|
||
},
|
||
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
|