From 1409362d8e221d7cd8fe1032a96557c2c626e089 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 28 Feb 2023 01:48:57 +0100 Subject: [PATCH] I18n: do not track temporary pot files --- example/locales/eesyphp-messages.pot | 318 ------------------- example/locales/headers.pot | 7 - example/locales/js-1-messages.pot | 44 --- example/locales/php-messages.pot | 259 --------------- example/locales/templates-0-messages.pot | 110 ------- example/locales/templates-1-messages.pot | 28 -- locales/.gitignore | 4 + locales/headers.pot | 7 - locales/js-0-messages.pot | 44 --- locales/php-messages.pot | 386 ----------------------- locales/templates-0-messages.pot | 68 ---- 11 files changed, 4 insertions(+), 1271 deletions(-) delete mode 100644 example/locales/eesyphp-messages.pot delete mode 100644 example/locales/headers.pot delete mode 100644 example/locales/js-1-messages.pot delete mode 100644 example/locales/php-messages.pot delete mode 100644 example/locales/templates-0-messages.pot delete mode 100644 example/locales/templates-1-messages.pot create mode 100644 locales/.gitignore delete mode 100644 locales/headers.pot delete mode 100644 locales/js-0-messages.pot delete mode 100644 locales/php-messages.pot delete mode 100644 locales/templates-0-messages.pot diff --git a/example/locales/eesyphp-messages.pot b/example/locales/eesyphp-messages.pot deleted file mode 100644 index 46b5503..0000000 --- a/example/locales/eesyphp-messages.pot +++ /dev/null @@ -1,318 +0,0 @@ -#: 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 "

Mail initialy intended for %s.

" -msgstr "" - -#: Email.php:142 -#, php-format -msgid "" -"\n" -"\n" -"\n" -"Mail initialy intended for %s." -msgstr "" - -#: Email.php:178 -#, php-format -msgid "

%s: %s

