diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..9b425256 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_size = 4 +indent_style = tab +end_of_line = crlf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/README.md b/README.md index 6d910b53..38441b41 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ git clone https://github.com/ESX-Org/esx_atm [esx]/esx_atm - Put it in the `[esx]` directory ## Installation -- Import `esx_atm.sql` in your database - Add this to your `server.cfg`: ``` @@ -35,4 +34,4 @@ This program Is free software: you can redistribute it And/Or modify it under th This program Is distributed In the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty Of MERCHANTABILITY Or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License For more details. -You should have received a copy Of the GNU General Public License along with this program. If Not, see http://www.gnu.org/licenses/. \ No newline at end of file +You should have received a copy Of the GNU General Public License along with this program. If Not, see http://www.gnu.org/licenses/. diff --git a/__resource.lua b/__resource.lua index a143d696..2fb75702 100644 --- a/__resource.lua +++ b/__resource.lua @@ -9,6 +9,7 @@ server_scripts { 'locales/de.lua', 'locales/br.lua', 'locales/en.lua', + 'locales/fi.lua', 'locales/fr.lua', 'locales/es.lua', 'locales/sv.lua', @@ -21,6 +22,7 @@ client_scripts { 'locales/de.lua', 'locales/br.lua', 'locales/en.lua', + 'locales/fi.lua', 'locales/fr.lua', 'locales/es.lua', 'locales/sv.lua', diff --git a/html/ui_br.html b/html/ui_br.html new file mode 100644 index 00000000..22de8c91 --- /dev/null +++ b/html/ui_br.html @@ -0,0 +1,31 @@ + + + + + + +
+ +
+ Olá,
+ Obrigado por usar nossos terminais fleeca Bank +
+ +
+ + + + + diff --git a/html/ui_fi.html b/html/ui_fi.html new file mode 100644 index 00000000..c450c61a --- /dev/null +++ b/html/ui_fi.html @@ -0,0 +1,31 @@ + + + + + + +
+ +
+ Hei,
+ Kiitoksia kun käytät meidän Fleece Bank automaatteja +
+ +
+ + + + + \ No newline at end of file diff --git a/locales/fi.lua b/locales/fi.lua new file mode 100644 index 00000000..1268dfd2 --- /dev/null +++ b/locales/fi.lua @@ -0,0 +1,7 @@ +Locales['fi'] = { + ['invalid_amount'] = '~r~Tuo oli virheellinen summa!~s~', + ['deposit_money'] = 'sinä talletit ~g~$%s~s~', + ['withdraw_money'] = 'sinä nostit ~g~$%s~s~', + ['press_e_atm'] = 'paina ~INPUT_PICKUP~ talletaaksesi tai nostaaksesi ~g~Automaatilta~s~', + ['atm_blip'] = 'Automaatti', +}