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.
Merge pull request codler#9 from mac-cain13/master
Localized the App to Dutch (and some other small tweaks)
Showing
11 changed files
with
142 additions
and
220 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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
*.xcworkspace | ||
!default.xcworkspace | ||
xcuserdata | ||
|
||
.DS_Store |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,29 +1,10 @@ | ||
{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;} | ||
{\rtf1\ansi\ansicpg1252\cocoartf1187 | ||
{\fonttbl\f0\fswiss\fcharset0 Helvetica;} | ||
{\colortbl;\red255\green255\blue255;} | ||
\paperw9840\paperh8400 | ||
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural | ||
\paperw11900\paperh16840\vieww9600\viewh8400\viewkind0 | ||
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720 | ||
|
||
\f0\b\fs24 \cf0 Engineering: | ||
\b0 \ | ||
Some people\ | ||
\ | ||
|
||
\b Human Interface Design: | ||
\b0 \ | ||
Some other people\ | ||
\ | ||
|
||
\b Testing: | ||
\b0 \ | ||
Hopefully not nobody\ | ||
\ | ||
|
||
\b Documentation: | ||
\b0 \ | ||
Whoever\ | ||
\ | ||
|
||
\b With special thanks to: | ||
\b0 \ | ||
Mom\ | ||
} | ||
Han Yin Lap\ | ||
Mathijs Kadijk } |
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"; |
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,45 @@ | ||
/* Calculating sidetext */ | ||
" Calculating…" = " Calculating…"; | ||
|
||
/* Percentage left menuitem */ | ||
"%ld %% left" = "%ld %% left"; | ||
|
||
/* Percentage left menuitem */ | ||
"%ld:%02ld left (%ld%%)" = "%1$ld:%2$ld left (%3$ld%%)"; | ||
|
||
/* Update menuitem | ||
Update notification */ | ||
"A newer version is available" = "A newer version is available"; | ||
|
||
/* Notification title */ | ||
"Battery Time Remaining" = "Battery Time Remaining"; | ||
|
||
/* Update menuitem */ | ||
"Checking for updates…" = "Checking for updates…"; | ||
|
||
/* Update menuitem */ | ||
"Could not check for updates" = "Could not check for updates"; | ||
|
||
/* Open Energy Saver Preferences menuitem */ | ||
"Energy Saver Preferences…" = "Energy Saver Preferences…"; | ||
|
||
/* Remaining menuitem */ | ||
"Loading…" = "Loading…"; | ||
|
||
/* Notification menuitem */ | ||
"Notifications" = "Notifications"; | ||
|
||
/* Powersource menuitem */ | ||
"Power source: %@" = "Power source: %@"; | ||
|
||
/* Powersource menuitem */ | ||
"Power source: Unknown" = "Power source: Unknown"; | ||
|
||
/* Quit menuitem */ | ||
"Quit" = "Quit"; | ||
|
||
/* Start at login setting */ | ||
"Start at login" = "Start at login"; | ||
|
||
/* Update menuitem */ | ||
"Up to date" = "Up to date"; |
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"; | ||
|