diff options
| author | Tomáš Znamenáček | 2016-02-10 19:13:53 +0100 | 
|---|---|---|
| committer | Tomáš Znamenáček | 2016-02-10 19:13:53 +0100 | 
| commit | 69b0a0665615b51d74b9ff7009664d4a0e7655a0 (patch) | |
| tree | e2e00c830c176ba04f5b113a6e7b83f037d92639 /Demo/de.lproj/Localizable.strings | |
| parent | abb1ac2799acb87b640cb2fbfd3f00341e85d5ac (diff) | |
| download | MASShortcut-69b0a0665615b51d74b9ff7009664d4a0e7655a0.tar.bz2 | |
Added basic German localization to the demo project.
This makes it possible to test the German MASShortcut localization
on the demo project.
Diffstat (limited to 'Demo/de.lproj/Localizable.strings')
| -rw-r--r-- | Demo/de.lproj/Localizable.strings | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/Demo/de.lproj/Localizable.strings b/Demo/de.lproj/Localizable.strings new file mode 100644 index 0000000..900207e --- /dev/null +++ b/Demo/de.lproj/Localizable.strings @@ -0,0 +1,3 @@ +/* Feedback that’s displayed when user presses the sample shortcut. */ +"Shortcut pressed!" = "Kurzbefehl gedrückt!"; + | 
