mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
7 lines
115 B
JavaScript
7 lines
115 B
JavaScript
OC.L10N.register(
|
|
"comments",
|
|
{
|
|
"Cancel" : "Batal",
|
|
"Save" : "Simpan"
|
|
},
|
|
"nplurals=1; plural=0;");
|