forked from codler/Battery-Time-Remaining
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Localized the App so it's available in Dutch.
- Loading branch information
1 parent
dc25c8f
commit 4302ffd
Showing
6 changed files
with
59 additions
and
2 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
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,2 +1,3 @@ | ||
/* Localized versions of Info.plist keys */ | ||
|
||
CFBundleDisplayName = "Battery Time Remaining"; | ||
CFBundleName = "Battery Time Remaining"; |
Binary file not shown.
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,3 @@ | ||
/* Localized versions of Info.plist keys */ | ||
CFBundleDisplayName = "Resterende Batterij Tijd"; | ||
CFBundleName = "Resterende Batterij Tijd"; |
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,46 @@ | ||
/* Calculating sidetext */ | ||
" Calculating…" = " Berekenen…"; | ||
|
||
/* Percentage left menuitem */ | ||
"%ld %% left" = "%ld %% resterend"; | ||
|
||
/* Percentage left menuitem */ | ||
"%ld:%02ld left (%ld%%)" = "%1$ld:%2$ld resterend (%3$ld%%)"; | ||
|
||
/* Update menuitem | ||
Update notification */ | ||
"A newer version is available" = "Een nieuwere versie is beschikbaar"; | ||
|
||
/* Notification title */ | ||
"Battery Time Remaining" = "Resterende Batterij Tijd"; | ||
|
||
/* Update menuitem */ | ||
"Checking for updates…" = "Controleren op updates…"; | ||
|
||
/* Update menuitem */ | ||
"Could not check for updates" = "Kon niet controleren op updates"; | ||
|
||
/* Open Energy Saver Preferences menuitem */ | ||
"Energy Saver Preferences…" = "Open 'Energiestand'…"; | ||
|
||
/* Remaining menuitem */ | ||
"Loading…" = "Laden…"; | ||
|
||
/* Notification menuitem */ | ||
"Notifications" = "Notificatie bij"; | ||
|
||
/* Powersource menuitem */ | ||
"Power source: %@" = "Stroombron: %@"; | ||
|
||
/* Powersource menuitem */ | ||
"Power source: Unknown" = "Stroombron: Onbekend"; | ||
|
||
/* Quit menuitem */ | ||
"Quit" = "Stop"; | ||
|
||
/* Start at login setting */ | ||
"Start at login" = "Start bij inloggen"; | ||
|
||
/* Update menuitem */ | ||
"Up to date" = "Up to date"; | ||
|