mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
🌐 Updated german translations for 3.1 (#511)
This commit is contained in:
committed by
GitHub
parent
71704404d0
commit
0d9f33ec4c
@@ -28,8 +28,8 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'UI:Datatables:Language:DisplayLength:All' => 'Alle',
|
||||
'UI:Datatables:Language:Sort:Ascending' => 'Aktivieren für aufsteigende Sortierung',
|
||||
'UI:Datatables:Language:Sort:Descending' => 'Aktivieren für absteigende Sortierung',
|
||||
'UI:Datatables:Column:RowActions:Label' => '~~',
|
||||
'UI:Datatables:Column:RowActions:Description' => '~~',
|
||||
'UI:Datatables:RowActions:ConfirmationDialog' => 'Action Confirmation~~',
|
||||
'UI:Datatables:RowActions:ConfirmationMessage' => 'Do you confirm action ?~~',
|
||||
'UI:Datatables:Column:RowActions:Label' => '',
|
||||
'UI:Datatables:Column:RowActions:Description' => '',
|
||||
'UI:Datatables:RowActions:ConfirmationDialog' => 'Aktion bestätigen',
|
||||
'UI:Datatables:RowActions:ConfirmationMessage' => 'Möchten Sie diese Aktion ausführen?',
|
||||
));
|
||||
@@ -17,10 +17,10 @@
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
*/
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'UI:Modal:Confirmation:DefaultTitle' => 'Confirmation~~',
|
||||
'UI:Modal:Informative:Title' => 'Informative Modal~~',
|
||||
'UI:Modal:InformativeError:Title' => 'Error~~',
|
||||
'UI:Modal:InformativeWarning:Title' => 'Warning~~',
|
||||
'UI:Modal:InformativeInformation:Title' => 'Information~~',
|
||||
'UI:Modal:InformativeSuccess:Title' => 'Success~~',
|
||||
'UI:Modal:Confirmation:DefaultTitle' => 'Bestätigung',
|
||||
'UI:Modal:Informative:Title' => 'Informations-Modal',
|
||||
'UI:Modal:InformativeError:Title' => 'Fehler',
|
||||
'UI:Modal:InformativeWarning:Title' => 'Warnung',
|
||||
'UI:Modal:InformativeInformation:Title' => 'Information',
|
||||
'UI:Modal:InformativeSuccess:Title' => 'Erfolgreich',
|
||||
));
|
||||
Reference in New Issue
Block a user