forked from thiagoperes/IDMPhotoBrowser
-
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.
- Loading branch information
Marcio Castro
committed
May 15, 2014
1 parent
1db3f2d
commit 8568b4f
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
45 changes: 45 additions & 0 deletions
45
Classes/IDMPBLocalizations.bundle/de.lproj/Localizable.strings
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 @@ | ||
/* No comment provided by engineer. */ | ||
"Cancel" = "Abbrechen"; | ||
|
||
/* Informing the user an item has finished copying */ | ||
"Copied" = "Kopiert"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Copy" = "Kopieren"; | ||
|
||
/* Displayed with ellipsis as 'Copying...' when an item is in the process of being copied */ | ||
"Copying" = "Kopiere"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Dismiss" = "Schließen"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Done" = "Fertig"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Email" = "Email"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Email failed to send. Please try again." = "Senden fehlgeschlagen. Bitte erneut versuchen."; | ||
|
||
/* Informing the user a process has failed */ | ||
"Failed" = "Fehlgeschlagen"; | ||
|
||
/* Used in the context: 'Showing 1 of 3 items' */ | ||
"of" = "von"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Photo" = "Foto"; | ||
|
||
/* Displayed with ellipsis as 'Preparing...' when an item is in the process of being prepared */ | ||
"Preparing" = "Vorbereiten"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Save" = "Sichern"; | ||
|
||
/* Informing the user an item has been saved */ | ||
"Saved" = "Gesichert"; | ||
|
||
/* Displayed with ellipsis as 'Saving...' when an item is in the process of being saved */ | ||
"Saving" = "Sichere"; | ||
|