Skip to content

Commit

Permalink
Added more editable text
Browse files Browse the repository at this point in the history
  • Loading branch information
LifeGoal authored Aug 2, 2018
1 parent e99a72f commit be9e13f
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions locales/sv.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@
Locales['sv'] = {
-- Marker Hint
['marker_hint'] = 'Klicka ~INPUT_CONTEXT~ för att titta på ~g~Kameraövervakningen~s~',
}
['marker_hint'] = 'Klicka ~INPUT_CONTEXT~ för att titta på ~g~kamerorna~s~',

-- Meny
['securitycams_menu'] = 'Säkerhetskameror',
['bank_menu_selection'] = 'Pacific Standard Bank',
['police_menu_selection'] = 'Polisstation',

-- I Kamerorna
['pacific_standard_bank'] = 'Pacific Standard Bank',
['police_station'] = 'Polisstation',

-- Pacific Standard Bank Kameror
['bcam'] = 'Entré',
['bcam2'] = 'Lobby',
['bcam3'] = 'Mindre Entré',
['bcam4'] = 'Trappa Till Andra Våningen',
['bcam5'] = 'Trappa Ovanför Bankvalvet',
['bcam6'] = 'Kontorens Korridor #1',
['bcam7'] = 'Kontorens Korridor #2',
['bcam8'] = 'Andra Våningen #1',
['bcam9'] = 'Andra Våningen #2',
['bcam10'] = 'Trappa Till Bankvalvet',
['bcam11'] = 'Utanför Bankvalvet',

-- Polisstationens Kameror
['pcam'] = 'Parkering',
['pcam2'] = 'Cell #1',
['pcam3'] = 'Cell #2',
['pcam4'] = 'Cell #3',
['pcam5'] = 'Polisens Parkering & Garage',
['pcam6'] = 'Utanför Entré',
['pcam7'] = 'Lobby',
}

0 comments on commit be9e13f

Please sign in to comment.