r401 - trunk/scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jan 12 06:21:28 EST 2008


Author: icculus
Date: 2008-01-12 06:21:28 -0500 (Sat, 12 Jan 2008)
New Revision: 401

Modified:
   trunk/scripts/localization.lua
Log:
Updated localization table.


Modified: trunk/scripts/localization.lua
===================================================================
--- trunk/scripts/localization.lua	2008-01-12 10:48:34 UTC (rev 400)
+++ trunk/scripts/localization.lua	2008-01-12 11:21:28 UTC (rev 401)
@@ -33,39 +33,44 @@
 --  to get the proper translation for a given string.
 
 MojoSetup.localization = {
-    -- zlib errors
+    -- zlib error message
     ["need dictionary"] = {
     };
 
+    -- zlib error message
     ["data error"] = {
     };
 
+    -- zlib error message
     ["memory error"] = {
     };
 
+    -- zlib error message
     ["buffer error"] = {
     };
 
+    -- zlib error message
     ["version error"] = {
     };
 
+    -- zlib error message
     ["unknown error"] = {
     };
 
-    -- stdio GUI plugin says this for msgboxes (printf format string).
-    ["NOTICE: %1\n[hit enter]"] = {
+    -- stdio GUI plugin says this for msgboxes.
+    ["NOTICE: %0\n[hit enter]"] = {
     };
 
-    -- stdio GUI plugin says this for yes/no prompts that default to yes (printf format string).
-    ["%1\n[Y/n]: "] = {
+    -- stdio GUI plugin says this for yes/no prompts that default to yes.
+    ["%0\n[Y/n]: "] = {
     };
 
-    -- stdio GUI plugin says this for yes/no prompts that default to no (printf format string).
-    ["%1\n[y/N]: "] = {
+    -- stdio GUI plugin says this for yes/no prompts that default to no.
+    ["%0\n[y/N]: "] = {
     };
 
-    -- stdio GUI plugin says this for yes/no/always/never prompts (printf format string).
-    ["%1\n[y/n/Always/Never]: "] = {
+    -- stdio GUI plugin says this for yes/no/always/never prompts.
+    ["%0\n[y/n/Always/Never]: "] = {
     };
 
     -- This is utf8casecmp()'d for "yes" answers in stdio GUI's promptyn().
@@ -77,7 +82,7 @@
     };
 
     -- This is shown when using stdio GUI's built-in README pager (printf format).
-    ["(Viewing %1-%2 of %3 lines, see more?)"] = {
+    ["(%0-%1 of %2 lines, see more?)"] = {
     };
 
     -- This is utf8casecmp()'d for "always" answers in stdio GUI's promptyn().
@@ -88,93 +93,237 @@
     ["Never"] = {
     };
 
-    ["Yes"] = {
+    ["Type '%0' to go back."] = {
     };
 
-    ["No"] = {
+    -- This is the string used for the '%0' in the above string.
+    ["back"] = {
     };
 
-    ["OK"] = {
+    -- This is the prompt in the stdio driver when user input is expected.
+    ["> "] = {
     };
 
+    ["NOTICE: %0\n[hit enter]"] = {
+    };
+
+    ["%0 (total progress: %1%%)\n"] = {
+    };
+
+    ["Accept this license?"] = {
+    };
+
+    -- This is a GTK+ button label. The '_' comes after the hotkey character.
+    ["_Always"] = {
+    };
+
+    ["Archive not found."] = {
+    };
+
+    ["Are you sure you want to cancel installation?"] = {
+    };
+
+    ["Back"] = {
+    };
+
+    -- This is a GTK+ button label. The '_' comes after the hotkey character.
+    ["B_rowse..."] = {
+    };
+
+    -- "bytes per second"
+    ["B/s"] = {
+    };
+
+    ["BUG: '%0' is not a valid permission string"] = {
+    };
+
+    ["BUG: Invalid format() string"] = {
+    };
+
+    ["BUG: stage returned wrong type."] = {
+    };
+
+    ["BUG: stage returned wrong value."] = {
+    };
+
+    ["BUG: stepped back over start of stages"] = {
+    };
+
+    ["bzlib triggered an internal error: %0"] = {
+    };
+
     ["Cancel"] = {
     };
 
-    ["Press enter to continue."] = {
+    ["Cancel installation"] = {
     };
 
+    ["cannot open archive."] = {
+    };
+
+    ["Can't enumerate archive"] = {
+    };
+
+    ["Choose install destination by number (hit enter for #1), or enter your own."] = {
+    };
+
     ["Choose number to change."] = {
     };
 
-    ["Type '%1' to go back."] = {
+    ["Config bug: duplicate media id"] = {
     };
 
-    -- This is the string used for the '%1' in the above string.
-    ["back"] = {
+    ["Config bug: no options"] = {
     };
 
-    -- This is the prompt in the stdio driver when user input is expected.
-    ["> "] = {
+    -- As in "two different files want to use the same name"
+    ["Conflict!"] = {
     };
 
-    ["Options"] = {
+    ["Couldn't backup file for rollback"] = {
     };
 
+    ["Couldn't create manifest"] = {
+    };
+
+    ["Couldn't enumerate archive."] = {
+    };
+
+    ["Couldn't open archive."] = {
+    };
+
+    ["Couldn't restore some files. Your existing installation is likely damaged."] = {
+    };
+
+    ["Deletion failed!"] = {
+    };
+
     ["Destination"] = {
     };
 
-    ["Choose install destination by number (hit enter for #1), or enter your own."] = {
+    ["Downloading"] = {
     };
 
     ["Enter path where files will be installed."] = {
     };
 
-    ["Nothing to do!"] = {
+    ["failed to load file '%0'"] = {
     };
 
-    ["Unknown error"] = {
+    ["Fatal error"] = {
     };
 
-    ["Internal error"] = {
+    ["File creation failed!"] = {
     };
 
-    ["PANIC"] = {
+    ["file download failed!"] = {
     };
 
-    ["Fatal error"] = {
+    ["Finish"] = {
     };
 
     ["GUI failed to start"] = {
     };
 
-    ["Accept this license?"] = {
+    ["Incomplete installation. We will revert any changes we made."] = {
     };
 
-    ["You must accept the license before you may install"] = {
+    ["Installation location"] = {
     };
 
-    ["failed to load file '%1'"] = {
+    ["Installation was successful."] = {
     };
 
-    ["Please insert '%1'"] = {
+    ["Installing"] = {
     };
 
+    ["Install options:"] = {
+    };
+
     ["(I want to specify a path.)"] = {
     };
 
-    -- as in "404 Not Found" in a web browser.
+    -- "kilobytes per second"
+    ["KB/s"] = {
+    };
+
+    ["Media change"] = {
+    };
+
+    ["mkdir failed"] = {
+    };
+
+    ["need dictionary"] = {
+    };
+
+    -- This is a GTK+ button label. The '_' comes after the hotkey character.
+    ["N_ever"] = {
+    };
+
+    ["Never"] = {
+    };
+
+    ["Next"] = {
+    };
+
+    ["No"] = {
+    };
+
+    ["No networking support in this build."] = {
+    };
+
     ["Not Found"] = {
     };
 
-    -- title bar in browser page, used with next item for page's text.
+    ["Nothing to do!"] = {
+    };
+
+    ["OK"] = {
+    };
+
+    ["Options"] = {
+    };
+
+    ["PANIC"] = {
+    };
+
+    ["Please insert '%0'"] = {
+    };
+
+    ["Press enter to continue."] = {
+    };
+
+    ["Serious problem"] = {
+    };
+
     ["Shutting down..."] = {
     };
 
-    ["Setup program is shutting down. You can close this browser now."] = {
+    -- printed instead of kilobytes per second when download isn't progressing.
+    ["(stalled)"] = {
     };
 
-    ["No networking support in this build."] = {
+    ["symlink creation failed!"] = {
     };
+
+    ["The installer has been stopped by the system."] = {
+    };
+
+    ["The installer has crashed due to a bug."] = {
+    };
+
+    -- This is a button label in the ncurses ui.
+    ["Toggle"] = {
+    };
+
+    ["Unknown file type in archive"] = {
+    };
+
+    ["Yes"] = {
+    };
+
+    ["You must accept the license before you may install"] = {
+    };
 };
 
 -- end of localization.lua ...




More information about the mojosetup-commits mailing list