Dictionaries

This commit is contained in:
Eric Espie
2022-06-01 10:45:53 +02:00
parent 9fd10bd73e
commit 0abec767e3
28 changed files with 1260 additions and 858 deletions

View File

@@ -442,6 +442,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'UI:Error:ObjectsAlreadyDeleted' => 'Fejl: objekterne er allerede slettet!',
'UI:Error:BulkDeleteNotAllowedOn_Class' => 'Du har ikke tilladelse til at foretage en masse sletning af objekter i klassen %1$s',
'UI:Error:DeleteNotAllowedOn_Class' => 'Du har ikke tilladelse til at slette objekter af klassen %1$s',
'UI:Error:ReadNotAllowedOn_Class' => 'You are not allowed to view objects of class %1$s~~',
'UI:Error:BulkModifyNotAllowedOn_Class' => 'Du har ikke tilladelse til at foretage en masse opdatering af objekter i klassen %1$s',
'UI:Error:ObjectAlreadyCloned' => 'Fejl: objektet er allerede klonet!',
'UI:Error:ObjectAlreadyCreated' => 'Fejl: objektet er allerede oprettet!',
@@ -450,6 +451,7 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'UI:Error:InvalidDashboard' => 'Error: invalid dashboard~~',
'UI:Error:MaintenanceMode' => 'Application is currently in maintenance~~',
'UI:Error:MaintenanceTitle' => 'Maintenance~~',
'UI:Error:InvalidToken' => 'Error: the requested operation has already been performed (CSRF token not found)~~',
'UI:GroupBy:Count' => 'Antal',
'UI:GroupBy:Count+' => 'Antal af elementer',
@@ -1542,6 +1544,8 @@ Ved tilknytningen til en trigger, bliver hver handling tildelt et "rækkefølge"
'UI:Search:Criteria:Raw:Filtered' => 'Filtered~~',
'UI:Search:Criteria:Raw:FilteredOn' => 'Filtered on %1$s~~',
'UI:StateChanged' => 'State changed~~',
));
//
@@ -1578,3 +1582,20 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'UI:Newsroom:DisplayMessagesFor_Provider' => 'Display messages from %1$s~~',
'UI:Newsroom:DisplayAtMost_X_Messages' => 'Display up to %1$s messages in the %2$s menu.~~',
));
// OAuth
Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Menu:OAuthWizardMenu' => 'OAuth 2.0~~',
'core/Operation:Wizard/Title' => 'OAuth 2.0 Configuration~~',
'UI:OAuth:Wizard:Page:Title' => 'OAuth 2.0 Configuration~~',
'UI:OAuth:Wizard:Form:Panel:Title' => 'OAuth 2.0 Configuration~~',
'UI:OAuth:Wizard:Form:Input:ClientId:Label' => 'Client Id~~',
'UI:OAuth:Wizard:Form:Input:ClientSecret:Label' => 'Client Secret~~',
'UI:OAuth:Wizard:Form:Input:Scope:Label' => 'Scope~~',
'UI:OAuth:Wizard:Form:Input:Additional:Label' => 'Additional parameters~~',
'UI:OAuth:Wizard:Form:Input:RedirectUri:Label' => 'Redirect Uri~~',
'UI:OAuth:Wizard:Form:Button:Submit:Label' => 'Authentication~~',
'UI:OAuth:Wizard:ResultConf:Panel:Title' => 'Configuration for SMTP~~',
'UI:OAuth:Wizard:ResultConf:Panel:Description' => 'Paste this content into your configuration file to use this OAuth connection for your outgoing emails~~',
));