From: Carsten K. <car...@us...> - 2001-12-19 08:58:10
|
Update of /cvsroot/phpwiki/phpwiki/locale/po In directory usw-pr-cvs1:/tmp/cvs-serv20820/phpwiki/locale/po Modified Files: it.po Log Message: Re[make]d locale to add new strings (some database error messages were recently gettext-ified). Index: it.po =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/po/it.po,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** it.po 2001/12/18 06:25:11 1.7 --- it.po 2001/12/19 08:58:07 1.8 *************** *** 7,11 **** msgstr "" "Project-Id-Version: phpwiki 1.2.0\n" ! "POT-Creation-Date: 2001-12-18 01:18-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Marco Milanesi <kp...@ad...>\n" --- 7,11 ---- msgstr "" "Project-Id-Version: phpwiki 1.2.0\n" ! "POT-Creation-Date: 2001-12-19 03:49-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Marco Milanesi <kp...@ad...>\n" *************** *** 51,55 **** #: ../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" --- 51,55 ---- #: ../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" *************** *** 105,109 **** msgstr "" ! #: ../templates/browse.html:100 msgid "SignIn" msgstr "" --- 105,109 ---- msgstr "" ! #: ../templates/browse.html:100 ../templates/editpage.html:74 msgid "SignIn" msgstr "" *************** *** 154,183 **** 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 #, fuzzy msgid "tips for editing." msgstr "Grazie per le modifiche! %s." ! #: ../templates/editpage.html:84 msgid "TextFormattingRules" msgstr "" ! #: ../templates/editpage.html:84 msgid "Synopsis" msgstr "" --- 154,183 ---- 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 #, fuzzy msgid "tips for editing." msgstr "Grazie per le modifiche! %s." ! #: ../templates/editpage.html:86 msgid "TextFormattingRules" msgstr "" ! #: ../templates/editpage.html:86 msgid "Synopsis" msgstr "" *************** *** 411,429 **** #: ../lib/main.php:26 ../lib/main.php:85 ../lib/main.php:87 ! #: ../lib/plugin/RecentChanges.php:245 msgid "HomePage" msgstr "PaginaPrincipale" ! #: ../lib/plugin/RecentChanges.php:250 #, fuzzy msgid "Search" msgstr "Risultati della ricerca su tutto il testo" ! #: ../lib/plugin/RecentChanges.php:251 ../lib/plugin/TitleSearch.php:16 #, fuzzy msgid "Title Search" msgstr "Risultati della ricerca su tutto il testo" ! #: ../lib/main.php:123 ../lib/plugin/RecentChanges.php:253 #: ../lib/plugin/TitleSearch.php:12 #, fuzzy --- 411,429 ---- #: ../lib/main.php:26 ../lib/main.php:85 ../lib/main.php:87 ! #: ../lib/plugin/RecentChanges.php:247 msgid "HomePage" msgstr "PaginaPrincipale" ! #: ../lib/plugin/RecentChanges.php:252 #, fuzzy msgid "Search" msgstr "Risultati della ricerca su tutto il testo" ! #: ../lib/plugin/RecentChanges.php:253 ../lib/plugin/TitleSearch.php:16 #, fuzzy msgid "Title Search" msgstr "Risultati della ricerca su tutto il testo" ! #: ../lib/main.php:123 ../lib/plugin/RecentChanges.php:255 #: ../lib/plugin/TitleSearch.php:12 #, fuzzy *************** *** 770,773 **** --- 770,959 ---- msgstr "" + #: ../lib/WikiDB/backend/PearDB.php:26 + #, fuzzy, c-format + msgid "Can't connect to database: %s" + msgstr "Non riesco a stabilire una connessione col database, abbandono." + + #: ../lib/WikiDB/backend/PearDB.php:57 + #, c-format + msgid "WARNING: database still locked (lock_count = %s)" + msgstr "" + + #: ../lib/WikiDB/backend/PearDB.php:710 + #, c-format + msgid "%s: fatal database error" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:93 + #, c-format + msgid "Creating new repository [%s]" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:128 + #, c-format + msgid "Found [%s] in [%s]" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:182 + msgid "update_pagedata: Argument 'newdata' was not array" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:190 + msgid "update_pagedata: no meta data found" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:243 + #, c-format + msgid "get_latest_versioned FAILED for [%s]" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:260 + #, c-format + msgid "get_versiondata: [%s] [%s] [%s]" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:315 + #, c-format + msgid "delete_page [%s]" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:337 + msgid "delete_versiondata: Not Implemented" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:347 + msgid "set_versiondata: Not Implemented" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:450 + msgid "lock: Not Implemented" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:456 + #, fuzzy + msgid "unlock: Not Implemented" + msgstr "Funzione non implementata." + + #: ../lib/WikiDB/backend/cvs.php:520 + #, c-format + msgid "Creating meta file for [%s]" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:614 + msgid "CP: got revision information" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:619 + msgid "CP: is initial release" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:622 + msgid "CP: returning old version" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:689 + msgid "Unable to delete file, lock was not obtained." + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:699 + msgid "deleteFile: Unable to open file" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:709 + #, fuzzy + msgid "no message" + msgstr "PaginaPrincipale" + + #: ../lib/WikiDB/backend/cvs.php:749 + #, c-format + msgid "unable to locate/open [%s], turning debug off" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:760 + #, c-format + msgid "Preparing to execute [%s]" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:763 + #, c-format + msgid "Command failed [%s], Output: [" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:765 + #, c-format + msgid "Command failed [%s], Return value: %s" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:768 + msgid "Done execution" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:782 + msgid "Unable to obtain read lock." + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:789 + #, c-format + msgid "Unable to open file '%s' for reading" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:808 + msgid "Timeout while obtaining lock." + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:827 + #, c-format + msgid "Copying from [%s] to [%s]" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:830 + msgid "Copying" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:835 + #, c-format + msgid "Copied to [%s/%s]" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:837 + #, c-format + msgid "Failed to copy [%s/%s]" + msgstr "" + + #: ../lib/WikiDB/backend/cvs.php:843 + msgid "Not copying" + msgstr "" + + #: ../lib/WikiDB/backend/dba.php:23 + #, c-format + msgid "%s: Can't open dba database" + msgstr "" + + #: ../lib/WikiDB/backend/dbaBase.php:330 + #, c-format + msgid "Bad key in linktable: '%s'" + msgstr "" + + #: ../lib/WikiDB/backend/dbaBase.php:352 + #, c-format + msgid "Bad key '%s' in table" + msgstr "" + + #: ../lib/WikiDB/backend/dbaBase.php:360 + #, c-format + msgid "backlink entry missing for link '%s'->'%s'" + msgstr "" + + #: ../lib/WikiDB/backend/dbaBase.php:368 + #, c-format + msgid "link entry missing for backlink '%s'<-'%s'" + msgstr "" + + #: ../lib/WikiDB/dba.php:17 + msgid "" + "DBA files are in the /tmp directory. Please read the INSTALL file and move " + "the DB file to a permanent location or risk losing all the pages!" + msgstr "" + #~ msgid "WikiDiff::apply: line count mismatch: %s != %s" #~ msgstr "" *************** *** 802,808 **** #~ msgstr "Ho trovato %d occorrente in %d pagine." - #~ msgid "Cannot establish connection to database, giving up." - #~ msgstr "Non riesco a stabilire una connessione col database, abbandono." - #~ msgid "Error message: %s" #~ msgstr "Messaggio d'errore: %s" --- 988,991 ---- *************** *** 838,844 **** #~ msgid "PageInfo" #~ msgstr "InformazioniDellaPagina" - - #~ msgid "Function not yet implemented." - #~ msgstr "Funzione non implementata." #~ msgid "templates/browse.html" --- 1021,1024 ---- |