-
Notifications
You must be signed in to change notification settings - Fork 550
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added localization for Dutch. Minor corrections for Dutch (Belgium).
- Loading branch information
1 parent
0d3a98c
commit e5667ae
Showing
3 changed files
with
54 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
/* Navigation bar buttons */ | ||
"Cancel" = "Annuleren"; | ||
"Done" = "Gereed"; | ||
|
||
/* Default title */ | ||
"Photos" = "Foto's"; | ||
|
||
/* No. of selected */ | ||
"%ld Photo Selected" = "%ld foto geselecteerd"; | ||
"%ld Photos Selected" = "%ld foto's geselecteerd"; | ||
"%ld Video Selected" = "%ld video geselecteerd"; | ||
"%ld Videos Selected" = "%ld video's geselecteerd"; | ||
"%ld Items Selected" = "%ld items geselecteerd"; | ||
|
||
/* Album's footer */ | ||
"%ld Photos" = "%ld Foto's"; | ||
"%ld Videos" = "%ld Video's"; | ||
"%ld Photos, %ld Videos" = "%1$ld Foto's, %2$ld Videos"; | ||
|
||
/* Assets index */ | ||
"%ld of %ld" = "%1$ld op %2$ld"; | ||
|
||
/* Messages if privacy is not granted */ | ||
"This app does not have access to your photos or videos." = "Deze App heeft geen toegang tot je foto's en video's."; | ||
"You can enable access in Privacy Settings." = "Je kan de applicatie toegang verlenen via Instellingen > Privacy."; | ||
|
||
/* Messages if no assets */ | ||
"No Photos or Videos" = "Geen foto's of video's"; | ||
|
||
/* The parameter will be replaced by the device model name */ | ||
"You can take photos and videos using the camera, or sync photos and videos onto your %@\nusing iTunes." = "Je kunt foto's of video's nemen met je camera, of door je foto's en video's te synchroniseren met je %@n in iTunes."; | ||
"You can sync photos and videos onto your %@ using iTunes." = "Je kunt foto's en video's synchroniseren met je %@ in iTunes"; | ||
|
||
/* Accessibility labels */ | ||
"Photo" = "Foto"; | ||
"Video" = "Video"; | ||
"Portrait" = "Portret"; | ||
"Landscape" = "Landschap"; | ||
"Play" = "Lezen"; | ||
"Not available" = "Niet beschikbaar"; | ||
|
||
/* Video duration spell out */ | ||
"hours" = "uren"; | ||
"hour" = "uur"; | ||
"minutes" = "minuten"; | ||
"minute" = "minuut"; | ||
"seconds" = "seconden"; | ||
"second" = "seconde"; |