mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-16 06:28:27 +02:00
36 lines
1.4 KiB
Plaintext
36 lines
1.4 KiB
Plaintext
/*
|
|
* Copyright (c) 2021 BWI GmbH
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
// MARK: - Attachment
|
|
"content_scan_status_failed" = "Fehler beim Laden";
|
|
"content_scan_status_in_progress" = "Scanne...";
|
|
"content_scan_status_infected" = "Blockiert";
|
|
"content_scan_status_trusted" = "✓ Sicher";
|
|
|
|
"settings_downtime_message" = "\nDer Messenger steht vom\n%@ bis %@\nnicht zur Verfügung.\n";
|
|
|
|
"bwi_auth_beta_selection_title" = "Serverauswahl";
|
|
"bwi_auth_beta_selection_button_title" = "Vorauswahl";
|
|
|
|
"bwi_settings_developer_apply_app_config" = "MDM Config: MSG Demo";
|
|
"bwi_settings_developer_apply_orig_app_config" = "MDM Config: BW";
|
|
"bwi_settings_developer_reset_app_config" = "MDM Config: Reset";
|
|
|
|
"bwi_settings_developer_restrict_user" = "Nutzer einschränken";
|
|
"bwi_settings_developer_unrestrict_user" = "Nutzereinschränkung aufheben";
|
|
|
|
"bwi_mdm_logout_message" = "Die Konfiguration hat sich geändert. Bitte melde dich neu an.";
|