(function() { $.i18n().load({ 'commands.release_obj.title': 'Seite freigeben', 'commands.release_obj.not_modified_obj': 'Diese Seite wurde nicht geändert. Daher gibt es nichts zu freigeben.', 'commands.release_obj.dialog.title': 'Änderungen an dieser Seite veröffentlichen?', 'commands.release_obj.dialog.description': 'Eine Arbeitsversion zu veröffentlichen ist endgültig. Dieser Vorgang kann nicht rückgängig gemacht werden.', 'commands.release_obj.dialog.placeholder': 'Bitte Kommentar eintragen', 'commands.release_obj.dialog.confirm': 'Freigeben', 'commands.release_obj.failed': 'Freigabe fehlgeschlagen', 'commands.edit_obj.title': 'Workflow starten', 'commands.edit_obj.dialog.title': 'Workflow starten?', 'commands.edit_obj.dialog.description': 'Es wird eine neue Arbeitsversion erstellt.', 'commands.edit_obj.dialog.placeholder': 'Bitte Kommentar eintragen', 'commands.edit_obj.dialog.confirm': 'Starten', 'commands.edit_obj.failed': 'Workflow fehlgeschlagen', 'commands.forward_obj.title': 'Seite weiterleiten', 'commands.forward_obj.dialog.title': 'Seite weiterleiten?', 'commands.forward_obj.dialog.description': 'Die Arbeitsversion wird an einen weiteren Bearbeiter weitergeleitet. Dieser Vorgang kann nicht rückgängig gemacht werden.', 'commands.forward_obj.dialog.placeholder': 'Bitte Kommentar eintragen', 'commands.forward_obj.dialog.confirm': 'Weiterleiten', 'commands.forward_obj.failed': 'Weiterleitung fehlgeschlagen', 'commands.reject_obj.title': 'Seite ablehnen', 'commands.reject_obj.dialog.title': 'Seite ablehnen?', 'commands.reject_obj.dialog.description': 'Die Arbeitsversion wird abgelehnt. Dieser Vorgang kann nicht rückgängig gemacht werden.', 'commands.reject_obj.dialog.placeholder': 'Bitte Kommentar eintragen', 'commands.reject_obj.dialog.confirm': 'Ablehnen', 'commands.reject_obj.failed': 'Ablehnung fehlgeschlagen', 'commands.sign_obj.title': 'Seite abzeichnen', 'commands.sign_obj.dialog.title': 'Seite abzeichnen?', 'commands.sign_obj.dialog.description': 'Die eingereichte Version wird abgezeichnet. Dieser Vorgang kann nicht rückgängig gemacht werden.', 'commands.sign_obj.dialog.placeholder': 'Bitte Kommentar eintragen', 'commands.sign_obj.dialog.confirm': 'Abzeichnen', 'commands.sign_obj.failed': 'Abzeichnung fehlgeschlagen', 'commands.commit_obj.title': 'Seite einreichen', 'commands.commit_obj.dialog.title': 'Seite einreichen?', 'commands.commit_obj.dialog.description': 'Die Arbeitsversion wird eingereicht. Dieser Vorgang kann nicht rückgängig gemacht werden.', 'commands.commit_obj.dialog.placeholder': 'Bitte Kommentar eintragen', 'commands.commit_obj.dialog.confirm': 'Einreichen', 'commands.commit_obj.failed': 'Einreichung fehlgeschlagen', 'commands.take_obj.title': 'Seite übernehmen', 'commands.take_obj.dialog.title': 'Seite übernehmen?', 'commands.take_obj.dialog.description': 'Die Arbeitsversion wird übernommen. Dieser Vorgang kann nicht rückgängig gemacht werden.', 'commands.take_obj.dialog.placeholder': 'Bitte Kommentar eintragen', 'commands.take_obj.dialog.confirm': 'Übernehmen', 'commands.take_obj.failed': 'Übernahme fehlgeschlagen', 'editing_disabled.workflow': 'Die Datei unterliegt einem Workflow und kann nicht direkt bearbeitet werden.', 'editing_disabled.permissions': 'Ihnen fehlen die Rechte um die Datei zu bearbeiten' }, 'de'); $.i18n().load({ 'commands.release_obj.title': 'Release page', 'commands.release_obj.not_modified_obj': 'This resource has not been modified. Therefore, nothing can be released.', 'commands.release_obj.dialog.title': 'Release this page?', 'commands.release_obj.dialog.description': 'Releasing an edited page is final. This operation cannot be reverted.', 'commands.release_obj.dialog.placeholder': 'Comment', 'commands.release_obj.dialog.confirm': 'Release', 'commands.release_obj.failed': 'Release failed', 'commands.edit_obj.title': 'Start a workflow', 'commands.edit_obj.dialog.title': 'Start a workflow for this page?', 'commands.edit_obj.dialog.description': 'A new version of this page will be created.', 'commands.edit_obj.dialog.placeholder': 'Comment', 'commands.edit_obj.dialog.confirm': 'Start a workflow', 'commands.edit_obj.failed': 'Workflow failed', 'commands.forward_obj.title': 'Forward page', 'commands.forward_obj.dialog.title': 'Forward this page?', 'commands.forward_obj.dialog.description': 'Forward and edited page is final. This operation cannot be reverted.', 'commands.forward_obj.dialog.placeholder': 'Comment', 'commands.forward_obj.dialog.confirm': 'Forward', 'commands.forward_obj.failed': 'Forward failed', 'commands.reject_obj.title': 'Reject page', 'commands.reject_obj.dialog.title': 'Reject this page?', 'commands.reject_obj.dialog.description': 'Current page will be rejected. This operation cannot be reverted.', 'commands.reject_obj.dialog.placeholder': 'Comment', 'commands.reject_obj.dialog.confirm': 'Reject', 'commands.reject_obj.failed': 'Reject failed', 'commands.sign_obj.title': 'Sign page', 'commands.sign_obj.dialog.title': 'Sign this page?', 'commands.sign_obj.dialog.description': 'Committed page will be signed. This operation cannot be reverted.', 'commands.sign_obj.dialog.placeholder': 'Comment', 'commands.sign_obj.dialog.confirm': 'Sign', 'commands.sign_obj.failed': 'Signing failed', 'commands.commit_obj.title': 'Commit page', 'commands.commit_obj.dialog.title': 'Commit this page?', 'commands.commit_obj.dialog.description': 'Die Arbeitsversion wird eingereicht. Dieser Vorgang kann nicht rückgängig gemacht werden.', 'commands.commit_obj.dialog.placeholder': 'Comment', 'commands.commit_obj.dialog.confirm': 'Commit', 'commands.commit_obj.failed': 'Commit failed', 'commands.take_obj.title': 'Take page', 'commands.take_obj.dialog.title': 'Tage this page?', 'commands.take_obj.dialog.description': 'Die Arbeitsversion wird übernommen. Dieser Vorgang kann nicht rückgängig gemacht werden.', 'commands.take_obj.dialog.placeholder': 'Comment', 'commands.take_obj.dialog.confirm': 'Take', 'commands.take_obj.failed': 'Take failed', 'editing_disabled.workflow': 'The current page belongs to a workflow and cannot be edited directly.', 'editing_disabled.permissions': 'You do not have the permissions required to edit this page.' }, 'en'); $.i18n().load({ 'commands.task_list.title': 'Aufgaben anzeigen', 'task_list_dialog.title.all': 'Aufgaben anzeigen: alle Aufgaben', 'task_list_dialog.title.user': 'Aufgaben anzeigen: meine Aufgaben', 'task_list_dialog.mode_toggle.all': 'Meine Aufgaben anzeigen', 'task_list_dialog.mode_toggle.user': 'Alle Aufgaben anzeigen', 'task_list_dialog.user_login': 'Benutzer', 'task_list_dialog.group_name': 'Gruppe', 'task_list_dialog.comment': 'Kommentar', 'task_list_dialog.empty': 'Keine Aufgaben' }, 'de'); $.i18n().load({ 'commands.task_list.title': 'Task list', 'task_list_dialog.title.all': 'Task list: All tasks', 'task_list_dialog.title.user': 'Task list: My tasks', 'task_list_dialog.mode_toggle.all': 'Show only my tasks', 'task_list_dialog.mode_toggle.user': 'Show all tasks', 'task_list_dialog.user_login': 'User', 'task_list_dialog.group_name': 'Receiving group', 'task_list_dialog.comment': 'Comment', 'task_list_dialog.empty': 'No taks' }, 'en'); }());