Skip to content

The CyberWorks Panel is a web panel designed for server admins to manage Arma 3 servers

Notifications You must be signed in to change notification settings

clackd1amond/Cyberworks-Framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Cyberworks Framework

Although the Framework is still under construction we will slowly be releasing developer tools and documentation. You can sign up for our mailing list at http://eepurl.com/brit7P.

Translating

We have added many new strings to our language files and would like other developers to add to them before our release, editing is very simple and works like below:

$lang['edit'] = 'Edit';

This would be the English file and to translate into German all you need to do is change the words at the end so it becomes.

$lang['edit'] = 'bearbeiten'; (Ignore my German I failed it)

We know there are lots of strings but are grateful that people what to give up there time to help us with this, if you need any help you can email [email protected] or PM a developer on the Altis Life RPG forums.

About

The CyberWorks Panel is a web panel designed for server admins to manage Arma 3 servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%