mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-27 17:56:21 +00:00
9 lines
238 B
JavaScript
9 lines
238 B
JavaScript
OC.L10N.register(
|
|
"ocsms",
|
|
{
|
|
"Phone Sync" : "Telefon-Sync",
|
|
"An app to sync SMS with your cloud" : "Eine App die SMSen mit Deiner Cloud synchronisiert",
|
|
"Settings" : "Einstellungen"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|