%PDF- %PDF-
 Mini Shell
 Mini Shell  
 | Direktori : /home/qgbqkvz/www/wp-content/plugins/password-protected/languages/ | 
| Current File : /home/qgbqkvz/www/wp-content/plugins/password-protected/languages/potomo.sh | 
#! /bin/sh
# Create .mo files from .po files.
# Twisted by WP-Translations.org, created by grappler.
for file in `find . -name "*.po"` ; do msgfmt -o ${file/.po/.mo} $file ; done