diff options
-rw-r--r-- | apps/lang/nederlands.lang | 39 |
1 files changed, 37 insertions, 2 deletions
diff --git a/apps/lang/nederlands.lang b/apps/lang/nederlands.lang index d506853f8d..2528e955fb 100644 --- a/apps/lang/nederlands.lang +++ b/apps/lang/nederlands.lang @@ -10532,14 +10532,15 @@ user: core <source> *: "PLAY = Yes" - cowond2*: "MENU = Yes" + cowond2*: "MENU, or top-right = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" + mrobe500: "PLAY, POWER, or top-right = Yes" archosplayer: "(PLAY/STOP)" </source> <dest> *: "PLAY = Ja" - cowond2*: "MENU = Ja" + cowond2*: "MENU of bovenaan rechts = Ja" iriverh100,iriverh120,iriverh300: "NAVI = Ja" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip,sansafuze*: "SELECT = Ja" archosplayer: "(PLAY/STOP)" @@ -13208,3 +13209,37 @@ *: "van" </voice> </phrase> +<phrase> + id: LANG_BASE_SKIN + desc: browse for the base skin in theme settings + user: core + <source> + *:none + lcd_bitmap: "Base Skin" + </source> + <dest> + *:none + lcd_bitmap: "Basis skin" + </dest> + <voice> + *:none + lcd_bitmap: "Basis skin" + </voice> +</phrase> +<phrase> + id: LANG_REMOTE_BASE_SKIN + desc: browse for the base skin in theme settings + user: core + <source> + *:none + lcd_bitmap: "Remote Base Skin" + </source> + <dest> + *:none + lcd_bitmap: "Afstandsbediening basis skin" + </dest> + <voice> + *:none + lcd_bitmap: "Afstandsbediening basis skin" + </voice> +</phrase> |