mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-06 15:36:12 +00:00
14 lines
406 B
JavaScript
14 lines
406 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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|