Compare commits

...

3 Commits

3 changed files with 5 additions and 1 deletions

View File

@ -17,6 +17,6 @@ return [
['name' => 'join#index', 'url' => '/b/{token}/{moderatorToken}', 'verb' => 'GET', 'defaults' => ['moderatorToken' => '']],
['name' => 'restriction#user', 'url' => '/restrictions/user', 'verb' => 'GET'],
['name' => 'hook#meetingEnded', 'url' => '/hook/ended/{token}/{mac}', 'verb' => 'GET'],
['name' => 'hook#recordingReady', 'url' => '/hook/recording/{token}/{mac}', 'verb' => 'GET'],
['name' => 'hook#recordingReady', 'url' => '/hook/recording/{token}/{mac}', 'verb' => 'POST'],
]
];

View File

@ -9,10 +9,12 @@ OC.L10N.register(
"Password" : "Parolă",
"Hello %s" : "Salut %s",
"Group" : "Grup",
"No matches" : "Nicio potrivire",
"Name" : "Nume",
"Access" : "Acces",
"Edit" : "Editare",
"Welcome" : "Bun venit",
"Miscellaneous" : "Diverse",
"Create" : "Creează",
"Copy to clipboard" : "Copiază în clipboard",
"Delete" : "Șterge",

View File

@ -7,10 +7,12 @@
"Password" : "Parolă",
"Hello %s" : "Salut %s",
"Group" : "Grup",
"No matches" : "Nicio potrivire",
"Name" : "Nume",
"Access" : "Acces",
"Edit" : "Editare",
"Welcome" : "Bun venit",
"Miscellaneous" : "Diverse",
"Create" : "Creează",
"Copy to clipboard" : "Copiază în clipboard",
"Delete" : "Șterge",