-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed merge between locale and master
Creation option now also contains translations in DE,FR,NL.
- Loading branch information
Roy Kokkelkoren
committed
Dec 8, 2015
1 parent
528b8d1
commit 234e8ba
Showing
7 changed files
with
6 additions
and
4 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
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
<!ENTITY todotxt.todofile "Lage von Todo.txt"> | ||
<!ENTITY todotxt.donefile "Lage von Done.txt"> | ||
<!ENTITY todotxt.thunderbird "Benutzen Thunderbird's Funktionalität"> | ||
<!ENTITY todotxt.creation "Benutzen die Todo's Schaffung Zeitstempel"> |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
<!ENTITY todotxt.todofile "Location of Todo.txt"> | ||
<!ENTITY todotxt.donefile "Location of Done.txt"> | ||
<!ENTITY todotxt.thunderbird "Use Thunderbird's functionality"> | ||
<!ENTITY todotxt.creation "Use the Todo's creation timestamp"> |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
<!ENTITY todotxt.todofile "Lieu de Todo.txt"> | ||
<!ENTITY todotxt.donefile "Lieu de Done.txt"> | ||
<!ENTITY todotxt.thunderbird "Utilisez la fonctionnalité de Thunderbird"> | ||
<!ENTITY todotxt.creation "Utiliser l'horodatage de création de todo"> |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
<!ENTITY todotxt.todofile "Locatie van het Todo.txt bestand"> | ||
<!ENTITY todotxt.donefile "Locatie van het Done.txt bestand"> | ||
<!ENTITY todotxt.thunderbird "Gebruik de functionaliteit van Thunderbird"> | ||
<!ENTITY todotxt.creation "Gebruik de startdatum van de Todo's in Thunderbird"> |
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
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 |
---|---|---|
@@ -1,3 +1,2 @@ | ||
pref("extensions.todotxt.thunderbird", true); | ||
pref("extensions.todotxt.creation", true); | ||
pref("general.useragent.locale","en-US"); |