diff options
| author | Manolo Gouy <Manolo> | 2015-12-01 10:03:23 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2015-12-01 10:03:23 +0000 |
| commit | 3c82a3d736f50d39f5a9cf9e1c70aed01ac81983 (patch) | |
| tree | 36318f58c8d08d737db82459f2753efebc245ecf /ide/Xcode4 | |
| parent | b2f24781d4b0120756d2478edd55d55fd547f404 (diff) | |
Mac OS: Show how to localize the "Preferences…" custom application menu item
of the menubar test app.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10938 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/Xcode4')
5 files changed, 10 insertions, 0 deletions
diff --git a/ide/Xcode4/Resources/English.lproj/Localizable.strings b/ide/Xcode4/Resources/English.lproj/Localizable.strings index c53f16487..c6679e8c6 100644 --- a/ide/Xcode4/Resources/English.lproj/Localizable.strings +++ b/ide/Xcode4/Resources/English.lproj/Localizable.strings @@ -5,3 +5,5 @@ "Hide Others"="Hide Others"; "Show All"="Show All"; "Quit %@"="Quit %@"; +"Preferences…" = "Preferences…"; +"File" = "File"; diff --git a/ide/Xcode4/Resources/French.lproj/Localizable.strings b/ide/Xcode4/Resources/French.lproj/Localizable.strings index 2ddf80072..31a869b11 100644 --- a/ide/Xcode4/Resources/French.lproj/Localizable.strings +++ b/ide/Xcode4/Resources/French.lproj/Localizable.strings @@ -5,3 +5,5 @@ "Hide Others"="Masquer les autres"; "Show All"="Tout afficher"; "Quit %@"="Quitter %@"; +"Preferences…" = "Préférences…"; +"File" = "Fichier"; diff --git a/ide/Xcode4/Resources/German.lproj/Localizable.strings b/ide/Xcode4/Resources/German.lproj/Localizable.strings index 4ac56d26d..e5f389963 100644 --- a/ide/Xcode4/Resources/German.lproj/Localizable.strings +++ b/ide/Xcode4/Resources/German.lproj/Localizable.strings @@ -5,3 +5,5 @@ "Hide Others"="Andere ausblenden"; "Show All"="Alle einblenden"; "Quit %@"="%@ beenden"; +"Preferences…" = "Einstellungen…"; +"File" = "Ablage"; diff --git a/ide/Xcode4/Resources/Italian.lproj/Localizable.strings b/ide/Xcode4/Resources/Italian.lproj/Localizable.strings index 13c2ddb54..7aa97002a 100644 --- a/ide/Xcode4/Resources/Italian.lproj/Localizable.strings +++ b/ide/Xcode4/Resources/Italian.lproj/Localizable.strings @@ -5,3 +5,5 @@ "Hide Others"="Nascondi altre"; "Show All"="Mostra tutte"; "Quit %@"="Esci da %@"; +"Preferences…" = "Preferenze…"; +"File" = "File"; diff --git a/ide/Xcode4/Resources/Spanish.lproj/Localizable.strings b/ide/Xcode4/Resources/Spanish.lproj/Localizable.strings index db89f9df5..f1155132e 100644 --- a/ide/Xcode4/Resources/Spanish.lproj/Localizable.strings +++ b/ide/Xcode4/Resources/Spanish.lproj/Localizable.strings @@ -5,3 +5,5 @@ "Hide Others"="Ocultar otros"; "Show All"="Mostrar todo"; "Quit %@"="Salir de %@"; +"Preferences…" = "Preferencias…"; +"File" = "Archivo"; |
