Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
b8ce3667
Commit
b8ce3667
authored
May 18, 2013
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Localize another user exposed string
parent
0ff84726
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
1 deletion
+1
-1
AspenProject/VLCPlaylistViewController.m
AspenProject/VLCPlaylistViewController.m
+1
-1
Resources/de.lproj/Localizable.strings
Resources/de.lproj/Localizable.strings
+0
-0
Resources/en.lproj/Localizable.strings
Resources/en.lproj/Localizable.strings
+0
-0
Resources/fr.lproj/Localizable.strings
Resources/fr.lproj/Localizable.strings
+0
-0
Resources/ru.lproj/Localizable.strings
Resources/ru.lproj/Localizable.strings
+0
-0
No files found.
AspenProject/VLCPlaylistViewController.m
View file @
b8ce3667
...
...
@@ -236,7 +236,7 @@
if
(
_pasteURL
&&
!
[[
_pasteURL
scheme
]
isEqualToString
:
@""
]
&&
!
[[
_pasteURL
absoluteString
]
isEqualToString
:
@""
])
{
NSString
*
messageString
=
[
NSString
stringWithFormat
:
@"Do you want to open %@?"
,
[
_pasteURL
absoluteString
]];
UIAlertView
*
alert
=
[[
UIAlertView
alloc
]
initWithTitle
:
@"Open URL?"
message
:
messageString
delegate
:
self
cancelButtonTitle
:
NSLocalizedString
(
@"BUTTON_CANCEL"
,
@""
)
otherButtonTitles
:
NSLocalizedString
(
@"BUTTON_OPEN"
,
@""
),
nil
];
UIAlertView
*
alert
=
[[
UIAlertView
alloc
]
initWithTitle
:
NSLocalizedString
(
@"OPEN_URL"
,
@""
)
message
:
messageString
delegate
:
self
cancelButtonTitle
:
NSLocalizedString
(
@"BUTTON_CANCEL"
,
@""
)
otherButtonTitles
:
NSLocalizedString
(
@"BUTTON_OPEN"
,
@""
),
nil
];
[
alert
show
];
}
}
...
...
Resources/de.lproj/Localizable.strings
View file @
b8ce3667
B
"CHOOSE_AUDIO_TRACK"="Audiospur wählen";
...
...
Resources/en.lproj/Localizable.strings
View file @
b8ce3667
B
"CHOOSE_AUDIO_TRACK"="Choose Audio Track";
...
...
Resources/fr.lproj/Localizable.strings
View file @
b8ce3667
B
"CHOOSE_AUDIO_TRACK"="Choisir Piste Audio";
...
...
Resources/ru.lproj/Localizable.strings
View file @
b8ce3667
B
"CHOOSE_AUDIO_TRACK"="Выберите аудио поток";
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment