mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-21 23:22:08 +02:00
77 lines
3.7 KiB
Plaintext
77 lines
3.7 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" = "Fail to load";
|
|
"content_scan_status_in_progress" = "Scanning";
|
|
"content_scan_status_infected" = "Blocked";
|
|
"content_scan_status_trusted" = "✓ Trusted";
|
|
|
|
"downtime_title" = "Server not available";
|
|
"downtime_default_message" = "We are working on our maintenance. Please try again later.";
|
|
"downtime_alert_dismiss_button" = "Back";
|
|
"settings_downtime_message_same_day" = "The BwMessenger is not available on %@-%@ (UTC%@). Messages may not be sent or received during that time.";
|
|
"settings_downtime_message_different_days" = "The BwMessenger is not available from %@ (UTC%@) to %@ (UTC%@). Messages may not be sent or received during that time.";
|
|
|
|
"bwi_auth_beta_selection_title" = "Server selection";
|
|
"bwi_auth_beta_selection_button_title" = "Preselection";
|
|
|
|
"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" = "Restrict user";
|
|
"bwi_settings_developer_unrestrict_user" = "Remove user restriction";
|
|
|
|
"bwi_mdm_logout_message" = "The configuration has changed. Please reconnect.";
|
|
|
|
// MARK - Notification Times bwi
|
|
"bwi_notification_times_monday" = "Monday";
|
|
"bwi_notification_times_tuesday" = "Tuesday";
|
|
"bwi_notification_times_wednesday" = "Wednesday";
|
|
"bwi_notification_times_thursday" = "Thursday";
|
|
"bwi_notification_times_friday" = "Friday";
|
|
"bwi_notification_times_saturday" = "Saturday";
|
|
"bwi_notification_times_sunday" = "Sunday";
|
|
"bwi_notification_times_monday_short" = "Mo";
|
|
"bwi_notification_times_tuesday_short" = "Tu";
|
|
"bwi_notification_times_wednesday_short" = "We";
|
|
"bwi_notification_times_thursday_short" = "Th";
|
|
"bwi_notification_times_friday_short" = "Fr";
|
|
"bwi_notification_times_saturday_short" = "Sa";
|
|
"bwi_notification_times_sunday_short" = "Su";
|
|
|
|
"bwi_notification_times" = "Notification Times";
|
|
"bwi_notification_times_done_action" = "Done";
|
|
"bwi_notification_times_toggle_title" = "Notification Times";
|
|
"bwi_notification_times_toggle_description" = "You will not receive notifications outside the set notification times. You can switch this rule on and off per room and chat.";
|
|
"bwi_notification_times_start_time" = "from";
|
|
"bwi_notification_times_end_time" = "till";
|
|
"bwi_notification_times_button_activate" = "Activate notifications on %@";
|
|
"bwi_notification_times_button_deactivate" = "Deactivate notifications on %@";
|
|
|
|
"bwi_room_member_details_userlabel" = "Function in %@: %@";
|
|
"bwi_room_member_section_userlabels" = "Function in %@";
|
|
"bwi_room_member_userlabels_description" = "As an admin, you can add and remove a function label for a room member. This function label is visible to all room members.";
|
|
"bwi_room_member_userlabels_textfield_placeholder" = "Edit Funktion";
|
|
"bwi_room_member_userlabels_button_save" = "Save";
|
|
"bwi_room_member_userlabels_button_delete" = "Delete";
|
|
|
|
"bwi_timeline_userlabel_removed_for_user" = "removed for user %@ the function: %@";
|
|
"bwi_timeline_userlabel_added_for_user" = "added for user %@ the function: %@";
|
|
"bwi_timeline_userlabel_prefix_you" = "You %@s";
|
|
"bwi_timeline_userlabel_prefix_other_user" = "%@s";
|