" -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 locales/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 locales/*/LC_MESSAGES " -"directories." -msgstr "" - -#: I18n.php:147 -msgid "" -"Compile messages from existing translation PO lang files to corresponding MO " -"files and JS catalogs" -msgstr "" - -#: I18n.php:152 -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: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 "JS catalog symlink for %s -> %s created (%s)" -msgstr "" - -#: I18n.php:542 -#, php-format -msgid "Fail to create JS catalog symlink for %s -> %s (%s)" -msgstr "" - -#: I18n.php:548 -#, php-format -msgid "JS catalog symlink for %s -> %s already exist (%s)" -msgstr "" - -#: I18n.php:553 -#, php-format -msgid "JS 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 JS catalog file in write mode (%s)." -msgstr "" - -#: I18n.php:603 -#, php-format -msgid "Fail to write %s JS catalog in file (%s)." -msgstr "" - -#: I18n.php:608 -#, php-format -msgid "%s JS catalog writed (%s)." -msgstr "" - -#: App.php:122 -msgid "Hello world!" -msgstr "" diff --git a/example/locales/headers.pot b/example/locales/headers.pot deleted file mode 100644 index f354805..0000000 --- a/example/locales/headers.pot +++ /dev/null @@ -1,7 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-02-14 01:18+0100\n" -"PO-Revision-Date: 2023-02-14 01:18+0100\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" \ No newline at end of file diff --git a/example/locales/js-1-messages.pot b/example/locales/js-1-messages.pot deleted file mode 100644 index 310fe62..0000000 --- a/example/locales/js-1-messages.pot +++ /dev/null @@ -1,44 +0,0 @@ -#: 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:44 -msgid "Error" -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 "" diff --git a/example/locales/php-messages.pot b/example/locales/php-messages.pot deleted file mode 100644 index 34d36c1..0000000 --- a/example/locales/php-messages.pot +++ /dev/null @@ -1,259 +0,0 @@ -#: 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:236 -#: includes/url-public.php:263 -#, 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:38 -msgid "Any" -msgstr "" - -#: includes/url-public.php:96 -msgid "" -"An error occurred while listing the items. If the problem persists, please " -"contact support." -msgstr "" - -#: includes/url-public.php:111 -msgid "Search" -msgstr "" - -#: includes/url-public.php:134 -#, php-format -msgid "Element %s" -msgstr "" - -#: includes/url-public.php:153 -#, php-format -msgid "The element '% s' has been created." -msgstr "" - -#: includes/url-public.php:157 -msgid "An error occurred while saving this item." -msgstr "" - -#: includes/url-public.php:164 -msgid "" -"There are errors preventing this item from being saved. Please correct them " -"before attempting to add this item." -msgstr "" - -#: includes/url-public.php:171 -msgid "New" -msgstr "" - -#: includes/url-public.php:181 -msgid "You cannot edit this item." -msgstr "" - -#: includes/url-public.php:194 -#, php-format -msgid "You have not made any changes to element '% s'." -msgstr "" - -#: includes/url-public.php:198 -#, php-format -msgid "The element '% s' has been updated successfully." -msgstr "" - -#: includes/url-public.php:202 -msgid "An error occurred while updating this item." -msgstr "" - -#: includes/url-public.php:210 -msgid "" -"There are errors preventing this item from being saved. Please correct them " -"before attempting to save your changes." -msgstr "" - -#: includes/url-public.php:222 -#, php-format -msgid "Element %s: Modification" -msgstr "" - -#: includes/url-public.php:240 -msgid "This item is already archived." -msgstr "" - -#: includes/url-public.php:243 -msgid "You cannot archive this item." -msgstr "" - -#: includes/url-public.php:246 -#, php-format -msgid "The element '% s' has been archived successfully." -msgstr "" - -#: includes/url-public.php:249 -msgid "An error occurred while archiving this item." -msgstr "" - -#: includes/url-public.php:266 -msgid "You cannot delete this item." -msgstr "" - -#: includes/url-public.php:269 -#, php-format -msgid "The element '% s' has been deleted successfully." -msgstr "" - -#: includes/url-public.php:272 -msgid "An error occurred while deleting this item." -msgstr "" diff --git a/example/locales/templates-0-messages.pot b/example/locales/templates-0-messages.pot deleted file mode 100644 index 8debfa3..0000000 --- a/example/locales/templates-0-messages.pot +++ /dev/null @@ -1,110 +0,0 @@ -msgid "" -msgstr "Content-Type: text/plain; charset=UTF-8\n" - -#: 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:22 -msgid "Search" -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 "" diff --git a/example/locales/templates-1-messages.pot b/example/locales/templates-1-messages.pot deleted file mode 100644 index 2591830..0000000 --- a/example/locales/templates-1-messages.pot +++ /dev/null @@ -1,28 +0,0 @@ -msgid "" -msgstr "Content-Type: text/plain; charset=UTF-8\n" - -#: 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 "" - -#: templates/homepage.tpl:5 -msgid "Hello, world!" -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 homepage.tpl file to overwrite " -"it. You could also overwrite the URL handler for the root of the web " -"application." -msgstr "" diff --git a/locales/.gitignore b/locales/.gitignore new file mode 100644 index 0000000..cfeb792 --- /dev/null +++ b/locales/.gitignore @@ -0,0 +1,4 @@ +headers.pot +js-*-messages.pot +php-messages.pot +templates-*-messages.pot diff --git a/locales/headers.pot b/locales/headers.pot deleted file mode 100644 index 75f0c70..0000000 --- a/locales/headers.pot +++ /dev/null @@ -1,7 +0,0 @@ -msgid "" -msgstr "" -"POT-Creation-Date: 2023-02-28 01:45+0100\n" -"PO-Revision-Date: 2023-02-28 01:45+0100\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" \ No newline at end of file diff --git a/locales/js-0-messages.pot b/locales/js-0-messages.pot deleted file mode 100644 index 310fe62..0000000 --- a/locales/js-0-messages.pot +++ /dev/null @@ -1,44 +0,0 @@ -#: 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:44 -msgid "Error" -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 "" diff --git a/locales/php-messages.pot b/locales/php-messages.pot deleted file mode 100644 index 6c412eb..0000000 --- a/locales/php-messages.pot +++ /dev/null @@ -1,386 +0,0 @@ -#: 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 " -"the application." -msgstr "" - -#: Cli.php:89 -#, php-format -msgid "The CLI command '%s' already exists." -msgstr "" - -#: Cli.php:94 -#, php-format -msgid "The CLI command '%s' handler is not callable !" -msgstr "" - -#: Cli.php:126 -#, php-format -msgid "Usage: %s [-h] [-qd] command\n" -msgstr "" - -#: Cli.php:127 -msgid " -h Show this message\n" -msgstr "" - -#: Cli.php:128 -msgid " -q / -d Quiet/Debug mode\n" -msgstr "" - -#: Cli.php:129 -msgid " --trace Trace mode (the most verbose)\n" -msgstr "" - -#: Cli.php:130 -msgid " command Command to run\n" -msgstr "" - -#: Cli.php:132 -msgid "Available commands:\n" -msgstr "" - -#: Cli.php:182 -msgid "Only one command could be executed !" -msgstr "" - -#: Cli.php:210 -#, php-format -msgid "" -"Invalid parameter \"%s\".\n" -"Note: Command's parameter/argument must be place after the command." -msgstr "" - -#: Cli.php:235 -#, php-format -msgid "An exception occured running command %s" -msgstr "" - -#: Cli.php:296 -msgid "" -"This command only accept one argument: the listen address in format \"host:" -"port\" or \":port\" (= 0.0.0.0:port)." -msgstr "" - -#: Cli.php:307 -msgid "" -"Invalid listen address specify. Must be in formart host:port (or :port)." -msgstr "" - -#: Cli.php:317 -msgid "Invalid listen host specified. Must be an IPv4 or IPv6 address." -msgstr "" - -#: Cli.php:324 -msgid "" -"Invalid listen port specified. Must be a positive integer between 1 and " -"65535." -msgstr "" - -#: Cli.php:354 -msgid "Can't invoke bash. Can't ask password prompt." -msgstr "" - -#: Cli.php:357 -msgid "Please enter password:" -msgstr "" - -#: Db.php:74 -msgid "Unable to connect to the database." -msgstr "" - -#: Auth/Form.php:33 -msgid "Invalid username or password." -msgstr "" - -#: Auth/Form.php:65 -msgid "Sign in" -msgstr "" - -#: Auth/Http.php:34 Url.php:177 -msgid "Authentication required" -msgstr "" - -#: Auth/Http.php:115 Auth/Http.php:118 Url.php:181 -msgid "Access denied" -msgstr "" - -#: Auth/Http.php:119 Auth/Http.php:123 -msgid "You must login to access this page." -msgstr "" - -#: Email.php:141 -#, php-format -msgid "

