frame

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Register
Hello m'Managerians !
What do you think m'Manager 2.0 should be ? What features SHOULD or MUST be implemented right now ! Request or Vote here

Language file

Hi Managerians,
m'Manager would like to speak your language. Here is the file. It will take about an hour or 2. So Let's Build Together a Great App !

Thanks
Eric

Comments

  • ..I see here you have another file...i went with the downloaded from envato and i want to mention some may "$lang" missing and other staff


    la
    n
    g

  • Hi nemss,
    Yes, you're right. The login form and its features are from a third party plugin ion_auth. To edit them, you need to copy the file here: application/modules/users/language
    This concerns also First_name and other options in the user dashboard.

    For the table list view, don't worry. When done, I will add greek in this switch function
    `<?php switch($user_language) { case "french": ?>


                <?php 
                break;
            case "german": ?>
                <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.6.4/locales/bootstrap-datepicker.de.min.js" type="text/javascript"></script>
                <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.11.0/locale/bootstrap-table-de-DE.js" type="text/javascript"></script>
                <script src="https://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.2/lang/summernote-de-DE.js" integrity="sha256-X/O7P6nJzA0AtZwe93GMkHnrVSk4ri1htdqDVp/fNik=" crossorigin="anonymous"></script>
                 <?php 
                break;
            case "russian": ?>
                <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.6.4/locales/bootstrap-datepicker.ru.min.js" type="text/javascript"></script>
                <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.11.0/locale/bootstrap-table-ru-RU.js" type="text/javascript"></script>
                <script src="https://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.2/lang/summernote-ru-RU.min.js" integrity="sha256-OTZlLbU5hpAQ7ovrePpt8+hWnGf3aEXazL38HGtOK/M=" crossorigin="anonymous"></script>
                 <?php 
                break;
            case "spanish": ?>
                <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.6.4/locales/bootstrap-datepicker.es.min.js" type="text/javascript"></script>
                <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.11.0/locale/bootstrap-table-es-ES.js" type="text/javascript"></script>
                <script src="https://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.2/lang/summernote-es-ES.min.js" integrity="sha256-32GilLLvpytreLbSak2lvdmcr7BcAy53EhFw+q0HVsQ=" crossorigin="anonymous"></script>
                 <?php 
                break;
            case "english": ?>
                <script src="<?php echo __js('/assets/global/plugins/bootstrap-datepicker/locales/bootstrap-datepicker.en-GB.min.js'); ?>" type="text/javascript"></script>
                <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.11.0/locale/bootstrap-table-en-US.js" type="text/javascript"></script>
                 <?php 
                break;
            case "italian": ?>
                <script src="<?php echo __js('/assets/global/plugins/bootstrap-datepicker/locales/bootstrap-datepicker.it.min.js'); ?>" type="text/javascript"></script>
                <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.11.1/locale/bootstrap-table-it-IT.min.js" type="text/javascript"></script>
                 <?php 
                break;
    
            default: ?>
                <script src="<?php echo __js('/assets/global/plugins/bootstrap-datepicker/locales/bootstrap-datepicker.en-GB.min.js'); ?>" type="text/javascript"></script>
                <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.11.0/locale/bootstrap-table-en-US.js" type="text/javascript"></script>
                 <?php 
                break;
        } ?>`
    

    For pdf, I will add greek support
    Thanks for your hard work

    Eric

  • I trust I wont make use of Greek language, but when I start using my copy of mmanager for my own company, make sure I will check Greek translation for any mistakes or changes. I "pass" also the numeric version that i made to help me justify words.

  • @nemss said:
    I trust I wont make use of Greek language, but when I start using my copy of mmanager for my own company, make sure I will check Greek translation for any mistakes or changes. I "pass" also the numeric version that i made to help me justify words.

    Hi nemss,
    Greatttt !! Thank you. I am going to add it right now. But what about the 'numeric' version. How does it work ?

  • @nemss said:
    I trust I wont make use of Greek language, but when I start using my copy of mmanager for my own company, make sure I will check Greek translation for any mistakes or changes. I "pass" also the numeric version that i made to help me justify words.
    

    Hi nemss,
    Greatttt !! Thank you. I am going to add it right now. But what about the 'numeric' version. How does it work ?

    nothing special....it is just to see where exatly each word is placed in the app pages and modals (usefull for duplicate similar translations)

  • ...not very good on using the forum....sorry...

  • @nemss said:

    @nemss said:
    I trust I wont make use of Greek language, but when I start using my copy of mmanager for my own company, make sure I will check Greek translation for any mistakes or changes. I "pass" also the numeric version that i made to help me justify words.
    

    Hi nemss,
    Greatttt !! Thank you. I am going to add it right now. But what about the 'numeric' version. How does it work ?

    nothing special....it is just to see where exatly each word is placed in the app pages and modals (usefull for duplicate similar translations)

    You are right! Sometimes we have duplicated strings while coding and updating. I try to keep it clear but it not as clean as it should be. Thanks for this!

  • Thank you so much !!
    I loved learning this language, reading Aristotle, Platon and others was so ... amazing !!

  • I want to translate in Romanian Language. Want to provide you file when is done?

  • @cromagro said:
    I want to translate in Romanian Language. Want to provide you file when is done?

    Hi, Thanks very much. I am waiting

  • Hello every one,

    I finished the translate for spanish language! Is ready for input in the current version of M'manager. Now I want to work in the MultiStore. :smile:

    BR,

  • @jparradiaz said:
    Hello every one,

    I finished the translate for spanish language! Is ready for input in the current version of M'manager. Now I want to work in the MultiStore. :smile:

    BR,

    Hi, this is great ! Thanks

Sign In or Register to comment.

m'Manager

| Let's Build Together a Great App !
If you are a happy user, send me a coffee.
2015 - 2107 © m'Manager.
Powered by VanillaForums, Designed by ThemeSteam

Recent Donations

  • Joni Mueller from https://pixelita.com/ - 63€
  • HeyrmanD from https://locco-palace.be - 25€
  • Patricia from Sjopz.com - 10€
  • AskinSavascisi from wolftech.com - 3€
  • Get In Touch