mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-09 08:56:10 +00:00
14 lines
355 B
JavaScript
14 lines
355 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Phone Sync" : "Sincronização de Telemóvel",
|
|
"Cancel" : "Cancelar",
|
|
"Confirm" : "Confirmar",
|
|
"Settings" : "Definições",
|
|
"Label" : "Legenda",
|
|
"Notification settings" : "Definições de notificação",
|
|
"Enable" : "Ativar",
|
|
"Disable" : "Desativar"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|