|
689 | 689 | <!-- Onboarding toolbar selection card content description for the toolbar placement image. -->
|
690 | 690 | <string name="onboarding_customize_toolbar_placement_bottom_content_description">Gambar bilah alat bawah</string>
|
691 | 691 | <string name="onboarding_customize_toolbar_placement_top_content_description">Gambar bilah alat puncak</string>
|
| 692 | + <!-- Action label for toolbar options that can be selected. Talkback will append this to say "Double tap to select". --> |
| 693 | + <string name="onboarding_customize_toolbar_a11y_action_label_select">pilih</string> |
692 | 694 | <!-- Onboarding toolbar selection card label for 'Not now' button, used by Nimbus experiments. -->
|
693 | 695 | <string name="onboarding_customize_toolbar_not_now_button" moz:removedIn="136" tools:ignore="UnusedResources">Jangan sekarang</string>
|
694 | 696 | <!-- Onboarding header for the theme selection card, used by Nimbus experiments. -->
|
|
707 | 709 | <string name="onboarding_customize_theme_main_image_content_description">Gambar header besar dari tampilan pemilihan tema yang menunjukkan alat pembuat dan seniman bergambar.</string>
|
708 | 710 | <!-- Onboarding theme selection card content description for the theme selection image. %1$s is placeholder for either 'system', 'light' or 'dark'. -->
|
709 | 711 | <string name="onboarding_customize_theme_content_description">Gambar tema %1$s</string>
|
| 712 | + <!-- Action label for options that can be selected. Talkback will append this to say "Double tap to select". --> |
| 713 | + <string name="onboarding_customize_theme_a11y_action_label_select">pilih</string> |
710 | 714 | <!-- Onboarding theme selection card label for 'Not now' button, used by Nimbus experiments. -->
|
711 | 715 | <string name="onboarding_customize_theme_not_now_button" moz:removedIn="136" tools:ignore="UnusedResources">Jangan sekarang</string>
|
712 | 716 | <!--
|
|
1477 | 1481 | <string name="download_delete_multiple_items_snackbar_1" moz:removedIn="138" tools:ignore="UnusedResources">Unduhan Dihapus</string>
|
1478 | 1482 | <!-- Text for the snackbar to confirm that a single download item has been removed. %1$s is the name of the download item. -->
|
1479 | 1483 | <string name="download_delete_single_item_snackbar" moz:removedIn="138" tools:ignore="UnusedResources">%1$s telah dihapus</string>
|
| 1484 | + <!-- Text for the snackbar action button to open a completed download. --> |
| 1485 | + <string name="download_completed_snackbar_action_open" tools:ignore="UnusedResources">Buka</string> |
| 1486 | + <!-- Text for the snackbar action button to undo deleting a download. --> |
| 1487 | + <string name="download_undo_delete_snackbar_action">Urungkan</string> |
1480 | 1488 | <!-- Text shown when no download exists -->
|
1481 | 1489 | <string name="download_empty_message_1" moz:removedIn="138" tools:ignore="UnusedResources">Tidak ada unduhan file</string>
|
1482 | 1490 | <!--
|
|
1486 | 1494 | <string name="download_multi_select_title">%1$d terpilih</string>
|
1487 | 1495 | <!-- Text for the button to remove a single download item -->
|
1488 | 1496 | <string name="download_delete_item_1" moz:removedIn="138" tools:ignore="UnusedResources">Hapus</string>
|
| 1497 | + <!-- Text for the button to delete a single downloaded file item --> |
| 1498 | + <string name="download_delete_item">Hapus</string> |
| 1499 | + <!-- Text for the button to share the download URL --> |
| 1500 | + <string name="download_share_url">Bagikan URL</string> |
| 1501 | + <!-- Text for the button to share the download file --> |
| 1502 | + <string name="download_share_file">Bagikan berkas</string> |
| 1503 | + <!-- Alert dialog confirmation before deleting multiple download items, this is the title. --> |
| 1504 | + <string name="download_delete_multi_select_dialog_confirmation" tools:ignore="UnusedResources">Yakin ingin menghapus item yang dipilih?</string> |
| 1505 | + <!-- Alert dialog confirmation before deleting multiple download items, this is the positive action. --> |
| 1506 | + <string name="download_delete_multi_select_dialog_confirm" tools:ignore="UnusedResources">Hapus</string> |
| 1507 | + <!-- Alert dialog confirmation before deleting multiple download items, this is the negative action. --> |
| 1508 | + <string name="download_delete_multi_select_dialog_cancel" tools:ignore="UnusedResources">Batal</string> |
| 1509 | + <!-- Text for the header of in progress downloads --> |
| 1510 | + <string name="download_header_in_progress" tools:ignore="UnusedResources">Sedang berlangsung</string> |
1489 | 1511 | <!--
|
1490 | 1512 | Time period headers for downloads
|
1491 | 1513 |
|
|
1500 | 1522 | <string name="download_time_period_last_30_days">30 hari terakhir</string>
|
1501 | 1523 | <!-- Text for the header that groups the downloads older than other groups -->
|
1502 | 1524 | <string name="download_time_period_older">Lebih lama</string>
|
| 1525 | + <!-- Text to indicate that an in progress download is paused. --> |
| 1526 | + <string name="download_item_status_paused" tools:ignore="UnusedResources">dijeda</string> |
| 1527 | + <!-- Text to indicate that the download speed of an in progress download is being calculated. --> |
| 1528 | + <string name="download_item_download_speed_pending" tools:ignore="UnusedResources">tertunda</string> |
| 1529 | + <!-- Text to indicate that a download has failed to download. --> |
| 1530 | + <string name="download_item_status_failed" tools:ignore="UnusedResources">Unduhan gagal</string> |
| 1531 | + <!-- Text to indicate that no downloads match the search query. --> |
| 1532 | + <string name="download_search_no_results_found" tools:ignore="UnusedResources">Tidak ada yang ditemukan</string> |
1503 | 1533 | <!--
|
1504 | 1534 | Downloads Content Type Filters
|
1505 | 1535 |
|
|
1514 | 1544 | <string name="download_content_type_filter_document">Dokumen</string>
|
1515 | 1545 | <!-- Text for the filter button to show all other file types in the downloads list -->
|
1516 | 1546 | <string name="download_content_type_filter_other" moz:removedIn="138" tools:ignore="UnusedResources">Lainnya</string>
|
| 1547 | + <!-- Text for the filter button to show all other file types in the downloads list --> |
| 1548 | + <string name="download_content_type_filter_other_1">Lainnya</string> |
1517 | 1549 | <!--
|
1518 | 1550 | Description of a downloaded item, displayed in the downloads list.
|
1519 | 1551 | %1$s: The size of the downloaded file.
|
|
0 commit comments