579 lines
11 KiB
Text
579 lines
11 KiB
Text
msgid ""
|
|
msgstr ""
|
|
"POT-Creation-Date: 2023-04-22 18:48+0200\n"
|
|
"PO-Revision-Date: 2023-04-22 18:48+0200\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
#: Tpl.php:437
|
|
msgid "No template specified."
|
|
msgstr ""
|
|
|
|
#: Tpl.php:471
|
|
msgid "An error occurred while displaying this page."
|
|
msgstr ""
|
|
|
|
#: Tpl.php:871
|
|
msgid "Unkwown"
|
|
msgstr ""
|
|
|
|
#: Db.php:80
|
|
msgid "Unable to connect to the database."
|
|
msgstr ""
|
|
|
|
#: Auth/Form.php:51
|
|
msgid "Invalid username or password."
|
|
msgstr ""
|
|
|
|
#: Auth/Form.php:92
|
|
msgid "Sign in"
|
|
msgstr ""
|
|
|
|
#: 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 ""
|
|
|
|
#: 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 ""
|
|
|
|
#: Cli.php:44
|
|
msgid "Create a new project using EesyPHP framework"
|
|
msgstr ""
|
|
|
|
#: Cli.php:47
|
|
msgid ""
|
|
"This command could be used to easily build the structure of a new project "
|
|
"using the EesyPHP framework."
|
|
msgstr ""
|
|
|
|
#: Cli.php:55
|
|
msgid "Start the PHP built-in HTTP server to serve the application"
|
|
msgstr ""
|
|
|
|
#: Cli.php:58
|
|
msgid ""
|
|
"This command could be used to start the PHP built-in HTTP server to serve\n"
|
|
"the application.\n"
|
|
"\n"
|
|
"Additionnal parameters:\n"
|
|
" -P/--enable-profiler Enable Xdebug profiler\n"
|
|
" -O/--profiler-output [path] Xdebug profiler output directory path"
|
|
msgstr ""
|
|
|
|
#: Cli.php:94
|
|
#, php-format
|
|
msgid "The CLI command '%s' already exists."
|
|
msgstr ""
|
|
|
|
#: Cli.php:99
|
|
#, php-format
|
|
msgid "The CLI command '%s' handler is not callable !"
|
|
msgstr ""
|
|
|
|
#: Cli.php:131
|
|
#, php-format
|
|
msgid "Usage: %s [-h] [-qd] command\n"
|
|
msgstr ""
|
|
|
|
#: Cli.php:132
|
|
msgid " -h Show this message\n"
|
|
msgstr ""
|
|
|
|
#: Cli.php:133
|
|
msgid " -q / -d Quiet/Debug mode\n"
|
|
msgstr ""
|
|
|
|
#: Cli.php:134
|
|
msgid " --trace Trace mode (the most verbose)\n"
|
|
msgstr ""
|
|
|
|
#: Cli.php:135
|
|
msgid " -l / --log-file Overwrite log file specified in configuration\n"
|
|
msgstr ""
|
|
|
|
#: Cli.php:136
|
|
msgid " -C / --console Enable log on console\n"
|
|
msgstr ""
|
|
|
|
#: Cli.php:137
|
|
msgid " command Command to run\n"
|
|
msgstr ""
|
|
|
|
#: Cli.php:139
|
|
msgid "Available commands:\n"
|
|
msgstr ""
|
|
|
|
#: Cli.php:189
|
|
msgid "Only one command could be executed !"
|
|
msgstr ""
|
|
|
|
#: Cli.php:226
|
|
#, php-format
|
|
msgid ""
|
|
"Invalid parameter \"%s\".\n"
|
|
"Note: Command's parameter/argument must be place after the command."
|
|
msgstr ""
|
|
|
|
#: Cli.php:251
|
|
#, php-format
|
|
msgid "An exception occured running command %s"
|
|
msgstr ""
|
|
|
|
#: Cli.php:319
|
|
msgid "The PHP XDEBUG extension is missing."
|
|
msgstr ""
|
|
|
|
#: Cli.php:330
|
|
#, php-format
|
|
msgid "Invalid profiler output directory \"%s\": not found"
|
|
msgstr ""
|
|
|
|
#: Cli.php:337
|
|
#, php-format
|
|
msgid "Invalid profiler output directory \"%s\": not writeable"
|
|
msgstr ""
|
|
|
|
#: Cli.php:349
|
|
#, php-format
|
|
msgid "Invalid parameter \"%s\""
|
|
msgstr ""
|
|
|
|
#: Cli.php:362
|
|
msgid ""
|
|
"Invalid listen address specify. Must be in formart host:port (or :port)."
|
|
msgstr ""
|
|
|
|
#: Cli.php:372
|
|
msgid "Invalid listen host specified. Must be an IPv4 or IPv6 address."
|
|
msgstr ""
|
|
|
|
#: Cli.php:379
|
|
msgid ""
|
|
"Invalid listen port specified. Must be a positive integer between 1 and "
|
|
"65535."
|
|
msgstr ""
|
|
|
|
#: Cli.php:423
|
|
msgid "Can't invoke bash. Can't ask password prompt."
|
|
msgstr ""
|
|
|
|
#: Cli.php:426
|
|
msgid "Please enter password:"
|
|
msgstr ""
|
|
|
|
#: functions.php:304
|
|
msgid "d"
|
|
msgstr ""
|
|
|
|
#: functions.php:305
|
|
msgid "h"
|
|
msgstr ""
|
|
|
|
#: functions.php:306
|
|
msgid "m"
|
|
msgstr ""
|
|
|
|
#: functions.php:307
|
|
msgid "s"
|
|
msgstr ""
|
|
|
|
#: functions.php:308
|
|
msgid "ms"
|
|
msgstr ""
|
|
|
|
#: functions.php:309
|
|
msgid "ns"
|
|
msgstr ""
|
|
|
|
#: functions.php:327
|
|
#, php-format
|
|
msgid "Less than 1%s"
|
|
msgstr ""
|
|
|
|
#: App.php:241 I18n.php:118
|
|
msgid "Hello world !"
|
|
msgstr ""
|
|
|
|
#: App.php:243
|
|
msgid "Hello world!"
|
|
msgstr ""
|
|
|
|
#: App.php:254
|
|
msgid "Disconnected"
|
|
msgstr ""
|
|
|
|
#: App.php:256
|
|
msgid "You are now disconnected."
|
|
msgstr ""
|
|
|
|
#: I18n.php:138
|
|
msgid "Extract messages that need to be translated"
|
|
msgstr ""
|
|
|
|
#: I18n.php:140
|
|
msgid ""
|
|
"This command could be used to generate/update locales/messages.pot file."
|
|
msgstr ""
|
|
|
|
#: I18n.php:146
|
|
msgid "Update messages in translation PO lang files"
|
|
msgstr ""
|
|
|
|
#: I18n.php:148
|
|
msgid ""
|
|
"This command could be used to init/update PO files in locales/*/LC_MESSAGES "
|
|
"directories."
|
|
msgstr ""
|
|
|
|
#: I18n.php:155
|
|
msgid ""
|
|
"Compile messages from existing translation PO lang files to corresponding MO "
|
|
"files and JS catalogs"
|
|
msgstr ""
|
|
|
|
#: I18n.php:160
|
|
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 ""
|
|
|
|
#: I18n.php:347
|
|
msgid "Fail to list EesyPHP PHP files."
|
|
msgstr ""
|
|
|
|
#: I18n.php:367
|
|
msgid "Fail to extract messages from EesyPHP PHP files using xgettext."
|
|
msgstr ""
|
|
|
|
#: I18n.php:384
|
|
msgid "Fail to list application PHP files."
|
|
msgstr ""
|
|
|
|
#: I18n.php:404
|
|
msgid "Fail to extract messages from PHP files using xgettext."
|
|
msgstr ""
|
|
|
|
#: I18n.php:420
|
|
#, php-format
|
|
msgid "Fail to list JS files in the directory of static files '%s'."
|
|
msgstr ""
|
|
|
|
#: I18n.php:442
|
|
#, php-format
|
|
msgid ""
|
|
"Fail to extract messages from JS files in the directory of static files '%s' "
|
|
"using xgettext."
|
|
msgstr ""
|
|
|
|
#: I18n.php:464
|
|
#, php-format
|
|
msgid ""
|
|
"Fail to extract messages from templates directory '%s' using tsmarty2c.php "
|
|
"script."
|
|
msgstr ""
|
|
|
|
#: I18n.php:500
|
|
msgid "Fail to merge messages using msgcat."
|
|
msgstr ""
|
|
|
|
#: I18n.php:514
|
|
#, php-format
|
|
msgid "Compendium file %s not found."
|
|
msgstr ""
|
|
|
|
#: I18n.php:525
|
|
#, php-format
|
|
msgid "POT file not found (%s). Please run extract_messages first."
|
|
msgstr ""
|
|
|
|
#: I18n.php:537 I18n.php:647
|
|
#, php-format
|
|
msgid "Lang directory '%s' found"
|
|
msgstr ""
|
|
|
|
#: I18n.php:543 I18n.php:653
|
|
#, php-format
|
|
msgid "LC_MESSAGES directory not found in lang '%s' directory, ignore it."
|
|
msgstr ""
|
|
|
|
#: I18n.php:558
|
|
#, php-format
|
|
msgid "Fail to init messages in %s PO file using msginit (%s)."
|
|
msgstr ""
|
|
|
|
#: I18n.php:576
|
|
#, php-format
|
|
msgid "Fail to update messages in %s PO file using msgmerge (%s)."
|
|
msgstr ""
|
|
|
|
#: I18n.php:582 I18n.php:661
|
|
#, php-format
|
|
msgid "PO file not found in lang '%s' directory, ignore it."
|
|
msgstr ""
|
|
|
|
#: I18n.php:589 I18n.php:716
|
|
#, php-format
|
|
msgid "Fail to open root lang directory (%s)."
|
|
msgstr ""
|
|
|
|
#: I18n.php:617
|
|
#, php-format
|
|
msgid "Lang alias symlink found: %s -> %s"
|
|
msgstr ""
|
|
|
|
#: I18n.php:624
|
|
#, php-format
|
|
msgid "JS catalog symlink for %s -> %s created (%s)"
|
|
msgstr ""
|
|
|
|
#: I18n.php:628
|
|
#, php-format
|
|
msgid "Fail to create JS catalog symlink for %s -> %s (%s)"
|
|
msgstr ""
|
|
|
|
#: I18n.php:634
|
|
#, php-format
|
|
msgid "JS catalog symlink for %s -> %s already exist (%s)"
|
|
msgstr ""
|
|
|
|
#: I18n.php:639
|
|
#, php-format
|
|
msgid "JS catalog file for %s already exist, but it's not a symlink to %s (%s)"
|
|
msgstr ""
|
|
|
|
#: I18n.php:674
|
|
#, php-format
|
|
msgid "Fail to compile messages from %s PO file as MO file using msgfmt (%s)."
|
|
msgstr ""
|
|
|
|
#: I18n.php:686
|
|
#, php-format
|
|
msgid "Include core translated messages from %s PO file"
|
|
msgstr ""
|
|
|
|
#: I18n.php:693
|
|
#, php-format
|
|
msgid ""
|
|
"Core PO file %s not found: can not include its translated messages in "
|
|
"resulting JSON catalog."
|
|
msgstr ""
|
|
|
|
#: I18n.php:699
|
|
#, php-format
|
|
msgid "Fail to open %s JS catalog file in write mode (%s)."
|
|
msgstr ""
|
|
|
|
#: I18n.php:704
|
|
#, php-format
|
|
msgid "Fail to write %s JS catalog in file (%s)."
|
|
msgstr ""
|
|
|
|
#: I18n.php:709
|
|
#, php-format
|
|
msgid "%s JS catalog writed (%s)."
|
|
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 ""
|
|
|
|
#: static/js/myconfirm.js:4 static/js/myconfirm.js:187
|
|
#: static/js/myconfirm.js:216
|
|
msgid "Confirmation"
|
|
msgstr ""
|
|
|
|
#: static/js/myconfirm.js:5
|
|
msgid "Do you confirm?"
|
|
msgstr ""
|
|
|
|
#: static/js/myconfirm.js:18 static/js/myconfirm.js:122
|
|
msgid "Cancel"
|
|
msgstr ""
|
|
|
|
#: static/js/myconfirm.js:24 static/js/myconfirm.js:128
|
|
msgid "Validate"
|
|
msgstr ""
|
|
|
|
#: static/js/myconfirm.js:64
|
|
msgid "OK"
|
|
msgstr ""
|
|
|
|
#: static/js/myconfirm.js:103
|
|
msgid "Question"
|
|
msgstr ""
|
|
|
|
#: static/js/myconfirm.js:104
|
|
msgid "Please enter your answer below:"
|
|
msgstr ""
|
|
|
|
#: static/js/myconfirm.js:157
|
|
msgid "Please wait"
|
|
msgstr ""
|
|
|
|
#: static/js/myconfirm.js:158
|
|
msgid "Please wait while your request is being processed."
|
|
msgstr ""
|
|
|
|
#: static/js/myconfirm.js:188 static/js/myconfirm.js:217
|
|
msgid "Are you sure?"
|
|
msgstr ""
|
|
|
|
#: templates/login.tpl:20 templates/login.tpl:21
|
|
msgid "Username"
|
|
msgstr ""
|
|
|
|
#: templates/login.tpl:26 templates/login.tpl:27
|
|
msgid "Password"
|
|
msgstr ""
|
|
|
|
#: templates/login.tpl:33
|
|
msgid "Remember username"
|
|
msgstr ""
|
|
|
|
#: templates/login.tpl:38
|
|
msgid "Submit"
|
|
msgstr ""
|
|
|
|
#: templates/fatal_error.tpl:7
|
|
msgid "Oops..."
|
|
msgstr ""
|
|
|
|
#: templates/fatal_error.tpl:10
|
|
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:13
|
|
msgid "Error: %1"
|
|
msgstr ""
|
|
|
|
#: templates/fatal_error.tpl:17
|
|
msgid "Back"
|
|
msgstr ""
|
|
|
|
#: templates/empty.tpl:72
|
|
msgid "Sign out"
|
|
msgstr ""
|
|
|
|
#: templates/empty.tpl:82
|
|
msgid "Log in"
|
|
msgstr ""
|
|
|
|
#: templates/empty.tpl:119
|
|
msgid "Loading time:"
|
|
msgstr ""
|
|
|
|
#: templates/empty.tpl:120
|
|
msgid "Page: %1"
|
|
msgstr ""
|
|
|
|
#: templates/empty.tpl:121
|
|
msgid "Database: %1"
|
|
msgstr ""
|
|
|
|
#: templates/empty.tpl:122
|
|
msgid "Templating: "
|
|
msgstr ""
|
|
|
|
#: templates/empty.tpl:123
|
|
msgid "Total: "
|
|
msgstr ""
|
|
|
|
#: templates/homepage.tpl:6
|
|
msgid "Hello, world!"
|
|
msgstr ""
|
|
|
|
#: templates/homepage.tpl:8
|
|
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 ""
|