blob: 66079e4af70de94497e1afda0eb4165e2ce68580 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2023 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name">Gallery</string>
<!-- Toast messages -->
<string name="app_permissions_toast">Permissions not granted by the user.</string>
<!-- Titles -->
<string name="reels_title">Reels</string>
<string name="albums_title">Albums</string>
<string name="search_title">Search</string>
<!-- Album buckets -->
<string name="album_favorites">Favorites</string>
<string name="album_trash">Trash</string>
<string name="album_reels">Reels</string>
<!-- Album thumbnail -->
<plurals name="album_thumbnail_items">
<item quantity="one">%d item</item>
<item quantity="other">%d items</item>
</plurals>
<!-- File deletion -->
<plurals name="delete_file_forever_confirm_message">
<item quantity="one">Are you sure you want to permanently delete this file?</item>
<item quantity="other">Are you sure you want to permanently delete %d files?</item>
</plurals>
<plurals name="delete_file_forever_successful">
<item quantity="one">File permanently deleted</item>
<item quantity="other">%d files permanently deleted</item>
</plurals>
<plurals name="delete_file_forever_unsuccessful">
<item quantity="one">File couldn\'t be permanently deleted</item>
<item quantity="other">%d files couldn\'t be permanently deleted</item>
</plurals>
<!-- File trashing -->
<plurals name="move_file_to_trash_confirm_message">
<item quantity="one">Are you sure you want to move one file to trash?</item>
<item quantity="other">Are you sure you want to move %d files to trash?</item>
</plurals>
<plurals name="move_file_to_trash_successful">
<item quantity="one">File moved to trash</item>
<item quantity="other">%d files moved to trash</item>
</plurals>
<plurals name="move_file_to_trash_unsuccessful">
<item quantity="one">File couldn\'t be moved to trash</item>
<item quantity="other">%d files couldn\'t be moved to trash</item>
</plurals>
<!-- File restoring from trash -->
<plurals name="restore_file_from_trash_confirm_message">
<item quantity="one">Are you sure you want to restore one file from trash?</item>
<item quantity="other">Are you sure you want to restore %d files from trash?</item>
</plurals>
<plurals name="restore_file_from_trash_successful">
<item quantity="one">File restored from trash</item>
<item quantity="other">%d files restored from trash</item>
</plurals>
<plurals name="restore_file_from_trash_unsuccessful">
<item quantity="one">File couldn\'t be restored from trash</item>
<item quantity="other">%d files couldn\'t be restored from trash</item>
</plurals>
<!-- Manage media permission -->
<string name="manage_media_permission_title">Manage media permission</string>
<string name="manage_media_permission_message">To better manage your images and videos, allow the app to manage your media files</string>
<!-- Media info bottom sheet dialog -->
<string name="media_info_unknown">Unknown</string>
<string name="media_info_add_description_hint">Add a description</string>
<string name="media_info_write_description_failed">Failed to change media description</string>
<string name="media_info_location_loading_placeholder">Loading…</string>
<string name="media_info_location_open_with">View the location with</string>
<!-- View activity -->
<string name="intent_action_not_supported">Action not supported</string>
<string name="intent_media_not_found">Media not found</string>
<string name="intent_media_type_not_found">Media type not found</string>
<string name="intent_media_type_not_supported">Media type not supported</string>
<!-- File actions -->
<string name="file_action_add_to_favorites">Add to favorites</string>
<string name="file_action_delete_forever">Delete forever</string>
<string name="file_action_edit">Edit</string>
<string name="file_action_empty_trash">Empty trash</string>
<string name="file_action_move_to_trash">Move to trash</string>
<string name="file_action_remove_from_favorites">Remove from favorites</string>
<string name="file_action_restore_from_trash">Restore from trash</string>
<string name="file_action_share">Share</string>
<!-- File actions - undo -->
<string name="file_action_undo_action">Undo</string>
<!-- No media -->
<string name="no_media">No media</string>
<!-- Selection -->
<string name="thumbnail_selection_count">%d selected</string>
</resources>