2023-02-14 01:21:52 +01:00
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
2023-03-11 11:54:47 +01:00
|
|
|
"POT-Creation-Date: 2023-03-11 11:52+0100\n"
|
|
|
|
"PO-Revision-Date: 2023-03-11 11:52+0100\n"
|
2023-02-14 01:21:52 +01:00
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
2023-03-03 10:44:13 +01:00
|
|
|
#: Cli.php:44
|
|
|
|
msgid "Create a new project using EesyPHP framework"
|
2023-02-25 05:02:27 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-03 10:44:13 +01:00
|
|
|
#: Cli.php:47
|
|
|
|
msgid ""
|
|
|
|
"This command could be used to easily build the structure of a new project "
|
|
|
|
"using the EesyPHP framework."
|
2023-02-25 17:18:51 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-03 10:44:13 +01:00
|
|
|
#: Cli.php:55
|
|
|
|
msgid "Start the PHP built-in HTTP server to serve the application"
|
2023-02-25 05:02:27 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-03 10:44:13 +01:00
|
|
|
#: Cli.php:58
|
|
|
|
msgid ""
|
|
|
|
"This command could be used to start the PHP built-in HTTP server to serve "
|
|
|
|
"the application."
|
2023-02-25 05:02:27 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-03 10:44:13 +01:00
|
|
|
#: Cli.php:89
|
|
|
|
#, php-format
|
|
|
|
msgid "The CLI command '%s' already exists."
|
2023-02-25 05:02:27 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-03 10:44:13 +01:00
|
|
|
#: Cli.php:94
|
2023-02-14 01:21:52 +01:00
|
|
|
#, php-format
|
2023-03-03 10:44:13 +01:00
|
|
|
msgid "The CLI command '%s' handler is not callable !"
|
2023-02-14 01:21:52 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-03 10:44:13 +01:00
|
|
|
#: Cli.php:126
|
2023-02-14 01:21:52 +01:00
|
|
|
#, php-format
|
2023-03-03 10:44:13 +01:00
|
|
|
msgid "Usage: %s [-h] [-qd] command\n"
|
2023-02-14 01:21:52 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-03 10:44:13 +01:00
|
|
|
#: Cli.php:127
|
|
|
|
msgid " -h Show this message\n"
|
2023-02-14 01:21:52 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-03 10:44:13 +01:00
|
|
|
#: Cli.php:128
|
|
|
|
msgid " -q / -d Quiet/Debug mode\n"
|
2023-02-14 01:21:52 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-03 10:44:13 +01:00
|
|
|
#: Cli.php:129
|
|
|
|
msgid " --trace Trace mode (the most verbose)\n"
|
2023-02-14 01:21:52 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-03 10:44:13 +01:00
|
|
|
#: Cli.php:130
|
|
|
|
msgid " -l / --log-file Overwrite log file specified in configuration\n"
|
2023-02-14 01:21:52 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-03 10:44:13 +01:00
|
|
|
#: Cli.php:131
|
|
|
|
msgid " -C / --console Enable log on console\n"
|
2023-02-14 01:21:52 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-03 10:44:13 +01:00
|
|
|
#: Cli.php:132
|
|
|
|
msgid " command Command to run\n"
|
2023-02-14 01:21:52 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-03 10:44:13 +01:00
|
|
|
#: Cli.php:134
|
|
|
|
msgid "Available commands:\n"
|
2023-02-14 01:21:52 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-03 10:44:13 +01:00
|
|
|
#: Cli.php:184
|
|
|
|
msgid "Only one command could be executed !"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: Cli.php:221
|
|
|
|
#, php-format
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid ""
|
2023-03-03 10:44:13 +01:00
|
|
|
"Invalid parameter \"%s\".\n"
|
|
|
|
"Note: Command's parameter/argument must be place after the command."
|
2023-02-14 01:21:52 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-03 10:44:13 +01:00
|
|
|
#: Cli.php:246
|
|
|
|
#, php-format
|
|
|
|
msgid "An exception occured running command %s"
|
2023-02-14 01:21:52 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: Cli.php:309
|
2023-03-03 10:44:13 +01:00
|
|
|
msgid ""
|
|
|
|
"This command only accept one argument: the listen address in format \"host:"
|
|
|
|
"port\" or \":port\" (= 0.0.0.0:port)."
|
2023-02-14 01:21:52 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: Cli.php:320
|
2023-03-03 10:44:13 +01:00
|
|
|
msgid ""
|
|
|
|
"Invalid listen address specify. Must be in formart host:port (or :port)."
|
2023-02-14 01:21:52 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: Cli.php:330
|
2023-03-03 10:44:13 +01:00
|
|
|
msgid "Invalid listen host specified. Must be an IPv4 or IPv6 address."
|
2023-02-14 01:21:52 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: Cli.php:337
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid ""
|
2023-03-03 10:44:13 +01:00
|
|
|
"Invalid listen port specified. Must be a positive integer between 1 and "
|
|
|
|
"65535."
|
2023-02-14 01:21:52 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: Cli.php:367
|
2023-03-03 10:44:13 +01:00
|
|
|
msgid "Can't invoke bash. Can't ask password prompt."
|
2023-02-14 01:21:52 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: Cli.php:370
|
2023-03-03 10:44:13 +01:00
|
|
|
msgid "Please enter password:"
|
2023-02-14 01:21:52 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-11 11:54:47 +01:00
|
|
|
#: Db.php:74
|
|
|
|
msgid "Unable to connect to the database."
|
2023-03-07 17:49:37 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-11 11:54:47 +01:00
|
|
|
#: Auth/Form.php:41
|
|
|
|
msgid "Invalid username or password."
|
2023-03-07 17:49:37 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-11 11:54:47 +01:00
|
|
|
#: Auth/Form.php:74
|
|
|
|
msgid "Sign in"
|
2023-03-07 17:49:37 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-11 11:54:47 +01:00
|
|
|
#: Auth/Http.php:37 Url.php:181
|
|
|
|
msgid "Authentication required"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: Auth/Http.php:124 Auth/Http.php:127 Url.php:185
|
|
|
|
msgid "Access denied"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: Auth/Http.php:128 Auth/Http.php:132
|
|
|
|
msgid "You must login to access this page."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: Email.php:101
|
|
|
|
#, php-format
|
|
|
|
msgid "</hr><p><small>Mail initialy intended for %s.</small></p>"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: Email.php:102
|
|
|
|
#, php-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"\n"
|
|
|
|
"\n"
|
|
|
|
"Mail initialy intended for %s."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: Email.php:139
|
|
|
|
#, php-format
|
|
|
|
msgid "<p><small>%s: %s</small></p>"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: Email.php:140
|
|
|
|
#, php-format
|
|
|
|
msgid ""
|
|
|
|
"\n"
|
|
|
|
"%s: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: Tpl.php:421
|
|
|
|
msgid "No template specified."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: Tpl.php:454
|
|
|
|
msgid "An error occurred while displaying this page."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: Url.php:177
|
|
|
|
msgid "Bad request"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: Url.php:178
|
|
|
|
msgid "Invalid request."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: Url.php:182
|
|
|
|
msgid "You have to be authenticated to access to this page."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: Url.php:186
|
|
|
|
msgid ""
|
|
|
|
"You do not have access to this application. If you think this is an error, "
|
|
|
|
"please contact support."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: Url.php:189
|
|
|
|
msgid "Whoops ! Page not found"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: Url.php:190
|
|
|
|
msgid "The requested page can not be found."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: Url.php:198
|
|
|
|
msgid "Error"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: Url.php:199
|
|
|
|
msgid "An unknown error occurred. If problem persist, please contact support."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: Url.php:262
|
|
|
|
msgid ""
|
|
|
|
"Unable to determine the requested page. If the problem persists, please "
|
|
|
|
"contact support."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: Url.php:416
|
|
|
|
msgid ""
|
|
|
|
"Unable to determine the requested page (loop detected). If the problem "
|
|
|
|
"persists, please contact support."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: Url.php:446
|
|
|
|
msgid "This request cannot be processed."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: Url.php:456
|
|
|
|
msgid "Authentication required but fail to authenticate you."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: Url.php:475
|
|
|
|
msgid "This request could not be processed correctly."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: I18n.php:118 App.php:238
|
|
|
|
msgid "Hello world !"
|
2023-02-14 01:21:52 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-03 10:44:13 +01:00
|
|
|
#: I18n.php:138
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid "Extract messages that need to be translated"
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-03 10:44:13 +01:00
|
|
|
#: I18n.php:140
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid ""
|
|
|
|
"This command could be used to generate/update locales/messages.pot file."
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-03 10:44:13 +01:00
|
|
|
#: I18n.php:146
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid "Update messages in translation PO lang files"
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-03 10:44:13 +01:00
|
|
|
#: I18n.php:148
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid ""
|
|
|
|
"This command could be used to init/update PO files in locales/*/LC_MESSAGES "
|
|
|
|
"directories."
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-03 10:44:13 +01:00
|
|
|
#: I18n.php:155
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid ""
|
|
|
|
"Compile messages from existing translation PO lang files to corresponding MO "
|
|
|
|
"files and JS catalogs"
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-03 10:44:13 +01:00
|
|
|
#: I18n.php:160
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid ""
|
|
|
|
"This command could be used to compile PO files in locales/*/LC_MESSAGES "
|
|
|
|
"directories to MO files and as JS catalogs in locales directory."
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:356
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid "Fail to list EesyPHP PHP files."
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:376
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid "Fail to extract messages from EesyPHP PHP files using xgettext."
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:393
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid "Fail to list application PHP files."
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:413
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid "Fail to extract messages from PHP files using xgettext."
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:429
|
2023-02-14 01:21:52 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "Fail to list JS files in the directory of static files '%s'."
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:451
|
2023-02-14 01:21:52 +01:00
|
|
|
#, php-format
|
|
|
|
msgid ""
|
|
|
|
"Fail to extract messages from JS files in the directory of static files '%s' "
|
|
|
|
"using xgettext."
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:473
|
2023-02-14 01:21:52 +01:00
|
|
|
#, php-format
|
|
|
|
msgid ""
|
|
|
|
"Fail to extract messages from templates directory '%s' using tsmarty2c.php "
|
|
|
|
"script."
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:509
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid "Fail to merge messages using msgcat."
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:523
|
2023-02-14 01:21:52 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "Compendium file %s not found."
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:534
|
2023-02-14 01:21:52 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "POT file not found (%s). Please run extract_messages first."
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:546 I18n.php:656
|
2023-02-14 01:21:52 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "Lang directory '%s' found"
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:552 I18n.php:662
|
2023-02-14 01:21:52 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "LC_MESSAGES directory not found in lang '%s' directory, ignore it."
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:567
|
2023-02-14 01:21:52 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "Fail to init messages in %s PO file using msginit (%s)."
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:585
|
2023-02-14 01:21:52 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "Fail to update messages in %s PO file using msgmerge (%s)."
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:591 I18n.php:670
|
2023-02-14 01:21:52 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "PO file not found in lang '%s' directory, ignore it."
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:598 I18n.php:725
|
2023-02-14 01:21:52 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "Fail to open root lang directory (%s)."
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:626
|
2023-02-14 01:21:52 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "Lang alias symlink found: %s -> %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:633
|
2023-02-14 01:21:52 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "JS catalog symlink for %s -> %s created (%s)"
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:637
|
2023-02-14 01:21:52 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "Fail to create JS catalog symlink for %s -> %s (%s)"
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:643
|
2023-02-14 01:21:52 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "JS catalog symlink for %s -> %s already exist (%s)"
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:648
|
2023-02-14 01:21:52 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "JS catalog file for %s already exist, but it's not a symlink to %s (%s)"
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:683
|
2023-02-14 01:21:52 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "Fail to compile messages from %s PO file as MO file using msgfmt (%s)."
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:695
|
2023-02-14 01:21:52 +01:00
|
|
|
#, php-format
|
2023-03-07 17:49:37 +01:00
|
|
|
msgid "Include core translated messages from %s PO file"
|
2023-02-14 01:21:52 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:702
|
2023-02-14 01:21:52 +01:00
|
|
|
#, php-format
|
2023-03-07 17:49:37 +01:00
|
|
|
msgid ""
|
|
|
|
"Core PO file %s not found: can not include its translated messages in "
|
|
|
|
"resulting JSON catalog."
|
2023-02-14 01:21:52 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:708
|
2023-02-14 01:21:52 +01:00
|
|
|
#, php-format
|
2023-03-07 17:49:37 +01:00
|
|
|
msgid "Fail to open %s JS catalog file in write mode (%s)."
|
2023-02-14 01:21:52 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:713
|
2023-03-03 10:44:13 +01:00
|
|
|
#, php-format
|
2023-03-07 17:49:37 +01:00
|
|
|
msgid "Fail to write %s JS catalog in file (%s)."
|
2023-02-14 01:21:52 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: I18n.php:718
|
2023-03-03 10:44:13 +01:00
|
|
|
#, php-format
|
2023-03-07 17:49:37 +01:00
|
|
|
msgid "%s JS catalog writed (%s)."
|
2023-02-25 05:02:27 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-11 11:54:47 +01:00
|
|
|
#: App.php:240
|
|
|
|
msgid "Hello world!"
|
2023-02-25 05:02:27 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-11 11:54:47 +01:00
|
|
|
#: App.php:251
|
|
|
|
msgid "Disconnected"
|
2023-03-09 18:16:09 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2023-03-11 11:54:47 +01:00
|
|
|
#: App.php:253
|
|
|
|
msgid "You are now disconnected."
|
2023-03-07 17:49:37 +01:00
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: static/js/myconfirm.js:4 static/js/myconfirm.js:187
|
|
|
|
#: static/js/myconfirm.js:216
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid "Confirmation"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: static/js/myconfirm.js:5
|
|
|
|
msgid "Do you confirm?"
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: static/js/myconfirm.js:18 static/js/myconfirm.js:122
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid "Cancel"
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: static/js/myconfirm.js:24 static/js/myconfirm.js:128
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid "Validate"
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: static/js/myconfirm.js:64
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid "OK"
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: static/js/myconfirm.js:103
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid "Question"
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: static/js/myconfirm.js:104
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid "Please enter your answer below:"
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: static/js/myconfirm.js:157
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid "Please wait"
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: static/js/myconfirm.js:158
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid "Please wait while your request is being processed."
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: static/js/myconfirm.js:188 static/js/myconfirm.js:217
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid "Are you sure?"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: templates/fatal_error.tpl:3
|
|
|
|
msgid "Oops..."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: templates/fatal_error.tpl:5
|
|
|
|
msgid ""
|
|
|
|
"A fatal error has occurred and it is preventing this application from "
|
|
|
|
"working properly. Please try again later or contact support."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: templates/fatal_error.tpl:7
|
|
|
|
msgid "Error: %1"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: templates/fatal_error.tpl:9
|
|
|
|
msgid "Back"
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: templates/homepage.tpl:6
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid "Hello, world!"
|
|
|
|
msgstr ""
|
|
|
|
|
2023-03-07 17:49:37 +01:00
|
|
|
#: templates/homepage.tpl:8
|
2023-02-14 01:21:52 +01:00
|
|
|
msgid ""
|
|
|
|
"This is the default page of a new app using EesyPHP framework. Register your "
|
|
|
|
"own templates directory and create a <em>homepage.tpl</em> file to overwrite "
|
|
|
|
"it. You could also overwrite the URL handler for the root of the web "
|
|
|
|
"application."
|
|
|
|
msgstr ""
|
2023-03-11 11:54:47 +01:00
|
|
|
|
|
|
|
#: templates/empty.tpl:72
|
|
|
|
msgid "Sign out"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: templates/empty.tpl:81
|
|
|
|
msgid "Log in"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: templates/login.tpl:19 templates/login.tpl:20
|
|
|
|
msgid "Username"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: templates/login.tpl:24 templates/login.tpl:25
|
|
|
|
msgid "Password"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: templates/login.tpl:29
|
|
|
|
msgid "Submit"
|
|
|
|
msgstr ""
|