mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-06 15:36:12 +00:00
12 lines
276 B
JavaScript
12 lines
276 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Cancel" : "Anullar",
|
|
"Confirm" : "Confirmar",
|
|
"Settings" : "Paramètres",
|
|
"Notification settings" : "Paramètres de notificacions",
|
|
"Enable" : "Activar",
|
|
"Disable" : "Desactivar"
|
|
},
|
|
"nplurals=2; plural=(n > 1);");
|