• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2025 The Android Open Source Project
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7
8          http://www.apache.org/licenses/LICENSE-2.0
9
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15-->
16
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18    <!-- TODO(b/398234821): update the description to note that the label under the app icon is different once it is implemented -->
19    <!-- The name of the application as it appears under the main Launcher icon and in Settings apps stats -->
20    <string name="private_space_app_label">Private Space</string>
21    <!-- Label for the app shortcut to start the workflow for moving files into Private Space. [CHAR LIMIT=25] -->
22    <string name="shortcut_label_add_files">Add files</string>
23    <!-- Label for the app shortcut to launch the market  app. [CHAR LIMIT=25] -->
24    <string name="shortcut_label_open_market_app">Install apps</string>
25    <!-- Title of the move content dialog shown to the user to choose between moving and copying files into Private Space. -->
26    <string name="move_files_dialog_title">Move or copy files?</string>
27    <!-- Summary text of the move content dialog shown to the user to choose between moving and copying files into Private Space. -->
28    <string name="move_files_dialog_summary">If you move these files to your private space, they will be removed from their original folders</string>
29    <!-- Label for the move content dialog button to choose to move files. -->
30    <string name="move_files_dialog_button_label_move">Move</string>
31    <!-- Label for the move content dialog button to choose to copy files. -->
32    <string name="move_files_dialog_button_label_copy">Copy</string>
33    <!-- Label for the move content dialog button to choose to cancel the operation. -->
34    <string name="move_files_dialog_button_label_cancel">Cancel</string>
35    <!-- Copy in progress notification title with the total number of files-->
36    <string name="filetransfer_notification_copy_progress_title">Copying <xliff:g example="4" id="files">%1$d</xliff:g> file(s)</string>
37    <!-- Move in progress notification title with the total number of files-->
38    <string name="filetransfer_notification_move_progress_title">Moving <xliff:g example="4" id="files">%1$d</xliff:g> file(s)</string>
39    <!-- Copy complete notification title with the total number of files-->
40    <string name="filetransfer_notification_copy_complete_title"><xliff:g example="4" id="files">%1$d</xliff:g> file(s) copied</string>
41    <!-- Move complete notification title with the total number of files-->
42    <string name="filetransfer_notification_move_complete_title"><xliff:g example="4" id="files">%1$d</xliff:g> file(s) moved</string>
43    <!-- Copy files progress notification description-->
44    <string name="filetransfer_notification_copy_progress_text">Your chosen files are being copied to your private space</string>
45    <!-- Move files progress notification description-->
46    <string name="filetransfer_notification_move_progress_text">Your chosen files are being moved to your private space</string>
47    <!-- Copy files completion notification description-->
48    <string name="filetransfer_notification_copy_complete_text">Your chosen files were copied to your private space</string>
49    <!-- Move files completion notification description-->
50    <string name="filetransfer_notification_move_complete_text">Your chosen files were moved to your private space</string>
51    <!-- Label for the copy/move files notification action button-->
52    <string name="filetransfer_notification_action_label">Show files</string>
53    <!-- Move content notification channel name as it appears in the notification settings of the Private space app. [CHAR LIMIT=40]-->
54    <string name="filetransfer_notification_channel_name">File transfer notifications</string>
55    <!-- Move content notification channel description as it appears in the notification settings of the Private space app. [CHAR LIMIT=300]-->
56    <string name="filetransfer_notification_channel_description">"When you copy or move files to your private space, you can receive notifications to update you on the progress"</string>
57</resources>
58