%PDF- %PDF-
Direktori : /home/jalalj2hb/public_html/gae/assets/grocery_crud/languages/ |
Current File : /home/jalalj2hb/public_html/gae/assets/grocery_crud/languages/add-new-lang-string.sh |
#!/bin/sh for i in *.php do echo "\n" >> $i echo "\t/* Added in version 1.5.8 */" >> $i echo "\t\$lang['alert_delete_multiple'] = 'Are you sure that you want to delete those {items_amount} items?';\n" >> $i echo "\t\$lang['alert_delete_multiple_one'] = 'Are you sure that you want to delete this 1 item?';\n" >> $i done