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' => 'join#index', 'url' => '/b/{token}/{moderatorToken}', 'verb' => 'GET', 'defaults' => ['moderatorToken' => '']],
['name' => 'restriction#user', 'url' => '/restrictions/user', 'verb' => 'GET'], ['name' => 'restriction#user', 'url' => '/restrictions/user', 'verb' => 'GET'],
['name' => 'hook#meetingEnded', 'url' => '/hook/ended/{token}/{mac}', '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ă", "Password" : "Parolă",
"Hello %s" : "Salut %s", "Hello %s" : "Salut %s",
"Group" : "Grup", "Group" : "Grup",
"No matches" : "Nicio potrivire",
"Name" : "Nume", "Name" : "Nume",
"Access" : "Acces", "Access" : "Acces",
"Edit" : "Editare", "Edit" : "Editare",
"Welcome" : "Bun venit", "Welcome" : "Bun venit",
"Miscellaneous" : "Diverse",
"Create" : "Creează", "Create" : "Creează",
"Copy to clipboard" : "Copiază în clipboard", "Copy to clipboard" : "Copiază în clipboard",
"Delete" : "Șterge", "Delete" : "Șterge",

View File

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