From: Carsten K. <car...@us...> - 2001-12-28 11:19:19
|
Update of /cvsroot/phpwiki/phpwiki/locale/po In directory usw-pr-cvs1:/tmp/cvs-serv5049/phpwiki/locale/po Modified Files: phpwiki.pot Log Message: regenerated po files due to recent gettext()ification Index: phpwiki.pot =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/po/phpwiki.pot,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** phpwiki.pot 2001/12/27 08:06:06 1.25 --- phpwiki.pot 2001/12/28 11:19:16 1.26 *************** *** 7,11 **** msgstr "" "Project-Id-Version: PACKAGE VERSION\n" ! "POT-Creation-Date: 2001-12-27 00:19-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" --- 7,11 ---- msgstr "" "Project-Id-Version: PACKAGE VERSION\n" ! "POT-Creation-Date: 2001-12-28 06:12-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" *************** *** 101,104 **** --- 101,109 ---- msgstr "" + #: ../lib/plugin/ViewMarkup.php:12 ../templates/browse.html:128 + #: ../templates/browse.html:129 + msgid "ViewMarkup" + msgstr "" + #: ../templates/editpage.html:16 ../templates/editpage.html:25 #: ../templates/editpage.html:26 *************** *** 420,423 **** --- 425,473 ---- msgstr "" + #: ../lib/plugin/UserPage.php:35 + #, c-format + msgid "Your sysadmin has disallowed use of the %s plugin!" + msgstr "" + + #: ../lib/plugin/UserPage.php:41 + msgid "You should be logged in now." + msgstr "" + + #: ../lib/plugin/UserPage.php:47 + #, c-format + msgid "Before you can edit %s, you need to sign in." + msgstr "" + + #: ../lib/plugin/UserPage.php:50 + msgid "The name you use to sign in must be in WikiWord format." + msgstr "" + + #: ../lib/plugin/UserPage.php:55 + msgid "examples include: TomJefferson, AlexHamilton" + msgstr "" + + #: ../lib/plugin/UserPage.php:63 + msgid "Please re-enter your name in this form." + msgstr "" + + #: ../lib/plugin/UserPage.php:71 + msgid "" + "Please enter your name as WordsStrungTogether (e.g. John Smith as JohnSmith)." + msgstr "" + + #: ../lib/plugin/UserPage.php:73 + msgid "Sign in:" + msgstr "" + + #: ../lib/plugin/ViewMarkup.php:16 + #, c-format + msgid "View WikiMarkup for page '%s'." + msgstr "" + + #: ../lib/plugin/ViewMarkup.php:42 + #, c-format + msgid "Revealing WikiMarkup for page '%s':" + msgstr "" + #: ../lib/plugin/_BackendInfo.php:14 #, c-format *************** *** 456,462 **** msgstr "" #: ../lib/WikiDB.php:837 #, c-format ! msgid "Describe [%s] here." msgstr "" --- 506,549 ---- msgstr "" + #: ../lib/DbaDatabase.php:46 ../lib/ziplib.php:35 ../lib/ziplib.php:38 + #: ../lib/ziplib.php:43 ../lib/ziplib.php:45 ../lib/ziplib.php:47 + #: ../lib/ziplib.php:56 ../lib/ziplib.php:59 ../lib/ziplib.php:62 + #: ../lib/ziplib.php:67 + #, c-format + msgid "%s failed" + msgstr "" + + #: ../lib/ErrorManager.php:138 + msgid "error while handling error:" + msgstr "" + + #: ../lib/FileFinder.php:82 + #, c-format + msgid "%s: file not found" + msgstr "" + + #: ../lib/WikiDB.php:353 + #, c-format + msgid "Attempt to delete most recent revision of '%s'" + msgstr "" + + #: ../lib/WikiDB.php:401 + #, c-format + msgid "Attempt to merge most recent revision of '%s'" + msgstr "" + + #: ../lib/WikiDB.php:488 + #, c-format + msgid "%s: Date of new revision is %s" + msgstr "" + + #: ../lib/WikiDB.php:513 + #, c-format + msgid "Optimizing %s" + msgstr "" + #: ../lib/WikiDB.php:837 #, c-format ! msgid "Describe %s here." msgstr "" *************** *** 471,475 **** #: ../lib/WikiUser.php:100 ! msgid "You must be logged in as an administrator" msgstr "" --- 558,563 ---- #: ../lib/WikiUser.php:100 ! #, c-format ! msgid "You must be logged in as an administrator %s" msgstr "" *************** *** 491,494 **** --- 579,586 ---- msgstr "" + #: ../lib/config.php:271 + msgid "An unnamed PhpWiki" + msgstr "" + #: ../lib/diff.php:172 #, c-format *************** *** 702,705 **** --- 794,806 ---- msgstr "" + #: ../lib/main.php:185 + msgid "lock or unlock pages" + msgstr "" + + #: ../lib/main.php:219 + #, c-format + msgid "Bad action: '%s'" + msgstr "" + #: ../lib/prepend.php:31 msgid "WikiFatalError" *************** *** 796,801 **** msgid "Your careful attention to detail is much appreciated." msgstr "" ! #: ../lib/stdlib.php:134 msgid "BAD URL -- remove all of <, >, \"" msgstr "" --- 897,906 ---- msgid "Your careful attention to detail is much appreciated." msgstr "" + + #: ../lib/savepage.php:162 + msgid "Warning!" + msgstr "" ! #: ../lib/stdlib.php:134 ../lib/stdlib.php:199 msgid "BAD URL -- remove all of <, >, \"" msgstr "" *************** *** 829,836 **** --- 934,992 ---- msgstr "" + #: ../lib/stdlib.php:684 + #, c-format + msgid "Can't mix '%s' with '%s' type format strings" + msgstr "" + + #: ../lib/stdlib.php:692 + #, c-format + msgid "%s: argument index out of range" + msgstr "" + #: ../lib/transform.php:108 msgid "Lists nested too deep in SetHTMLOutputMode" msgstr "" + #: ../lib/ziplib.php:161 ../lib/ziplib.php:163 ../lib/ziplib.php:165 + #: ../lib/ziplib.php:563 ../lib/ziplib.php:659 + #, c-format + msgid "Bad %s" + msgstr "" + + #: ../lib/ziplib.php:183 + msgid "Can't inflate data: zlib support not enabled in this PHP" + msgstr "" + + #: ../lib/ziplib.php:361 + #, c-format + msgid "Can't open zip file '%s' for reading" + msgstr "" + + #: ../lib/ziplib.php:367 + msgid "Unexpected EOF in zip file" + msgstr "" + + #: ../lib/ziplib.php:391 + #, c-format + msgid "Bad header type: %s" + msgstr "" + + #: ../lib/ziplib.php:395 + msgid "Encryption and/or zip patches not supported." + msgstr "" + + #: ../lib/ziplib.php:397 + msgid "Postponed CRC not yet supported." + msgstr "" + + #: ../lib/ziplib.php:416 + #, c-format + msgid "Compression method %s unsupported" + msgstr "" + + #: ../lib/ziplib.php:419 + msgid "Uncompressed size mismatch" + msgstr "" + #: ../lib/ziplib.php:622 #, c-format *************** *** 839,843 **** #: ../lib/ziplib.php:630 ! msgid "!References" msgstr "" --- 995,999 ---- #: ../lib/ziplib.php:630 ! msgid "References" msgstr "" *************** *** 845,853 **** #, c-format msgid "Can't parse %s" - msgstr "" - - #: ../lib/ziplib.php:659 - #, c-format - msgid "Bad %s" msgstr "" --- 1001,1004 ---- |