Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dutch translation for esx_weaponshop #463

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions [esx_addons]/esx_weaponshop/locales/nl.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Locales ['nl'] = {
['buy_license'] = 'Koop een wapen vergunning?',
['yes'] = '%s',
['no'] = 'Nee',
['weapon_bought'] = 'gekocht voor $%s',
['not_enough_black'] = 'Je hebt niet genoeg zwart geld',
['not_enough'] = 'je hebt niet genoeg geld',
['already_owned'] = 'je hebt dit wapen al!',
['shop_menu_title'] = 'Wapen winkel',
['shop_menu_prompt'] = 'druk op [E] om de Wapen winkel te bezoeken.',
['shop_menu_item'] = '$%s',
['map_blip'] = 'Wapen winkel',
}