|
306 | 306 | use for the display density. --> |
307 | 307 | <string name="developer_options_display_density">Skærm-tæthed:</string> |
308 | 308 |
|
309 | | - <!-- This string is used to label two integer-entry fields where the default width and height of |
310 | | - the browser window may be set. --> |
311 | | - <string name="developer_options_window_size">Vinduesstørrelse:</string> |
312 | | - |
313 | 309 | <!-- This string is used to label buttons to enable editing of text fields in the |
314 | 310 | 'Developer Options' dialog. Pressing this button switches the text to |
315 | 311 | editable-text fields so their values may be changed. --> |
|
328 | 324 | for the virtual displays Dots Per Inch (DPI). --> |
329 | 325 | <string name="developer_options_display_dpi">Skærm-DPI:</string> |
330 | 326 |
|
331 | | - <!-- This string is used to label two integer entry fields that will allow the user to adjust |
332 | | - the maximum window size in the X and Y dimensions. --> |
333 | | - <string name="developer_options_max_window_size">Maksimal vinduesstørrelse:</string> |
334 | | - |
335 | 327 | <!-- This string is used to label radio buttons for setting Multi-Sample Anti-Aliasing (MSAA) in |
336 | 328 | VR Immersive Mode. --> |
337 | 329 | <string name="developer_options_msaa">MSAA</string> |
|
476 | 468 |
|
477 | 469 | <!-- This string labels the button that displays or enables application access to the device's |
478 | 470 | geographic location, if the device supports determination of geographic location. --> |
479 | | - <string name="security_options_permission_location">Placering</string> |
| 471 | + <string name="security_options_permission_location">Position</string> |
480 | 472 |
|
481 | 473 | <!-- This string labels the button that displays or enables the application to post system-wide |
482 | 474 | notifications. --> |
|
636 | 628 | <!-- This string is displayed as the title of the Bookmarks List, which contains the user's bookmarked websites. --> |
637 | 629 | <string name="bookmarks_title">Bogmærker</string> |
638 | 630 |
|
| 631 | + <!-- This string is displayed as the title of the Bookmarks List when the bookmarks list is empty. --> |
| 632 | + <string name="bookmarks_empty">Din liste med bogmærker er tom</string> |
| 633 | + |
| 634 | + <!-- This string is displayed under the bookmarks title in the bookmarks list. --> |
| 635 | + <string name="bookmarks_description">Klik på @-ikonet for at tilføje et bogmærke til den side, du er på.</string> |
| 636 | + |
| 637 | + <!-- This string is displayed in the middle of the Bookmarks List while the bookmarks are being loaded. --> |
| 638 | + <string name="bookmarks_loading">Indlæser bogmærker</string> |
| 639 | + |
639 | 640 | <!-- This string is displayed in a tooltip that appears when a user hovers |
640 | 641 | over an icon representing 'Remove Bookmark' for an individual bookmark |
641 | 642 | item listed in the Bookmarks List. --> |
642 | 643 | <string name="bookmarks_remove">Fjern bogmærke</string> |
643 | 644 |
|
| 645 | + <!-- This string is displayed in a tooltip that appears in the tray bar on top of the |
| 646 | + bookmarks tray button then a new item is bookmarked. --> |
| 647 | + <string name="bookmarks_saved_notification">Bogmærket er gemt!</string> |
| 648 | + |
644 | 649 | <!-- This string is displayed in a tooltip that appears when a user hovers |
645 | 650 | over an icon representing 'Edit This Bookmark' for an individual bookmark |
646 | 651 | item listed in the Bookmarks List. --> |
|
660 | 665 | all the bookmarks. --> |
661 | 666 | <string name="bookmarks_show_all">Vis alle bogmærker</string> |
662 | 667 |
|
| 668 | + <!-- This string is displayed as the title of the history list, which contains the user's visited websites. --> |
| 669 | + <string name="history_title">Historik</string> |
| 670 | + |
| 671 | + <!-- This string is displayed as the title of the history list when the history is empty. --> |
| 672 | + <string name="history_empty">Din historik er tom</string> |
| 673 | + |
| 674 | + <!-- This string is displayed under the history title in the history list. --> |
| 675 | + <string name="history_description">Du kan se din browserhistorik her</string> |
| 676 | + |
| 677 | + <!-- This string is displayed in the middle of the history list while the history is being loaded. --> |
| 678 | + <string name="history_loading">Indlæser historik</string> |
| 679 | + |
| 680 | + <!-- This string is displayed as the section title in the history list for history entries that happened today. --> |
| 681 | + <string name="history_section_today">I dag</string> |
| 682 | + |
| 683 | + <!-- This string is displayed as the section title in the history list for history entries that happened yesterday. --> |
| 684 | + <string name="history_section_yesterday">I går</string> |
| 685 | + |
| 686 | + <!-- This string is displayed as the section title in the history list for history entries that happened last week. --> |
| 687 | + <string name="history_section_last_week">Sidste uge</string> |
| 688 | + |
| 689 | + <!-- This string is displayed as the section title in the history list for history entries that happened before last week. --> |
| 690 | + <string name="history_section_older">Ældre</string> |
| 691 | + |
| 692 | + <!-- This string is displayed is the "Clear History" button in the history list. When pressed a dialog for |
| 693 | + clearing history is displayed. --> |
| 694 | + <string name="history_clear">Ryd historik</string> |
| 695 | + |
| 696 | + <!-- This string is displayed is the "Cancel" button from the clear history dialog. |
| 697 | + When pressed the dialog is closed. --> |
| 698 | + <string name="history_clear_cancel">Annuller</string> |
| 699 | + |
| 700 | + <!-- This string is displayed is the "Clear Now" button from the clear history dialog. |
| 701 | + When pressed the selected history range is deleted from the history storage. --> |
| 702 | + <string name="history_clear_now">Ryd nu</string> |
| 703 | + |
| 704 | + <!-- This string is displayed is the clear history dialog. |
| 705 | + If selected today's history is deleted from the history storage. --> |
| 706 | + <string name="history_clear_range_today">I dag</string> |
| 707 | + |
| 708 | + <!-- This string is displayed is the clear history dialog. |
| 709 | + If selected history since yesterday is deleted from the history storage. --> |
| 710 | + <string name="history_clear_range_yesterday">I går</string> |
| 711 | + |
| 712 | + <!-- This string is displayed is the clear history dialog. |
| 713 | + If selected history since last week is removed from the history storage. --> |
| 714 | + <string name="history_clear_range_last_week">Sidste uge</string> |
| 715 | + |
| 716 | + <!-- This string is displayed is the clear history dialog. |
| 717 | + If selected all the history is deleted from the history storage. --> |
| 718 | + <string name="history_clear_range_everything">Alt</string> |
| 719 | + |
| 720 | + <!-- This string is displayed in the header of the radio button where the clear cache time range |
| 721 | + can be selected. --> |
| 722 | + <string name="history_clear_time_range">Tidsinterval der skal ryddes:</string> |
| 723 | + |
| 724 | + <!-- This string is displayed is the history context menu that is displayed when |
| 725 | + the more button is pressed in a history item. It opens the selected history item in a new window. --> |
| 726 | + <string name="history_context_menu_new_window">Åbn i et nyt vindue</string> |
| 727 | + |
| 728 | + <!-- This string is displayed is the history context menu that is displayed when |
| 729 | + the more button is pressed in a history item. It add the selected items to favorites. --> |
| 730 | + <string name="history_context_add_bookmarks">Føj til bogmærker</string> |
| 731 | + |
| 732 | + <!-- This string is displayed is the history context menu that is displayed when |
| 733 | + the more button is pressed in a history item. It removes the selected item from favorites. --> |
| 734 | + <string name="history_context_remove_bookmarks">Fjern fra bogmærker</string> |
| 735 | + |
663 | 736 | <!-- This string labels the Reset button that restores the default display settings values. --> |
664 | 737 | <string name="display_options_reset">Nulstil skærmindstillinger</string> |
665 | 738 |
|
|
706 | 779 | <string name="col_tags">Mærkater</string> |
707 | 780 |
|
708 | 781 | <!-- This string is for the table column name (in the browser's 'Bookmarks' list) for the 'Location' (or 'URL' or 'Address') of the bookmarked website. --> |
709 | | - <string name="col_url">Placering</string> |
| 782 | + <string name="col_url">Adresse</string> |
710 | 783 |
|
711 | 784 | <!-- This string is for the table column name (in the browser's 'Bookmarks' list) for the date of when the bookmarked website was most recently visited. --> |
712 | 785 | <string name="col_most_recent_visit">Seneste besøg</string> |
|
733 | 806 | 'Stop' stops the current page load. --> |
734 | 807 | <string name="stop_tooltip">Stop indlæsning</string> |
735 | 808 |
|
| 809 | + <!-- This string is for the tooltip that appears upon hovering the 'Resume' button in the browser's title bar media buttons. |
| 810 | + When clicked the current media playback is resumed. --> |
| 811 | + <string name="media_resume_tooltip">Genoptag</string> |
| 812 | + |
| 813 | + <!-- This string is for the tooltip that appears upon hovering the 'Pause' button in the browser's title bar media buttons. |
| 814 | + When clicked the current media playback is paused. --> |
| 815 | + <string name="media_pause_tooltip">Pause</string> |
| 816 | + |
736 | 817 | <!-- This string is for the tooltip that appears upon hovering the 'Home' button in the browser's navigation bar. |
737 | 818 | 'Home' refers to the browser's start page (e.g., the Firefox Reality Home Page). --> |
738 | 819 | <string name="home_tooltip">Hjem</string> |
|
799 | 880 | tray. The button it labels, when pressed, opens a new browser window. --> |
800 | 881 | <string name="new_window_tooltip">Åbn et nyt vindue</string> |
801 | 882 |
|
802 | | - <!-- This string is for the tooltip that appears when the user hovers over the down-arrow icon that appears in the |
803 | | - URL bar upon hover. The icon it labels, when pressed, expands a list of recently visited websites in the |
804 | | - user's History. --> |
805 | | - <string name="show_history_tooltip">Vis historik</string> |
| 883 | + <!-- This string is for the tooltip that appears when the user hovers over the 'History' icon in the |
| 884 | + tray and the History view is closed. The button it labels, when pressed, opens a list view of the user's visited |
| 885 | + pages. --> |
| 886 | + <string name="open_history_tooltip">Åbn historik</string> |
| 887 | + |
| 888 | + <!-- This string is for the tooltip that appears when the user hovers over the 'History' icon in the |
| 889 | + tray and the History view is closed. The button it labels, when pressed, closes the History view. --> |
| 890 | + <string name="close_history_tooltip">Luk historik</string> |
806 | 891 |
|
807 | 892 | <!-- This string is displayed in any button used for removing all the items in the current context. --> |
808 | 893 | <string name="remove_all">Fjern alle</string> |
|
848 | 933 | <!-- This string is displayed in the message of the notification message shown when the user tries to open a new window and |
849 | 934 | it has already opened the maximum number of allowed windows. %1$s expands to a integer value that represent the maximum windows |
850 | 935 | that can be opened (initially 3) --> |
851 | | - <string name="max_windows_message">Kun tre vinduer kan være åbne. Luk ét for at åbne et nyt.</string> |
| 936 | + <string name="max_windows_msg">Kun %1$s vinduer kan være åbne. Luk ét for at åbne et andet.</string> |
| 937 | + |
852 | 938 | <!-- This string is displayed in the button of the notification message shown when the user tries to open a new window and |
853 | 939 | it has already opened the maximum number of allowed windows. --> |
854 | 940 | <string name="max_windows_button">OK</string> |
|
872 | 958 |
|
873 | 959 | <!-- This string is displayed in the description of the Voice Search samples collect dialog. That dialog is shown the first time |
874 | 960 | a user tries to use the voice search. --> |
875 | | - <string name="voice_samples_collect_dialog_description">Dine data er altid sikre og bliver aldrig delt med tredjeparter. Vi indsamler stemmedata for at forbedre vores produkters ydelse og brugervenlighed. Du kan selvfølgelig også bruge stemme-søgning, hvis du ikke tillader indsamling. <a href="privacy">Læs mere</a></string> |
| 961 | + <string name="voice_samples_collect_dialog_description2">For at forbedre vores stemmegenkendelse og andre tjenester indsamler vi stemme-optagelser til forskningsbrug. Vi opbevarer dine data sikkert og uden information, der kan spores tilbage til dig. Du kan bruge stemme-søgning uden at tillade indsamling af dine data. <a href="privacy">Læs mere</a></string> |
876 | 962 |
|
877 | 963 | <!-- This string is displayed in the button of the Voice Search samples collect dialog. |
878 | 964 | When clicked the user opts in to the voice data collection. --> |
|
884 | 970 |
|
885 | 971 | <!-- This string is displayed in the content language list in front of the system default language in between parenthesis --> |
886 | 972 | <string name="language_default">Standard</string> |
| 973 | + |
| 974 | + <!-- This string is displayed in the URL bar when the user is in the home page. |
| 975 | + '%1$s' will be replaced at runtime with the app's name. --> |
| 976 | + <string name="url_home_title">Startside for %1$s</string> |
| 977 | + |
| 978 | + <!-- This string is displayed in the URL bar when the user is in the bookmarks panel --> |
| 979 | + <string name="url_bookmarks_title">Bogmærker</string> |
| 980 | + |
| 981 | + <!-- This string is displayed in the URL bar when the user is in the history panel --> |
| 982 | + <string name="url_history_title">Historik</string> |
| 983 | + |
| 984 | + <!-- This string is displayed in the Clear button on top of the window when in private mode. It only appears |
| 985 | + when there is one window left. When clicked, it closes the private session --> |
| 986 | + <string name="private_clear_button">Ryd</string> |
887 | 987 | </resources> |
0 commit comments