diff options
-rw-r--r-- | apps/lang/nederlands.lang | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/apps/lang/nederlands.lang b/apps/lang/nederlands.lang index 0df3195dbe..76cd861276 100644 --- a/apps/lang/nederlands.lang +++ b/apps/lang/nederlands.lang | |||
@@ -12750,3 +12750,76 @@ | |||
12750 | *: "Speellijst catalogus map terugzetten" | 12750 | *: "Speellijst catalogus map terugzetten" |
12751 | </voice> | 12751 | </voice> |
12752 | </phrase> | 12752 | </phrase> |
12753 | <phrase> | ||
12754 | id: LANG_LIST_LINE_PADDING | ||
12755 | desc: list padding, in display settings | ||
12756 | user: core | ||
12757 | <source> | ||
12758 | *: none | ||
12759 | touchscreen: "Line Padding in Lists" | ||
12760 | </source> | ||
12761 | <dest> | ||
12762 | *: none | ||
12763 | touchscreen: "Lijn spatiƫring in lijsten" | ||
12764 | </dest> | ||
12765 | <voice> | ||
12766 | *: none | ||
12767 | touchscreen: "Lijn spatiƫring in lijsten" | ||
12768 | </voice> | ||
12769 | </phrase> | ||
12770 | <phrase> | ||
12771 | id: LANG_AUTOMATIC | ||
12772 | desc: generic automatic | ||
12773 | user: core | ||
12774 | <source> | ||
12775 | *: "Automatic" | ||
12776 | </source> | ||
12777 | <dest> | ||
12778 | *: "Automatisch" | ||
12779 | </dest> | ||
12780 | <voice> | ||
12781 | *: "Automatisch" | ||
12782 | </voice> | ||
12783 | </phrase> | ||
12784 | <phrase> | ||
12785 | id: LANG_SLEEP_TIMER_CANCEL_CURRENT | ||
12786 | desc: shown instead of sleep timer when it's running | ||
12787 | user: core | ||
12788 | <source> | ||
12789 | *: "Cancel Sleep Timer" | ||
12790 | </source> | ||
12791 | <dest> | ||
12792 | *: "Annuleer slaap klok" | ||
12793 | </dest> | ||
12794 | <voice> | ||
12795 | *: "Annuleer slaap klok" | ||
12796 | </voice> | ||
12797 | </phrase> | ||
12798 | <phrase> | ||
12799 | id: LANG_SLEEP_TIMER_DURATION | ||
12800 | desc: default sleep timer duration in minutes (unused in UI) | ||
12801 | user: core | ||
12802 | <source> | ||
12803 | *: "Default Sleep Timer Duration" | ||
12804 | </source> | ||
12805 | <dest> | ||
12806 | *: "Standaard slaap klok duur" | ||
12807 | </dest> | ||
12808 | <voice> | ||
12809 | *: "Standaard slaap klok duur" | ||
12810 | </voice> | ||
12811 | </phrase> | ||
12812 | <phrase> | ||
12813 | id: LANG_SLEEP_TIMER_ON_POWER_UP | ||
12814 | desc: whether sleep timer starts on power up | ||
12815 | user: core | ||
12816 | <source> | ||
12817 | *: "Start Sleep Timer On Boot" | ||
12818 | </source> | ||
12819 | <dest> | ||
12820 | *: "Start slaap klok bij opstarten" | ||
12821 | </dest> | ||
12822 | <voice> | ||
12823 | *: "Start slaap klok bij opstarten" | ||
12824 | </voice> | ||
12825 | </phrase> | ||