-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e4ff65
commit a2dcb96
Showing
4 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"extensionName": { | ||
"message": "LookOut (fix version)" | ||
}, | ||
"extensionDescription": { | ||
"message": "LookOut zet TNEF-bijlagen (zoals die in winmail.dat) om in leesbare vorm en plaatst deze in het bijlagenvak." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!ENTITY lookout.label "Vertaald menu-item"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
extensions.lookout.body_part_prefix=body_part_ | ||
extensions.lookout.description=LookOut zet TNEF-bijlagen (zoals die in winmail.dat) om in leesbare vorm en plaatst deze in het bijlagenvak. | ||
extensions.lookout.attach_raw_mapi=false | ||
extensions.lookout.direct_to_calendar=false | ||
extensions.lookout.disable_filename_character_set=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!ENTITY prefwindow.title "Voorkeuren voor LookOut"> | ||
<!ENTITY pane1.title "Voorkeuren voor LookOut"> | ||
<!ENTITY attach_raw_mapi_check.label "MAPI-eigenschappen bijsluiten"> | ||
<!ENTITY attach_raw_mapi_check.accesskey "M"> | ||
<!ENTITY direct_to_calendar_check.label "Agendagegevens direct openen"> | ||
<!ENTITY direct_to_calendar_check.accesskey "A"> | ||
<!ENTITY disable_filename_character_set_check.label "Tekenset van de bestandsnamen niet omzetten"> | ||
<!ENTITY disable_filename_character_set_check.accesskey "T"> | ||
<!ENTITY remove_winmail_dat_check.label "winmail.dat verwijderen"> | ||
<!ENTITY remove_winmail_dat_check.accesskey "W"> | ||
<!ENTITY strict_contenttype_check.label "Bestandstype strenger controleren"> | ||
<!ENTITY strict_contenttype_check.accesskey "B"> | ||
<!ENTITY enable_debug_check.label "Debugging inschakelen"> | ||
<!ENTITY enable_debug_check.accesskey "D"> |