13 lines
367 B
JavaScript
13 lines
367 B
JavaScript
OC.L10N.register(
|
|
"support",
|
|
{
|
|
"Link:" : "Enllaz:",
|
|
"_%n year_::_%n years_" : ["%n añu","%n años"],
|
|
"_%n month_::_%n months_" : ["%n mes","%n meses"],
|
|
"_%n week_::_%n weeks_" : ["%n selmana","%n selmanes"],
|
|
"_%n day_::_%n days_" : ["%n día","%n díes"],
|
|
"Forum" : "Foru",
|
|
"GitHub" : "GitHub"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|