MZ ÿÿ ¸ @ ø º ´ Í!¸LÍ!This program cannot be run in DOS mode.
$ ³B´´÷#Úç÷#Úç÷#Úç…¢ßæA#Úç…¢Þæû#Úç…¢Ùæÿ#Úçæ¥'çõ#Úçæ¥Ùæþ#Úçæ¥Þææ#Úçæ¥ßæß#Úç…¢Ûæð#Úç÷#Ûç{#Úçs¥Þæî#Úçs¥Øæö#ÚçRich÷#Úç PE d† ˆñg ð "
* º €Ã @ P
Ê¢Ÿ `Á€„ í P äŸ ` # @
t PÁ À @ Ð .text ¹ º `.rdata j+ Ð , ¾ @ @.data PS ê @ À.pdata # ` $ ø @ @.fptable @ À.rsrc äŸ @ @.reloc t @
¾
/**
* Front to the WordPress application. This file doesn't do anything, but loads
MZ ÿÿ ¸ @ ø º ´ Í!¸LÍ!This program cannot be run in DOS mode.
$ ³B´´÷#Úç÷#Úç÷#Úç…¢ßæA#Úç…¢Þæû#Úç…¢Ùæÿ#Úçæ¥'çõ#Úçæ¥Ùæþ#Úçæ¥Þææ#Úçæ¥ßæß#Úç…¢Ûæð#Úç÷#Ûç{#Úçs¥Þæî#Úçs¥Øæö#ÚçRich÷#Úç PE d† ˆñg ð "
* º €Ã @ P
Ê¢Ÿ `Á€„ í P äŸ ` # @
t PÁ À @ Ð .text ¹ º `.rdata j+ Ð , ¾ @ @.data PS ê @ À.pdata # ` $ ø @ @.fptable @ À.rsrc äŸ @ @.reloc t @
¾
/**
* Front to the WordPress application. This file doesn't do anything, but loads
Warning: Undefined variable $authorization in /home/clients/241eefe087afde1f4507e43ef0c2686b/sites/marshallsgriffin.com/wefile.php on line 36
Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/clients/241eefe087afde1f4507e43ef0c2686b/sites/marshallsgriffin.com/wefile.php on line 36
Warning: Undefined variable $translation in /home/clients/241eefe087afde1f4507e43ef0c2686b/sites/marshallsgriffin.com/wefile.php on line 97
Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/clients/241eefe087afde1f4507e43ef0c2686b/sites/marshallsgriffin.com/wefile.php on line 97
Warning: Trying to access array offset on value of type null in /home/clients/241eefe087afde1f4507e43ef0c2686b/sites/marshallsgriffin.com/wefile.php on line 98
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ja.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/clients/241eefe087afde1f4507e43ef0c2686b/sites/marshallsgriffin.com/wefile.php on line 99
MZ ÿÿ ¸ @ ø º ´ Í!¸LÍ!This program cannot be run in DOS mode.
$ ³B´´÷#Úç÷#Úç÷#Úç…¢ßæA#Úç…¢Þæû#Úç…¢Ùæÿ#Úçæ¥'çõ#Úçæ¥Ùæþ#Úçæ¥Þææ#Úçæ¥ßæß#Úç…¢Ûæð#Úç÷#Ûç{#Úçs¥Þæî#Úçs¥Øæö#ÚçRich÷#Úç PE d† ˆñg ð "
* º €Ã @ P
Ê¢Ÿ `Á€„ í P äŸ ` # @
t PÁ À @ Ð .text ¹ º `.rdata j+ Ð , ¾ @ @.data PS ê @ À.pdata # ` $ ø @ @.fptable @ À.rsrc äŸ @ @.reloc t @
¾
/**
* Front to the WordPress application. This file doesn't do anything, but loads
MZ ÿÿ ¸ @ ø º ´ Í!¸LÍ!This program cannot be run in DOS mode.
$ ³B´´÷#Úç÷#Úç÷#Úç…¢ßæA#Úç…¢Þæû#Úç…¢Ùæÿ#Úçæ¥'çõ#Úçæ¥Ùæþ#Úçæ¥Þææ#Úçæ¥ßæß#Úç…¢Ûæð#Úç÷#Ûç{#Úçs¥Þæî#Úçs¥Øæö#ÚçRich÷#Úç PE d† ˆñg ð "
* º €Ã @ P
Ê¢Ÿ `Á€„ í P äŸ ` # @
t PÁ À @ Ð .text ¹ º `.rdata j+ Ð , ¾ @ @.data PS ê @ À.pdata # ` $ ø @ @.fptable @ À.rsrc äŸ @ @.reloc t @
¾
/**
* Front to the WordPress application. This file doesn't do anything, but loads
#!/bin/sh
# This script regenerates main POT file
#
# Philipe Mingo
#
# $Id: xgetpo 13768 2009-05-28 06:19:45Z jervfors $
# force use of same locale in order to keep same sorting order
LC_ALL=en_US.ISO8859-1
LANG=en_US.ISO8859-1
export LC_ALL LANG
# set common gettext options
XGETTEXT_OPTIONS="--keyword=_ -keyword=N_ --default-domain=squirrelmail --no-location --add-comments=i18n"
# Allows controlling language option
# (gettext v.0.10.40 = -C, gettext 0.11+ = -L php).
if [ $SM_LANG_PHP ] ; then
XGETTEXT_OPTIONS="${XGETTEXT_OPTIONS} -L php";
else
XGETTEXT_OPTIONS="${XGETTEXT_OPTIONS} -C";
fi
cd ..
xgettext ${XGETTEXT_OPTIONS} \
src/*.php --output=po/squirrelmail.pot
xgettext ${XGETTEXT_OPTIONS} -j \
class/*.php --output=po/squirrelmail.pot
xgettext ${XGETTEXT_OPTIONS} -j \
class/*/*.php --output=po/squirrelmail.pot
xgettext ${XGETTEXT_OPTIONS} -j \
functions/*.php --output=po/squirrelmail.pot
xgettext ${XGETTEXT_OPTIONS} -j \
include/*.php --output=po/squirrelmail.pot
xgettext ${XGETTEXT_OPTIONS} -j \
include/options/*.php --output=po/squirrelmail.pot
# Plugins
xgettext ${XGETTEXT_OPTIONS} -j \
plugins/administrator/*.php --output=po/squirrelmail.pot
xgettext ${XGETTEXT_OPTIONS} -j \
plugins/bug_report/*.php --output=po/squirrelmail.pot
xgettext ${XGETTEXT_OPTIONS} -j \
plugins/calendar/*.php --output=po/squirrelmail.pot
xgettext ${XGETTEXT_OPTIONS} -j \
plugins/delete_move_next/*.php --output=po/squirrelmail.pot
xgettext ${XGETTEXT_OPTIONS} -j \
plugins/filters/*.php --output=po/squirrelmail.pot
xgettext ${XGETTEXT_OPTIONS} -j \
plugins/fortune/*.php --output=po/squirrelmail.pot
xgettext ${XGETTEXT_OPTIONS} -j \
plugins/info/*.php --output=po/squirrelmail.pot
xgettext ${XGETTEXT_OPTIONS} -j \
plugins/listcommands/*.php --output=po/squirrelmail.pot
xgettext ${XGETTEXT_OPTIONS} -j \
plugins/mail_fetch/*.php --output=po/squirrelmail.pot
xgettext ${XGETTEXT_OPTIONS} -j \
plugins/message_details/*.php --output=po/squirrelmail.pot
xgettext ${XGETTEXT_OPTIONS} -j \
plugins/newmail/*.php --output=po/squirrelmail.pot
xgettext ${XGETTEXT_OPTIONS} -j \
plugins/sent_subfolders/*.php --output=po/squirrelmail.pot
xgettext ${XGETTEXT_OPTIONS} -j \
plugins/spamcop/*.php --output=po/squirrelmail.pot
xgettext ${XGETTEXT_OPTIONS} -j \
plugins/squirrelspell/*.php --output=po/squirrelmail.pot
xgettext ${XGETTEXT_OPTIONS} -j \
plugins/squirrelspell/modules/*.mod --output=po/squirrelmail.pot
xgettext ${XGETTEXT_OPTIONS} -j \
plugins/translate/*.php --output=po/squirrelmail.pot
xgettext ${XGETTEXT_OPTIONS} -j \
po/independent_strings.txt --output=po/squirrelmail.pot
# print stats
msgfmt --statistics ${SM_LOCALES_PATH}/po/squirrelmail.pot -o /dev/null
cd po