Mail initialy intended for %s.

" -msgstr "" - -#: Email.php:142 -#, php-format -msgid "" -"\n" -"\n" -"\n" -"Mail initialy intended for %s." -msgstr "" - -#: Email.php:178 -#, php-format -msgid "

%s: %s

" -msgstr "" - -#: Email.php:179 -#, php-format -msgid "" -"\n" -"%s: %s" -msgstr "" - -#: Tpl.php:405 -msgid "No template specified." -msgstr "" - -#: Tpl.php:438 -msgid "An error occurred while displaying this page." -msgstr "" - -#: Url.php:173 -msgid "Bad request" -msgstr "" - -#: Url.php:174 -msgid "Invalid request." -msgstr "" - -#: Url.php:178 -msgid "You have to be authenticated to access to this page." -msgstr "" - -#: Url.php:182 -msgid "" -"You do not have access to this application. If you think this is an error, " -"please contact support." -msgstr "" - -#: Url.php:185 -msgid "Whoops ! Page not found" -msgstr "" - -#: Url.php:186 -msgid "The requested page can not be found." -msgstr "" - -#: Url.php:194 -msgid "Error" -msgstr "" - -#: Url.php:195 -msgid "An unknown error occurred. If problem persist, please contact support." -msgstr "" - -#: Url.php:258 -msgid "" -"Unable to determine the requested page. If the problem persists, please " -"contact support." -msgstr "" - -#: Url.php:412 -msgid "" -"Unable to determine the requested page (loop detected). If the problem " -"persists, please contact support." -msgstr "" - -#: Url.php:442 -msgid "This request cannot be processed." -msgstr "" - -#: Url.php:452 -msgid "Authentication required but fail to authenticate you." -msgstr "" - -#: Url.php:461 -msgid "This request could not be processed correctly." -msgstr "" - -#: I18n.php:122 App.php:181 -msgid "Hello world !" -msgstr "" - -#: I18n.php:142 -msgid "Extract messages that need to be translated" -msgstr "" - -#: I18n.php:144 -msgid "" -"This command could be used to generate/update locales/messages.pot file." -msgstr "" - -#: I18n.php:150 -msgid "Update messages in translation PO lang files" -msgstr "" - -#: I18n.php:152 -msgid "" -"This command could be used to init/update PO files in locales/*/LC_MESSAGES " -"directories." -msgstr "" - -#: I18n.php:159 -msgid "" -"Compile messages from existing translation PO lang files to corresponding MO " -"files and JS catalogs" -msgstr "" - -#: I18n.php:164 -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:340 -msgid "Fail to list EesyPHP PHP files." -msgstr "" - -#: I18n.php:360 -msgid "Fail to extract messages from EesyPHP PHP files using xgettext." -msgstr "" - -#: I18n.php:377 -msgid "Fail to list application PHP files." -msgstr "" - -#: I18n.php:397 -msgid "Fail to extract messages from PHP files using xgettext." -msgstr "" - -#: I18n.php:413 -#, php-format -msgid "Fail to list JS files in the directory of static files '%s'." -msgstr "" - -#: I18n.php:435 -#, php-format -msgid "" -"Fail to extract messages from JS files in the directory of static files '%s' " -"using xgettext." -msgstr "" - -#: I18n.php:457 -#, php-format -msgid "" -"Fail to extract messages from templates directory '%s' using tsmarty2c.php " -"script." -msgstr "" - -#: I18n.php:493 -msgid "Fail to merge messages using msgcat." -msgstr "" - -#: I18n.php:507 -#, php-format -msgid "Compendium file %s not found." -msgstr "" - -#: I18n.php:518 -#, php-format -msgid "POT file not found (%s). Please run extract_messages first." -msgstr "" - -#: I18n.php:530 I18n.php:640 -#, php-format -msgid "Lang directory '%s' found" -msgstr "" - -#: I18n.php:536 I18n.php:646 -#, php-format -msgid "LC_MESSAGES directory not found in lang '%s' directory, ignore it." -msgstr "" - -#: I18n.php:551 -#, php-format -msgid "Fail to init messages in %s PO file using msginit (%s)." -msgstr "" - -#: I18n.php:569 -#, php-format -msgid "Fail to update messages in %s PO file using msgmerge (%s)." -msgstr "" - -#: I18n.php:575 I18n.php:654 -#, php-format -msgid "PO file not found in lang '%s' directory, ignore it." -msgstr "" - -#: I18n.php:582 I18n.php:694 -#, php-format -msgid "Fail to open root lang directory (%s)." -msgstr "" - -#: I18n.php:610 -#, php-format -msgid "Lang alias symlink found: %s -> %s" -msgstr "" - -#: I18n.php:617 -#, php-format -msgid "JS catalog symlink for %s -> %s created (%s)" -msgstr "" - -#: I18n.php:621 -#, php-format -msgid "Fail to create JS catalog symlink for %s -> %s (%s)" -msgstr "" - -#: I18n.php:627 -#, php-format -msgid "JS catalog symlink for %s -> %s already exist (%s)" -msgstr "" - -#: I18n.php:632 -#, php-format -msgid "JS catalog file for %s already exist, but it's not a symlink to %s (%s)" -msgstr "" - -#: I18n.php:667 -#, php-format -msgid "Fail to compile messages from %s PO file as MO file using msgfmt (%s)." -msgstr "" - -#: I18n.php:677 -#, php-format -msgid "Fail to open %s JS catalog file in write mode (%s)." -msgstr "" - -#: I18n.php:682 -#, php-format -msgid "Fail to write %s JS catalog in file (%s)." -msgstr "" - -#: I18n.php:687 -#, php-format -msgid "%s JS catalog writed (%s)." -msgstr "" - -#: App.php:183 -msgid "Hello world!" -msgstr "" - -#: App.php:194 -msgid "Disconnected" -msgstr "" - -#: App.php:196 -msgid "You are now disconnected." -msgstr "" diff --git a/locales/templates-0-messages.pot b/locales/templates-0-messages.pot deleted file mode 100644 index 12f3b52..0000000 --- a/locales/templates-0-messages.pot +++ /dev/null @@ -1,68 +0,0 @@ -msgid "" -msgstr "Content-Type: text/plain; charset=UTF-8\n" - -#: 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 "" - -#: templates/logout.tpl:5 -msgid "Disconnected" -msgstr "" - -#: templates/logout.tpl:6 -msgid "You are now disconnected." -msgstr "" - -#: templates/homepage.tpl:5 -msgid "Hello, world!" -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 homepage.tpl file to overwrite " -"it. You could also overwrite the URL handler for the root of the web " -"application." -msgstr "" - -#: templates/empty.tpl:60 -msgid "Sign out" -msgstr "" - -#: templates/login.tpl:3 -msgid "Sign in" -msgstr "" - -#: templates/login.tpl:9 -msgid "Username" -msgstr "" - -#: templates/login.tpl:13 -msgid "Password" -msgstr "" - -#: templates/login.tpl:16 -msgid "Submit" -msgstr "" - -#: templates/must_login.tpl:5 -msgid "Access denied" -msgstr "" - -#: templates/must_login.tpl:6 -msgid "You must login to access this page." -msgstr ""