749 lines
14 KiB
Text
749 lines
14 KiB
Text
msgid ""
|
|
msgstr ""
|
|
"POT-Creation-Date: 2023-02-13 02:32+0100\n"
|
|
"PO-Revision-Date: 2023-02-13 02:32+0100\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
#: Cli.php:34
|
|
#, php-format
|
|
msgid "The CLI command '%s' already exists."
|
|
msgstr ""
|
|
|
|
#: Cli.php:39
|
|
#, php-format
|
|
msgid "The CLI command '%s' handler is not callable !"
|
|
msgstr ""
|
|
|
|
#: Cli.php:71
|
|
#, php-format
|
|
msgid "Usage: %s [-h] [-qd] command\n"
|
|
msgstr ""
|
|
|
|
#: Cli.php:72
|
|
msgid " -h Show this message\n"
|
|
msgstr ""
|
|
|
|
#: Cli.php:73
|
|
msgid " -q / -d Quiet/Debug mode\n"
|
|
msgstr ""
|
|
|
|
#: Cli.php:74
|
|
msgid " --trace Trace mode (the most verbose)\n"
|
|
msgstr ""
|
|
|
|
#: Cli.php:75
|
|
msgid " command Command to run\n"
|
|
msgstr ""
|
|
|
|
#: Cli.php:77
|
|
msgid "Available commands:\n"
|
|
msgstr ""
|
|
|
|
#: Cli.php:125
|
|
msgid "Only one command could be executed !"
|
|
msgstr ""
|
|
|
|
#: Cli.php:153
|
|
#, php-format
|
|
msgid ""
|
|
"Invalid parameter \"%s\".\n"
|
|
"Note: Command's parameter/argument must be place after the command."
|
|
msgstr ""
|
|
|
|
#: Cli.php:178
|
|
#, php-format
|
|
msgid "An exception occured running command %s"
|
|
msgstr ""
|
|
|
|
#: Db.php:74
|
|
msgid "Unable to connect to the database."
|
|
msgstr ""
|
|
|
|
#: Email.php:141
|
|
#, php-format
|
|
msgid "</hr><p><small>Mail initialy intended for %s.</small></p>"
|
|
msgstr ""
|
|
|
|
#: Email.php:142
|
|
#, php-format
|
|
msgid ""
|
|
"\n"
|
|
"\n"
|
|
"\n"
|
|
"Mail initialy intended for %s."
|
|
msgstr ""
|
|
|
|
#: Email.php:178
|
|
#, php-format
|
|
msgid "<p><small>%s: %s</small></p>"
|
|
msgstr ""
|
|
|
|
#: Email.php:179
|
|
#, php-format
|
|
msgid ""
|
|
"\n"
|
|
"%s: %s"
|
|
msgstr ""
|
|
|
|
#: Tpl.php:339
|
|
msgid "No template specified."
|
|
msgstr ""
|
|
|
|
#: Tpl.php:370
|
|
msgid "An error occurred while displaying this page."
|
|
msgstr ""
|
|
|
|
#: Url.php:141
|
|
msgid "Bad request"
|
|
msgstr ""
|
|
|
|
#: Url.php:142
|
|
msgid "Invalid request."
|
|
msgstr ""
|
|
|
|
#: Url.php:145
|
|
msgid "Authentication required"
|
|
msgstr ""
|
|
|
|
#: Url.php:146
|
|
msgid "You have to be authenticated to access to this page."
|
|
msgstr ""
|
|
|
|
#: Url.php:149
|
|
msgid "Access denied"
|
|
msgstr ""
|
|
|
|
#: Url.php:150
|
|
msgid ""
|
|
"You do not have access to this application. If you think this is an error, "
|
|
"please contact support."
|
|
msgstr ""
|
|
|
|
#: Url.php:153
|
|
msgid "Whoops ! Page not found"
|
|
msgstr ""
|
|
|
|
#: Url.php:154
|
|
msgid "The requested page can not be found."
|
|
msgstr ""
|
|
|
|
#: Url.php:162
|
|
msgid "Error"
|
|
msgstr ""
|
|
|
|
#: Url.php:163
|
|
msgid "An unknown error occurred. If problem persist, please contact support."
|
|
msgstr ""
|
|
|
|
#: Url.php:226
|
|
msgid ""
|
|
"Unable to determine the requested page. If the problem persists, please "
|
|
"contact support."
|
|
msgstr ""
|
|
|
|
#: Url.php:376
|
|
msgid ""
|
|
"Unable to determine the requested page (loop detected). If the problem "
|
|
"persists, please contact support."
|
|
msgstr ""
|
|
|
|
#: Url.php:407
|
|
msgid "This request cannot be processed."
|
|
msgstr ""
|
|
|
|
#: Url.php:420
|
|
msgid ""
|
|
"Authentication required but force_authentication function is not defined."
|
|
msgstr ""
|
|
|
|
#: Url.php:429
|
|
msgid "This request could not be processed correctly."
|
|
msgstr ""
|
|
|
|
#: I18n.php:114 App.php:120
|
|
msgid "Hello world !"
|
|
msgstr ""
|
|
|
|
#: I18n.php:130
|
|
msgid "Extract messages that need to be translated"
|
|
msgstr ""
|
|
|
|
#: I18n.php:132
|
|
msgid "This command could be used to generate/update lang/messages.pot file."
|
|
msgstr ""
|
|
|
|
#: I18n.php:138
|
|
msgid "Update messages in translation PO lang files"
|
|
msgstr ""
|
|
|
|
#: I18n.php:140
|
|
msgid ""
|
|
"This command could be used to init/update PO files in lang/*/LC_MESSAGES "
|
|
"directories."
|
|
msgstr ""
|
|
|
|
#: I18n.php:147
|
|
msgid ""
|
|
"Compile messages from existing translation PO lang files to corresponding MO "
|
|
"files and JSON catalogs"
|
|
msgstr ""
|
|
|
|
#: I18n.php:152
|
|
msgid ""
|
|
"This command could be used to compile PO files in lang/*/LC_MESSAGES "
|
|
"directories to MO files and as JSON catalogs in public_html/translations."
|
|
msgstr ""
|
|
|
|
#: I18n.php:277
|
|
msgid "Fail to list EesyPHP PHP files."
|
|
msgstr ""
|
|
|
|
#: I18n.php:297
|
|
msgid "Fail to extract messages from EesyPHP PHP files using xgettext."
|
|
msgstr ""
|
|
|
|
#: I18n.php:309
|
|
msgid "Fail to list application PHP files."
|
|
msgstr ""
|
|
|
|
#: I18n.php:329
|
|
msgid "Fail to extract messages from PHP files using xgettext."
|
|
msgstr ""
|
|
|
|
#: I18n.php:342
|
|
#, php-format
|
|
msgid "Fail to list JS files in the directory of static files '%s'."
|
|
msgstr ""
|
|
|
|
#: I18n.php:364
|
|
#, php-format
|
|
msgid ""
|
|
"Fail to extract messages from JS files in the directory of static files '%s' "
|
|
"using xgettext."
|
|
msgstr ""
|
|
|
|
#: I18n.php:384
|
|
#, php-format
|
|
msgid ""
|
|
"Fail to extract messages from templates directory '%s' using tsmarty2c.php "
|
|
"script."
|
|
msgstr ""
|
|
|
|
#: I18n.php:420
|
|
msgid "Fail to merge messages using msgcat."
|
|
msgstr ""
|
|
|
|
#: I18n.php:434
|
|
#, php-format
|
|
msgid "Compendium file %s not found."
|
|
msgstr ""
|
|
|
|
#: I18n.php:441
|
|
#, php-format
|
|
msgid "POT file not found (%s). Please run extract_messages first."
|
|
msgstr ""
|
|
|
|
#: I18n.php:453 I18n.php:561
|
|
#, php-format
|
|
msgid "Lang directory '%s' found"
|
|
msgstr ""
|
|
|
|
#: I18n.php:459 I18n.php:567
|
|
#, php-format
|
|
msgid "LC_MESSAGES directory not found in lang '%s' directory, ignore it."
|
|
msgstr ""
|
|
|
|
#: I18n.php:474
|
|
#, php-format
|
|
msgid "Fail to init messages in %s PO file using msginit (%s)."
|
|
msgstr ""
|
|
|
|
#: I18n.php:492
|
|
#, php-format
|
|
msgid "Fail to update messages in %s PO file using msgmerge (%s)."
|
|
msgstr ""
|
|
|
|
#: I18n.php:498 I18n.php:575
|
|
#, php-format
|
|
msgid "PO file not found in lang '%s' directory, ignore it."
|
|
msgstr ""
|
|
|
|
#: I18n.php:505 I18n.php:615
|
|
#, php-format
|
|
msgid "Fail to open root lang directory (%s)."
|
|
msgstr ""
|
|
|
|
#: I18n.php:531
|
|
#, php-format
|
|
msgid "Lang alias symlink found: %s -> %s"
|
|
msgstr ""
|
|
|
|
#: I18n.php:538
|
|
#, php-format
|
|
msgid "JSON catalog symlink for %s -> %s created (%s)"
|
|
msgstr ""
|
|
|
|
#: I18n.php:542
|
|
#, php-format
|
|
msgid "Fail to create JSON catalog symlink for %s -> %s (%s)"
|
|
msgstr ""
|
|
|
|
#: I18n.php:548
|
|
#, php-format
|
|
msgid "JSON catalog symlink for %s -> %s already exist (%s)"
|
|
msgstr ""
|
|
|
|
#: I18n.php:553
|
|
#, php-format
|
|
msgid ""
|
|
"JSON catalog file for %s already exist, but it's not a symlink to %s (%s)"
|
|
msgstr ""
|
|
|
|
#: I18n.php:588
|
|
#, php-format
|
|
msgid "Fail to compile messages from %s PO file as MO file using msgfmt (%s)."
|
|
msgstr ""
|
|
|
|
#: I18n.php:598
|
|
#, php-format
|
|
msgid "Fail to open %s JSON catalog file in write mode (%s)."
|
|
msgstr ""
|
|
|
|
#: I18n.php:603
|
|
#, php-format
|
|
msgid "Fail to write %s JSON catalog in file (%s)."
|
|
msgstr ""
|
|
|
|
#: I18n.php:608
|
|
#, php-format
|
|
msgid "%s JSON catalog writed (%s)."
|
|
msgstr ""
|
|
|
|
#: App.php:122
|
|
msgid "Hello world!"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:23
|
|
#, php-format
|
|
msgid "Item #%s:\n"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:24
|
|
#, php-format
|
|
msgid "ID: %s"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:25
|
|
#, php-format
|
|
msgid "Name: '%s'"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:26
|
|
#, php-format
|
|
msgid "Date: %s"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:28
|
|
#, php-format
|
|
msgid "Description: %s"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:29
|
|
msgid "Not set"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:31
|
|
#, php-format
|
|
msgid "Status: %s"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:84
|
|
msgid "No item.\n"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:110
|
|
#, php-format
|
|
msgid "%d item(s)"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:116
|
|
msgid "List/search items"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:117
|
|
msgid "[patterns]"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:119
|
|
msgid "-o|--orderby Ordering list criterion. Possible values:"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:121
|
|
msgid "-r|--reverse Reverse order"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:122
|
|
msgid "-s|--status Filter on status. Possible values:"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:129
|
|
msgid "You must provide a valid ID."
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:135 includes/cli.php:159
|
|
#, php-format
|
|
msgid "Item #%s not found."
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:143
|
|
msgid "Show item"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:144
|
|
msgid "[ID]"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:149
|
|
msgid "You must provide item ID."
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:153
|
|
msgid "Invalid item ID"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:164
|
|
msgid "Are you sure you want to delete this item? Type 'yes' to continue: "
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:168
|
|
msgid "User cancel"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:174
|
|
#, php-format
|
|
msgid "An error occured deleting item #%d."
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:181
|
|
msgid "Delete item"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:182
|
|
msgid "[item ID]"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:194
|
|
msgid "Export items (as CSV)"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:195
|
|
msgid "[output file path]"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:210
|
|
msgid "Restore items (from CSV)"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:211
|
|
msgid "[input file path]"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:278
|
|
msgid "Cron to handle item expiration"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:281
|
|
msgid "-j/--just-try Just-try mode : do not really removed expired item(s)"
|
|
msgstr ""
|
|
|
|
#: includes/cli.php:282
|
|
msgid "-m/--max-age Item expiration limit (in days, optional)"
|
|
msgstr ""
|
|
|
|
#: includes/url-helpers.php:9
|
|
msgid "Invalid element identifier."
|
|
msgstr ""
|
|
|
|
#: includes/url-helpers.php:13 includes/url-public.php:220
|
|
#: includes/url-public.php:242
|
|
#, php-format
|
|
msgid "Item #% s not found."
|
|
msgstr ""
|
|
|
|
#: includes/core.php:51
|
|
msgid "Pending"
|
|
msgstr ""
|
|
|
|
#: includes/core.php:52
|
|
msgid "Validated"
|
|
msgstr ""
|
|
|
|
#: includes/core.php:53
|
|
msgid "Refused"
|
|
msgstr ""
|
|
|
|
#: includes/core.php:54
|
|
msgid "Archived"
|
|
msgstr ""
|
|
|
|
#: includes/url-public.php:33
|
|
msgid "Any"
|
|
msgstr ""
|
|
|
|
#: includes/url-public.php:91
|
|
msgid ""
|
|
"An error occurred while listing the items. If the problem persists, please "
|
|
"contact support."
|
|
msgstr ""
|
|
|
|
#: includes/url-public.php:106
|
|
msgid "Search"
|
|
msgstr ""
|
|
|
|
#: includes/url-public.php:128
|
|
#, php-format
|
|
msgid "Element %s"
|
|
msgstr ""
|
|
|
|
#: includes/url-public.php:142
|
|
#, php-format
|
|
msgid "The element '% s' has been created."
|
|
msgstr ""
|
|
|
|
#: includes/url-public.php:146
|
|
msgid "An error occurred while saving this item."
|
|
msgstr ""
|
|
|
|
#: includes/url-public.php:153
|
|
msgid ""
|
|
"There are errors preventing this item from being saved. Please correct them "
|
|
"before attempting to add this item."
|
|
msgstr ""
|
|
|
|
#: includes/url-public.php:160
|
|
msgid "New"
|
|
msgstr ""
|
|
|
|
#: includes/url-public.php:170
|
|
msgid "You cannot edit this item."
|
|
msgstr ""
|
|
|
|
#: includes/url-public.php:183
|
|
#, php-format
|
|
msgid "You have not made any changes to element '% s'."
|
|
msgstr ""
|
|
|
|
#: includes/url-public.php:187
|
|
#, php-format
|
|
msgid "The element '% s' has been updated successfully."
|
|
msgstr ""
|
|
|
|
#: includes/url-public.php:191
|
|
msgid "An error occurred while updating this item."
|
|
msgstr ""
|
|
|
|
#: includes/url-public.php:199
|
|
msgid ""
|
|
"There are errors preventing this item from being saved. Please correct them "
|
|
"before attempting to save your changes."
|
|
msgstr ""
|
|
|
|
#: includes/url-public.php:211
|
|
#, php-format
|
|
msgid "Element %s: Modification"
|
|
msgstr ""
|
|
|
|
#: includes/url-public.php:224
|
|
msgid "This item is already archived."
|
|
msgstr ""
|
|
|
|
#: includes/url-public.php:227
|
|
msgid "You cannot archive this item."
|
|
msgstr ""
|
|
|
|
#: includes/url-public.php:230
|
|
#, php-format
|
|
msgid "The element '% s' has been archived successfully."
|
|
msgstr ""
|
|
|
|
#: includes/url-public.php:233
|
|
msgid "An error occurred while archiving this item."
|
|
msgstr ""
|
|
|
|
#: includes/url-public.php:245
|
|
msgid "You cannot delete this item."
|
|
msgstr ""
|
|
|
|
#: includes/url-public.php:248
|
|
#, php-format
|
|
msgid "The element '% s' has been deleted successfully."
|
|
msgstr ""
|
|
|
|
#: includes/url-public.php:251
|
|
msgid "An error occurred while deleting this item."
|
|
msgstr ""
|
|
|
|
#: static/js/myconfirm.js:4 static/js/myconfirm.js:171
|
|
#: static/js/myconfirm.js:200
|
|
msgid "Confirmation"
|
|
msgstr ""
|
|
|
|
#: static/js/myconfirm.js:5
|
|
msgid "Do you confirm?"
|
|
msgstr ""
|
|
|
|
#: static/js/myconfirm.js:11 static/js/myconfirm.js:108
|
|
msgid "Cancel"
|
|
msgstr ""
|
|
|
|
#: static/js/myconfirm.js:17 static/js/myconfirm.js:114
|
|
msgid "Validate"
|
|
msgstr ""
|
|
|
|
#: static/js/myconfirm.js:52
|
|
msgid "OK"
|
|
msgstr ""
|
|
|
|
#: static/js/myconfirm.js:91
|
|
msgid "Question"
|
|
msgstr ""
|
|
|
|
#: static/js/myconfirm.js:92
|
|
msgid "Please enter your answer below:"
|
|
msgstr ""
|
|
|
|
#: static/js/myconfirm.js:143
|
|
msgid "Please wait"
|
|
msgstr ""
|
|
|
|
#: static/js/myconfirm.js:144
|
|
msgid "Please wait while your request is being processed."
|
|
msgstr ""
|
|
|
|
#: static/js/myconfirm.js:172 static/js/myconfirm.js:201
|
|
msgid "Are you sure?"
|
|
msgstr ""
|
|
|
|
#: templates/show.tpl:5 templates/search.tpl:36 templates/form.tpl:7
|
|
msgid "Name"
|
|
msgstr ""
|
|
|
|
#: templates/show.tpl:14
|
|
msgid "Creation date"
|
|
msgstr ""
|
|
|
|
#: templates/show.tpl:23 templates/search.tpl:11 templates/form.tpl:15
|
|
msgid "Status"
|
|
msgstr ""
|
|
|
|
#: templates/show.tpl:32 templates/form.tpl:25
|
|
msgid "Description"
|
|
msgstr ""
|
|
|
|
#: templates/show.tpl:35
|
|
msgid "Unspecified."
|
|
msgstr ""
|
|
|
|
#: templates/show.tpl:42 templates/form.tpl:33
|
|
msgid "Back"
|
|
msgstr ""
|
|
|
|
#: templates/show.tpl:43 templates/search.tpl:51
|
|
msgid "Modify"
|
|
msgstr ""
|
|
|
|
#: templates/show.tpl:44 templates/search.tpl:52
|
|
msgid "Are you sure you want to archive this item?"
|
|
msgstr ""
|
|
|
|
#: templates/show.tpl:44 templates/search.tpl:52
|
|
msgid "Archive"
|
|
msgstr ""
|
|
|
|
#: templates/show.tpl:45 templates/search.tpl:53
|
|
msgid "Are you sure you want to delete this item?"
|
|
msgstr ""
|
|
|
|
#: templates/show.tpl:45 templates/search.tpl:53
|
|
msgid "Delete"
|
|
msgstr ""
|
|
|
|
#: templates/search.tpl:8
|
|
msgid "Pattern"
|
|
msgstr ""
|
|
|
|
#: templates/search.tpl:16
|
|
msgid "Nb by page"
|
|
msgstr ""
|
|
|
|
#: templates/search.tpl:23
|
|
msgid "Reset"
|
|
msgstr ""
|
|
|
|
#: templates/search.tpl:28 templates/form.tpl:38
|
|
msgid "Add"
|
|
msgstr ""
|
|
|
|
#: templates/search.tpl:35
|
|
msgid "Date"
|
|
msgstr ""
|
|
|
|
#: templates/search.tpl:37
|
|
msgid "Actions"
|
|
msgstr ""
|
|
|
|
#: templates/search.tpl:47 templates/search.tpl:50
|
|
msgid "View"
|
|
msgstr ""
|
|
|
|
#: templates/search.tpl:59
|
|
msgid "No item found."
|
|
msgstr ""
|
|
|
|
#: templates/search.tpl:68
|
|
msgid "%3 element"
|
|
msgid_plural "Elements %1 to %2 on %3"
|
|
msgstr[0] ""
|
|
msgstr[1] ""
|
|
|
|
#: templates/homepage.tpl:5
|
|
msgid "Hello, world!"
|
|
msgstr ""
|
|
|
|
#: templates/homepage.tpl:6
|
|
msgid ""
|
|
"This is a simple app to show the different possibilities and basic "
|
|
"functionality."
|
|
msgstr ""
|
|
|
|
#: templates/homepage.tpl:8
|
|
msgid "This app contains some demo pages:"
|
|
msgstr ""
|
|
|
|
#: templates/homepage.tpl:9
|
|
msgid "Search page"
|
|
msgstr ""
|
|
|
|
#: templates/form.tpl:36
|
|
msgid "Save"
|
|
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/homepage.tpl:6
|
|
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 ""
|