From: Carsten K. <car...@us...> - 2001-12-18 23:13:15
|
Update of /cvsroot/phpwiki/phpwiki/locale/po In directory usw-pr-cvs1:/tmp/cvs-serv26528/phpwiki/locale/po Modified Files: phpwiki.pot Log Message: o Changed charset from 8859-1 to iso-8859-1 (to satisfy complaint from GNU Emacs 20.7) o removed fuzzies for testing (but more translation fine-tuning still needed) o Fixed a few latin1 characters which weren't properly converted during the last commit (my last save must have defaulted back to Mac-Roman from Latin-1) o Un-inverted the left and right german-style quotes (D'oh!) Index: phpwiki.pot =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/po/phpwiki.pot,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** phpwiki.pot 2001/12/18 06:25:23 1.16 --- phpwiki.pot 2001/12/18 23:13:12 1.17 *************** *** 7,16 **** msgstr "" "Project-Id-Version: PACKAGE VERSION\n" ! "POT-Creation-Date: 2001-12-18 01:18-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL...@li...>\n" "MIME-Version: 1.0\n" ! "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" --- 7,16 ---- msgstr "" "Project-Id-Version: PACKAGE VERSION\n" ! "POT-Creation-Date: 2001-12-18 16:46-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL...@li...>\n" "MIME-Version: 1.0\n" ! "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" *************** *** 48,52 **** #: ../lib/loadsave.php:452 ../lib/plugin/RecentChanges.php:159 ! #: ../lib/plugin/RecentChanges.php:262 ../lib/plugin/RecentChanges.php:307 #: ../templates/browse.html:56 msgid "RecentChanges" --- 48,52 ---- #: ../lib/loadsave.php:452 ../lib/plugin/RecentChanges.php:159 ! #: ../lib/plugin/RecentChanges.php:264 ../lib/plugin/RecentChanges.php:309 #: ../templates/browse.html:56 msgid "RecentChanges" *************** *** 97,101 **** msgstr "" ! #: ../templates/browse.html:100 msgid "SignIn" msgstr "" --- 97,101 ---- msgstr "" ! #: ../templates/browse.html:100 ../templates/editpage.html:74 msgid "SignIn" msgstr "" *************** *** 146,174 **** msgstr "" ! #: ../templates/editpage.html:78 msgid "You can change the size of the editing area in" msgstr "" ! #: ../templates/editpage.html:79 msgid "UserPreferences" msgstr "" ! #: ../templates/editpage.html:80 msgid "See" msgstr "" ! #: ../templates/editpage.html:80 msgid "GoodStyle" msgstr "" ! #: ../templates/editpage.html:80 msgid "tips for editing." msgstr "" ! #: ../templates/editpage.html:84 msgid "TextFormattingRules" msgstr "" ! #: ../templates/editpage.html:84 msgid "Synopsis" msgstr "" --- 146,174 ---- msgstr "" ! #: ../templates/editpage.html:80 msgid "You can change the size of the editing area in" msgstr "" ! #: ../templates/editpage.html:81 msgid "UserPreferences" msgstr "" ! #: ../templates/editpage.html:82 msgid "See" msgstr "" ! #: ../templates/editpage.html:82 msgid "GoodStyle" msgstr "" ! #: ../templates/editpage.html:82 msgid "tips for editing." msgstr "" ! #: ../templates/editpage.html:86 msgid "TextFormattingRules" msgstr "" ! #: ../templates/editpage.html:86 msgid "Synopsis" msgstr "" *************** *** 398,414 **** #: ../lib/main.php:26 ../lib/main.php:85 ../lib/main.php:87 ! #: ../lib/plugin/RecentChanges.php:245 msgid "HomePage" msgstr "" ! #: ../lib/plugin/RecentChanges.php:250 msgid "Search" msgstr "" ! #: ../lib/plugin/RecentChanges.php:251 ../lib/plugin/TitleSearch.php:16 msgid "Title Search" msgstr "" ! #: ../lib/main.php:123 ../lib/plugin/RecentChanges.php:253 #: ../lib/plugin/TitleSearch.php:12 msgid "TitleSearch" --- 398,414 ---- #: ../lib/main.php:26 ../lib/main.php:85 ../lib/main.php:87 ! #: ../lib/plugin/RecentChanges.php:247 msgid "HomePage" msgstr "" ! #: ../lib/plugin/RecentChanges.php:252 msgid "Search" msgstr "" ! #: ../lib/plugin/RecentChanges.php:253 ../lib/plugin/TitleSearch.php:16 msgid "Title Search" msgstr "" ! #: ../lib/main.php:123 ../lib/plugin/RecentChanges.php:255 #: ../lib/plugin/TitleSearch.php:12 msgid "TitleSearch" *************** *** 511,515 **** #, c-format msgid "Differences between %s and %s of %s." ! msgstr "Differences between %1$s and %2$s of %3$s." #: ../lib/diff.php:255 --- 511,515 ---- #, c-format msgid "Differences between %s and %s of %s." ! msgstr "" #: ../lib/diff.php:255 |