Skip to content

Commit

Permalink
menu: fix translation & beta 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shanapu committed Jul 4, 2016
1 parent ba8b0a5 commit 310fbc7
Show file tree
Hide file tree
Showing 26 changed files with 3 additions and 2 deletions.
Binary file modified addons/sourcemod/plugins/MyJailbreak/catch.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/MyJailbreak/cowboy.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/MyJailbreak/dealdamage.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/MyJailbreak/drunk.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/MyJailbreak/duckhunt.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/MyJailbreak/ffa.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/MyJailbreak/freeday.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/MyJailbreak/hebattle.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/MyJailbreak/hide.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/MyJailbreak/knife.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/MyJailbreak/lastguard.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/MyJailbreak/menu.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/MyJailbreak/myjailbreak.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/MyJailbreak/noscope.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/MyJailbreak/playertags.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/MyJailbreak/ratio.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/MyJailbreak/request.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/MyJailbreak/suicide.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/MyJailbreak/torch.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/MyJailbreak/war.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/MyJailbreak/warden.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/MyJailbreak/weapons.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/MyJailbreak/zeus.smx
Binary file not shown.
Binary file modified addons/sourcemod/plugins/MyJailbreak/zombie.smx
Binary file not shown.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/include/myjailbreak.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#endif
#define _myjailbreak_included_

#define PLUGIN_VERSION "Beta 5.1"
#define PLUGIN_VERSION "Beta 5.2"
#define URL_LINK "https://github.com/shanapu/MyJailbreak"

#include <sdktools>
Expand Down
3 changes: 2 additions & 1 deletion addons/sourcemod/translations/MyJailbreak.Menu.phrases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,8 @@

"menu_disabled"
{
"en" "Event voting runde er midlertidigt {purple}slået fra."
"en" "Event voting is currently {purple}disabled!"
"da" "Event voting runde er midlertidigt {purple}slået fra."
"de" "Event voting ist vorübergehend {purple}deaktiviert."
}

Expand Down

0 comments on commit 310fbc7

Please sign in to comment.