mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
8 lines
186 B
JavaScript
8 lines
186 B
JavaScript
OC.L10N.register(
|
|
"lib",
|
|
{
|
|
"Files" : "फाइलहरू",
|
|
"Settings" : "सेटिङ्हरू",
|
|
"Accounts" : "Accounts"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|