|
CVS: phpwiki/locale/sv/LC_MESSAGES phpwiki.mo,1.1.2.2.2.1,1.1.2.2.2.2 phpwi: msg#00032web.wiki.phpwiki.checkins
Update of /cvsroot/phpwiki/phpwiki/locale/sv/LC_MESSAGES In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14755/locale/sv/LC_MESSAGES Modified Files: Tag: release-1_2_4 phpwiki.mo phpwiki.php Log Message: PhpWiki 1.2.7 backport cvs release-1_2-branch enhancements never released with 1.2.3-1.2.6: * full xhtml conformity * split_pagename in title and header to help google * "INSTALL.Mac OS X" added from cvs * lib/zipfile.php: Content-Disposition: attachment * lib/config.php, lib/stdlib.php: support new USE_LINK_ICONS and AUTOSPLIT_WIKIWORDS, better i18n $!WikiNameRegexp * re-added images/* LINK_ICONS, pre-calculate DATA_PATH * locale/*: fix and update strings and templates esp. for german, * index.php: urlparser extended to omit &start_debug=1 and other args * added minor_edit checkbox * print more meta tags: robots, favicon, language and PHPWIKI_VERSION * dbalib: dba default detection for dba/dbm and take best handler, fix timeout logic, improve error diagnostics: print errors after the first failing attempts Index: phpwiki.mo =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/sv/LC_MESSAGES/phpwiki.mo,v retrieving revision 1.1.2.2.2.1 retrieving revision 1.1.2.2.2.2 diff -u -2 -b -p -d -r1.1.2.2.2.1 -r1.1.2.2.2.2 Binary files /tmp/cvskbk21N and /tmp/cvs1bMeYL differ Index: phpwiki.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/sv/LC_MESSAGES/phpwiki.php,v retrieving revision 1.1.2.2.2.1 retrieving revision 1.1.2.2.2.2 diff -u -2 -b -p -d -r1.1.2.2.2.1 -r1.1.2.2.2.2 --- phpwiki.php 7 Jan 2005 13:48:50 -0000 1.1.2.2.2.1 +++ phpwiki.php 7 Jan 2005 14:23:31 -0000 1.1.2.2.2.2 @@ -2,5 +2,5 @@ $locale["You entered an invalid login or password."] = - "Du har angett ett otillåtet användarnamn eller lösenord."; + "Du har angivit ett felaktigt användarnamn eller lösenord."; $locale["You are about to remove '%s' permanently!"] = "Du kommer att ta bort \"%s\" permanent!"; @@ -8,5 +8,5 @@ $locale["Click %shere%s to remove the pa "Klicka %shär%s för att ta bort sidan nu."; $locale["Otherwise press the \"Back\" button of your browser."] = - "Annars klicka på backaknappen i din webbläsare."; + "Klicka annars på backaknappen i din webbläsare."; $locale["Function not yet implemented."] = "Funktionen är ännu inte implementerad."; @@ -14,5 +14,9 @@ $locale["Remove page"] = "Ta bort sida"; $locale["Removed page '%s' succesfully."] = - "Tog bort sidan \"%s\"."; + "Tog bort sidan '%s'."; +$locale["Pages which link to %s"] = + "Sidor som länkar till %s"; +$locale["%d pages link to %s."] = + "%d sidor länkar till %s."; $locale["templates/browse.html"] = "locale/sv/templates/browse.html"; @@ -25,4 +29,10 @@ $locale["templates/message.html"] = $locale["./pgsrc"] = "locale/sv/pgsrc"; +$locale["'%s': corrupt file"] = + "\"%s\": trasig fil"; +$locale["%s: bad data<br>\n"] = + "%s: felaktig data<br>\n"; +$locale["%s: Bad filename in database<br>\n"] = + "%s: felaktigt filnamn i databasen<br>\n"; $locale["WikiDiff::apply: line count mismatch: %s != %s"] = "WikiDiff::apply: radantalet stämmer inte: %s != %s"; @@ -30,5 +40,5 @@ $locale["WikiDiff::_check: failed"] = "WikiDiff::_check: misslyckades"; $locale["WikiDiff::_check: edit sequence is non-optimal"] = - "WikiDiff::_check: ändringssekvensen är icke optimal"; + "WikiDiff::_check: ändringssekvensen är ej optimal"; $locale["WikiDiff Okay: LCS = %s"] = "WikiDiff Ok: LCS = %s"; @@ -62,7 +72,9 @@ $locale["Sorry for the inconvenience."] "Ledsen för allt besvär."; $locale["Problem while editing %s"] = - "Har problem med att redigera %s"; + "Kan ej redigera %s"; $locale["Searching for \"%s\" ....."] = "Söker efter \"%s\" ....."; +$locale["(You entered an empty search string)"] = + "(Du har angivit en tom söksträng)"; $locale["%d matches found in %d pages."] = "%d träffar funna på %d sidor."; @@ -75,16 +87,22 @@ $locale["Error message: %s"] = $locale["Cannot open database %s, giving up."] = "Ger upp, kan ej öppna databasen %s."; -$locale["Insert/update failed: %s"] = - "Insättning/uppdatering misslyckades: %s"; +$locale["Insert/update to table 'wiki' failed: %s"] = + "Insättning/uppdatering i wikitabellen 'wiki' misslyckades: %s"; $locale["Delete on %s failed: %s"] = "Borttagning på %s misslyckades: %s"; $locale["Insert into %s failed: %s"] = "Insättning till %s misslyckades: %s"; +$locale["Insert/update into table 'archive' failed: %s"] = + "Insättning/uppdatering i wikitabellen 'archive' misslyckades: %s"; +$locale["MSSQL error: %s"] = + "MSSQL-fel: %s"; +$locale["Insert/Update failed: %s"] = + "Insättning/uppdatering misslyckades: %s"; +$locale["Cannot delete '%s' from table '%s'"] = + "Kan ej ta bort \"%s\" från tabellen \"%s\""; $locale["MySQL error: %s"] = "MySQL-fel: %s"; $locale["Error writing page '%s'"] = "Kunde inte spara sidan \"%s\""; -$locale["Cannot delete '%s' from table '%s'"] = - "Kan ej ta bort \"%s\" från tabellen \"%s\""; $locale["Enter a page name"] = "Ange ett sidnamn"; @@ -96,5 +114,5 @@ $locale["PageInfo"] = "Sidinformation för"; $locale["Page name '%s' is not in the database"] = - "Sidnamnet \"%s\" finns inte i databasen"; + "Sidan \"%s\" finns inte i databasen"; $locale["Current version"] = "Nuvarande version"; @@ -118,13 +136,13 @@ $locale["Press <b>Save</b> again."] = "Klicka på <b>Spara</b> igen."; $locale["Problem while updating %s"] = - "Har problem med att uppdatera %s"; + "Kan ej uppdatera %s"; $locale["Thank you for editing %s."] = "Tack för att du redigerade %s."; $locale["Your careful attention to detail is much appreciated."] = - "Din omstänksamhet för detaljer är mycket uppskattad."; + "Din uppmärksamhet för detaljer är mycket uppskattad."; $locale["%d pages match your query."] = "%d sidor matchar din fråga."; $locale["Title Search Results"] = - "Sökresultat för fulltextsökning"; + "Sökresultat"; $locale["Inserting page %s, version %s from %s"] = "Sätter in sidan %s, version %s från %s"; @@ -133,6 +151,4 @@ $locale["WikiFatalError"] = $locale["Search"] = "Sök"; -$locale["Nesting depth exceeded in SetHTMLOutputMode"] = - "Stackgräns överskriden i SetHTMLOutputMode"; $locale["%d best incoming links:"] = "De %d mest använda ingående länkarna:"; ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| News | FAQ | advertise |