update translations, bump version

This commit is contained in:
Damien Elmes 2009-01-08 10:01:22 +09:00
parent 6e63bdfc7c
commit 5f0716aa5f
11 changed files with 317 additions and 307 deletions

View file

@ -53,6 +53,6 @@ try:
except ImportError: except ImportError:
pass pass
version = "0.9.9.4" version = "0.9.9.5"
from anki.deck import DeckStorage from anki.deck import DeckStorage

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-01-06 10:31+0900\n" "POT-Creation-Date: 2009-01-08 10:01+0900\n"
"PO-Revision-Date: 2008-01-01 19:00+0100\n" "PO-Revision-Date: 2008-01-01 19:00+0100\n"
"Last-Translator: Michal Čadil <mcadil@gmail.com>\n" "Last-Translator: Michal Čadil <mcadil@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -111,7 +111,7 @@ msgstr ""
msgid "<b>Correct answers</b><br>" msgid "<b>Correct answers</b><br>"
msgstr "" msgstr ""
#: deck.py:587 #: deck.py:589
#, python-format #, python-format
msgid "" msgid ""
"<div style=\"white-space: normal;\">\n" "<div style=\"white-space: normal;\">\n"
@ -139,8 +139,9 @@ msgstr "<li>%d celkem unikátních kanji.<"
#: sync.py:194 #: sync.py:194
#, python-format #, python-format
msgid "" msgid ""
"<table width=500>\n" "<table>\n"
"<tr><td><b>Added/Changed</b></td><td><b>Here</b></td><td><b>Server</b></td></tr>\n" "<tr><td><b>Added/Changed&nbsp;&nbsp;&nbsp;</b></td>\n"
"<td><b>Here&nbsp;&nbsp;&nbsp;</b></td><td><b>Server</b></td></tr>\n"
"<tr><td>Cards</td><td>%(lc)d</td><td>%(rc)d</td></tr>\n" "<tr><td>Cards</td><td>%(lc)d</td><td>%(rc)d</td></tr>\n"
"<tr><td>Facts</td><td>%(lf)d</td><td>%(rf)d</td></tr>\n" "<tr><td>Facts</td><td>%(lf)d</td><td>%(rf)d</td></tr>\n"
"<tr><td>Models</td><td>%(lm)d</td><td>%(rm)d</td></tr>\n" "<tr><td>Models</td><td>%(lm)d</td><td>%(rm)d</td></tr>\n"
@ -168,11 +169,11 @@ msgstr "Balík anki"
msgid "Anki decks (*.anki)" msgid "Anki decks (*.anki)"
msgstr "Balíky anki" msgstr "Balíky anki"
#: deck.py:290 #: deck.py:292
msgid "Answer Card" msgid "Answer Card"
msgstr "" msgstr ""
#: deck.py:546 #: deck.py:548
#, python-format #, python-format
msgid "" msgid ""
"At the same time tomorrow:<br><br>\n" "At the same time tomorrow:<br><br>\n"
@ -222,7 +223,7 @@ msgstr "Střed"
msgid "Changed" msgid "Changed"
msgstr "Změněno" msgstr "Změněno"
#: deck.py:1528 #: deck.py:1533
msgid "Database file damaged. Restore from backup." msgid "Database file damaged. Restore from backup."
msgstr "" msgstr ""
@ -235,31 +236,31 @@ msgstr "Statistika balíku"
msgid "Deck created: <b>%s</b> ago<br>" msgid "Deck created: <b>%s</b> ago<br>"
msgstr "Balík vytvořen před: <b>%s</b><br>" msgstr "Balík vytvořen před: <b>%s</b><br>"
#: deck.py:1536 #: deck.py:1541
msgid "Deck was missing a model" msgid "Deck was missing a model"
msgstr "" msgstr ""
#: deck.py:1562 #: deck.py:1567
#, python-format #, python-format
msgid "Deleted %d cards with missing fact" msgid "Deleted %d cards with missing fact"
msgstr "" msgstr ""
#: deck.py:1570 #: deck.py:1575
#, python-format #, python-format
msgid "Deleted %d cards with no card template" msgid "Deleted %d cards with no card template"
msgstr "" msgstr ""
#: deck.py:1583 #: deck.py:1588
#, python-format #, python-format
msgid "Deleted %d dangling fields" msgid "Deleted %d dangling fields"
msgstr "" msgstr ""
#: deck.py:1555 #: deck.py:1560
#, python-format #, python-format
msgid "Deleted %d facts with missing fields" msgid "Deleted %d facts with missing fields"
msgstr "" msgstr ""
#: deck.py:1575 #: deck.py:1580
#, python-format #, python-format
msgid "Deleted %d facts with no cards" msgid "Deleted %d facts with no cards"
msgstr "" msgstr ""
@ -284,7 +285,7 @@ msgstr ""
msgid "Facts in tab-separated text file (*.txt)" msgid "Facts in tab-separated text file (*.txt)"
msgstr "výrazy oddělené tabulátory (*.txt)" msgstr "výrazy oddělené tabulátory (*.txt)"
#: deck.py:1879 #: deck.py:1889
msgid "File is in use by another process" msgid "File is in use by another process"
msgstr "" msgstr ""
@ -360,12 +361,12 @@ msgstr "<br>Karty starší než týden: <b>%(old)d</b> (<b>%(oldP)0.2f%%</b>)<br
msgid "Media Missing" msgid "Media Missing"
msgstr "" msgstr ""
#: deck.py:1030 #: deck.py:1032
#, python-format #, python-format
msgid "Model '%s' has wrong card template count" msgid "Model '%s' has wrong card template count"
msgstr "" msgstr ""
#: deck.py:1034 #: deck.py:1036
#, python-format #, python-format
msgid "Model '%s' has wrong field count" msgid "Model '%s' has wrong field count"
msgstr "" msgstr ""
@ -379,7 +380,7 @@ msgstr "Štítky modelu"
msgid "New" msgid "New"
msgstr "" msgstr ""
#: deck.py:559 #: deck.py:561
msgid "No cards are due." msgid "No cards are due."
msgstr "" msgstr ""
@ -405,19 +406,19 @@ msgstr "%s měsíc"
msgid "Reps next week" msgid "Reps next week"
msgstr "" msgstr ""
#: deck.py:2275 #: deck.py:2293
msgid "Review cards in order due" msgid "Review cards in order due"
msgstr "" msgstr ""
#: deck.py:2276 #: deck.py:2294
msgid "Review cards in random order" msgid "Review cards in random order"
msgstr "" msgstr ""
#: deck.py:2274 #: deck.py:2292
msgid "Review newest cards first" msgid "Review newest cards first"
msgstr "" msgstr ""
#: deck.py:2273 #: deck.py:2291
msgid "Review oldest cards first" msgid "Review oldest cards first"
msgstr "" msgstr ""
@ -430,23 +431,23 @@ msgstr "Počet opakování"
msgid "Right" msgid "Right"
msgstr "Správně" msgstr "Správně"
#: deck.py:2267 #: deck.py:2285
msgid "Show new cards after all other cards" msgid "Show new cards after all other cards"
msgstr "" msgstr ""
#: deck.py:2268 #: deck.py:2286
msgid "Show new cards before reviews" msgid "Show new cards before reviews"
msgstr "" msgstr ""
#: deck.py:2261 #: deck.py:2279
msgid "Show new cards in order they were added" msgid "Show new cards in order they were added"
msgstr "" msgstr ""
#: deck.py:2260 #: deck.py:2278
msgid "Show new cards in random order" msgid "Show new cards in random order"
msgstr "" msgstr ""
#: deck.py:2266 #: deck.py:2284
msgid "Spread new cards out through reviews" msgid "Spread new cards out through reviews"
msgstr "" msgstr ""
@ -454,11 +455,11 @@ msgstr ""
msgid "Text files (*.txt)" msgid "Text files (*.txt)"
msgstr "Textové soubory (*.txt)" msgstr "Textové soubory (*.txt)"
#: deck.py:1542 #: deck.py:1547
msgid "The current model didn't exist" msgid "The current model didn't exist"
msgstr "" msgstr ""
#: deck.py:556 #: deck.py:558
#, python-format #, python-format
msgid "The next card will be shown in <b>%s</b>" msgid "The next card will be shown in <b>%s</b>"
msgstr "" msgstr ""
@ -473,7 +474,7 @@ msgstr "Celkový čas"
msgid "Total number of cards: <b>%d</b><br><br>" msgid "Total number of cards: <b>%d</b><br><br>"
msgstr "Celkový pošet kartiček: <b>%d</b><br>" msgstr "Celkový pošet kartiček: <b>%d</b><br>"
#: deck.py:757 #: deck.py:759
msgid "Unknown" msgid "Unknown"
msgstr "Neznámý" msgstr "Neznámý"
@ -505,7 +506,7 @@ msgstr ""
msgid "in %s" msgid "in %s"
msgstr "za %s" msgstr "za %s"
#: deck.py:576 #: deck.py:578
msgid "unknown" msgid "unknown"
msgstr "neznámý" msgstr "neznámý"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-01-06 10:31+0900\n" "POT-Creation-Date: 2009-01-08 10:01+0900\n"
"PO-Revision-Date: 2008-12-31 15:50+0100\n" "PO-Revision-Date: 2008-12-31 15:50+0100\n"
"Last-Translator: Christian Rusche <cru@bsiag.com>\n" "Last-Translator: Christian Rusche <cru@bsiag.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -109,7 +109,7 @@ msgstr "<b>Anzahl Karten</b><br>"
msgid "<b>Correct answers</b><br>" msgid "<b>Correct answers</b><br>"
msgstr "<b>Richtige Antworten</b><br>" msgstr "<b>Richtige Antworten</b><br>"
#: deck.py:587 #: deck.py:589
#, fuzzy, python-format #, fuzzy, python-format
msgid "" msgid ""
"<div style=\"white-space: normal;\">\n" "<div style=\"white-space: normal;\">\n"
@ -140,10 +140,11 @@ msgid "<li>%d total unique kanji.</li>"
msgstr "<li>insgesamt %d verschiedene Kanji.</li>" msgstr "<li>insgesamt %d verschiedene Kanji.</li>"
#: sync.py:194 #: sync.py:194
#, python-format #, fuzzy, python-format
msgid "" msgid ""
"<table width=500>\n" "<table>\n"
"<tr><td><b>Added/Changed</b></td><td><b>Here</b></td><td><b>Server</b></td></tr>\n" "<tr><td><b>Added/Changed&nbsp;&nbsp;&nbsp;</b></td>\n"
"<td><b>Here&nbsp;&nbsp;&nbsp;</b></td><td><b>Server</b></td></tr>\n"
"<tr><td>Cards</td><td>%(lc)d</td><td>%(rc)d</td></tr>\n" "<tr><td>Cards</td><td>%(lc)d</td><td>%(rc)d</td></tr>\n"
"<tr><td>Facts</td><td>%(lf)d</td><td>%(rf)d</td></tr>\n" "<tr><td>Facts</td><td>%(lf)d</td><td>%(rf)d</td></tr>\n"
"<tr><td>Models</td><td>%(lm)d</td><td>%(rm)d</td></tr>\n" "<tr><td>Models</td><td>%(lm)d</td><td>%(rm)d</td></tr>\n"
@ -178,11 +179,11 @@ msgstr "Anki Stapeldatei (*.anki)"
msgid "Anki decks (*.anki)" msgid "Anki decks (*.anki)"
msgstr "Anki Stapeldateien (*.anki)" msgstr "Anki Stapeldateien (*.anki)"
#: deck.py:290 #: deck.py:292
msgid "Answer Card" msgid "Answer Card"
msgstr "Antwortkarte" msgstr "Antwortkarte"
#: deck.py:546 #: deck.py:548
#, python-format #, python-format
msgid "" msgid ""
"At the same time tomorrow:<br><br>\n" "At the same time tomorrow:<br><br>\n"
@ -232,7 +233,7 @@ msgstr "Zentriert"
msgid "Changed" msgid "Changed"
msgstr "Geändert" msgstr "Geändert"
#: deck.py:1528 #: deck.py:1533
msgid "Database file damaged. Restore from backup." msgid "Database file damaged. Restore from backup."
msgstr "Datenbank-Datei defekt. Bitte von einem Backup wiederherstellen." msgstr "Datenbank-Datei defekt. Bitte von einem Backup wiederherstellen."
@ -245,31 +246,31 @@ msgstr "Stapelstatistik"
msgid "Deck created: <b>%s</b> ago<br>" msgid "Deck created: <b>%s</b> ago<br>"
msgstr "Alter des Stapels: <b>%s</b><br>" msgstr "Alter des Stapels: <b>%s</b><br>"
#: deck.py:1536 #: deck.py:1541
msgid "Deck was missing a model" msgid "Deck was missing a model"
msgstr "Dem Stapel fehlt ein Modell" msgstr "Dem Stapel fehlt ein Modell"
#: deck.py:1562 #: deck.py:1567
#, python-format #, python-format
msgid "Deleted %d cards with missing fact" msgid "Deleted %d cards with missing fact"
msgstr "%d Karten mit fehlendem Faktum gelöscht" msgstr "%d Karten mit fehlendem Faktum gelöscht"
#: deck.py:1570 #: deck.py:1575
#, fuzzy, python-format #, fuzzy, python-format
msgid "Deleted %d cards with no card template" msgid "Deleted %d cards with no card template"
msgstr "%d Karten ohne Modell gelöscht" msgstr "%d Karten ohne Modell gelöscht"
#: deck.py:1583 #: deck.py:1588
#, python-format #, python-format
msgid "Deleted %d dangling fields" msgid "Deleted %d dangling fields"
msgstr "%d ungenutzte Felder gelöscht" msgstr "%d ungenutzte Felder gelöscht"
#: deck.py:1555 #: deck.py:1560
#, python-format #, python-format
msgid "Deleted %d facts with missing fields" msgid "Deleted %d facts with missing fields"
msgstr "%d Fakten mit fehlenden Feldern gelöscht" msgstr "%d Fakten mit fehlenden Feldern gelöscht"
#: deck.py:1575 #: deck.py:1580
#, python-format #, python-format
msgid "Deleted %d facts with no cards" msgid "Deleted %d facts with no cards"
msgstr "%d Fakten ohne Karten gelöscht" msgstr "%d Fakten ohne Karten gelöscht"
@ -297,7 +298,7 @@ msgstr ""
msgid "Facts in tab-separated text file (*.txt)" msgid "Facts in tab-separated text file (*.txt)"
msgstr "Fakten in Tabulator-getrennter Textdatei (*.txt)" msgstr "Fakten in Tabulator-getrennter Textdatei (*.txt)"
#: deck.py:1879 #: deck.py:1889
msgid "File is in use by another process" msgid "File is in use by another process"
msgstr "Die Datei wird von einem anderen Prozeß benutzt" msgstr "Die Datei wird von einem anderen Prozeß benutzt"
@ -368,12 +369,12 @@ msgstr "Alte Karten: <b>%(old)d</b> (<b>%(oldP)0.2f%%</b>)<br>"
msgid "Media Missing" msgid "Media Missing"
msgstr "Fehlende Mediendateien" msgstr "Fehlende Mediendateien"
#: deck.py:1030 #: deck.py:1032
#, fuzzy, python-format #, fuzzy, python-format
msgid "Model '%s' has wrong card template count" msgid "Model '%s' has wrong card template count"
msgstr "Modell '%s' hat eine falsche Anzahl Karten" msgstr "Modell '%s' hat eine falsche Anzahl Karten"
#: deck.py:1034 #: deck.py:1036
#, fuzzy, python-format #, fuzzy, python-format
msgid "Model '%s' has wrong field count" msgid "Model '%s' has wrong field count"
msgstr "Modell '%s' hat eine falsche Anzahl Felder" msgstr "Modell '%s' hat eine falsche Anzahl Felder"
@ -386,7 +387,7 @@ msgstr "Modell-Tags"
msgid "New" msgid "New"
msgstr "Neu" msgstr "Neu"
#: deck.py:559 #: deck.py:561
msgid "No cards are due." msgid "No cards are due."
msgstr "Keine Karten sind fällig." msgstr "Keine Karten sind fällig."
@ -410,19 +411,19 @@ msgstr "Wiederholungen nächsten Monat"
msgid "Reps next week" msgid "Reps next week"
msgstr "Wiederholungen nächste Woche" msgstr "Wiederholungen nächste Woche"
#: deck.py:2275 #: deck.py:2293
msgid "Review cards in order due" msgid "Review cards in order due"
msgstr "geordnet nach Fälligkeitsdatum wiederholen" msgstr "geordnet nach Fälligkeitsdatum wiederholen"
#: deck.py:2276 #: deck.py:2294
msgid "Review cards in random order" msgid "Review cards in random order"
msgstr "in zufälliger Reihenfolge wiederholen" msgstr "in zufälliger Reihenfolge wiederholen"
#: deck.py:2274 #: deck.py:2292
msgid "Review newest cards first" msgid "Review newest cards first"
msgstr "neue Karten zuerst wiederholen" msgstr "neue Karten zuerst wiederholen"
#: deck.py:2273 #: deck.py:2291
msgid "Review oldest cards first" msgid "Review oldest cards first"
msgstr "alte Karten zuerst wiederholen" msgstr "alte Karten zuerst wiederholen"
@ -434,23 +435,23 @@ msgstr "Anzahl Wiederholungen"
msgid "Right" msgid "Right"
msgstr "Rechts" msgstr "Rechts"
#: deck.py:2267 #: deck.py:2285
msgid "Show new cards after all other cards" msgid "Show new cards after all other cards"
msgstr "Zeige neue Karten nach allen anderen Karten" msgstr "Zeige neue Karten nach allen anderen Karten"
#: deck.py:2268 #: deck.py:2286
msgid "Show new cards before reviews" msgid "Show new cards before reviews"
msgstr "Zeige neue Karten vor den Wiederholungen " msgstr "Zeige neue Karten vor den Wiederholungen "
#: deck.py:2261 #: deck.py:2279
msgid "Show new cards in order they were added" msgid "Show new cards in order they were added"
msgstr "Zeige neue Karten in der Reihenfolge des Hinzufügens" msgstr "Zeige neue Karten in der Reihenfolge des Hinzufügens"
#: deck.py:2260 #: deck.py:2278
msgid "Show new cards in random order" msgid "Show new cards in random order"
msgstr "Zeige neue Karten in zufälliger Reihenfolge" msgstr "Zeige neue Karten in zufälliger Reihenfolge"
#: deck.py:2266 #: deck.py:2284
msgid "Spread new cards out through reviews" msgid "Spread new cards out through reviews"
msgstr "Verteile neue Karten über die Wiederholungen" msgstr "Verteile neue Karten über die Wiederholungen"
@ -458,11 +459,11 @@ msgstr "Verteile neue Karten über die Wiederholungen"
msgid "Text files (*.txt)" msgid "Text files (*.txt)"
msgstr "Textdateien (*.txt)" msgstr "Textdateien (*.txt)"
#: deck.py:1542 #: deck.py:1547
msgid "The current model didn't exist" msgid "The current model didn't exist"
msgstr "Das aktuelle Modell war nicht vorhanden" msgstr "Das aktuelle Modell war nicht vorhanden"
#: deck.py:556 #: deck.py:558
#, python-format #, python-format
msgid "The next card will be shown in <b>%s</b>" msgid "The next card will be shown in <b>%s</b>"
msgstr "Die nächste Karte wird in <b>%s</b> gezeigt" msgstr "Die nächste Karte wird in <b>%s</b> gezeigt"
@ -476,7 +477,7 @@ msgstr "Gesamtzeit"
msgid "Total number of cards: <b>%d</b><br><br>" msgid "Total number of cards: <b>%d</b><br><br>"
msgstr "Gesamtanzahl Karten: <b>%d</b><br><br>" msgstr "Gesamtanzahl Karten: <b>%d</b><br><br>"
#: deck.py:757 #: deck.py:759
msgid "Unknown" msgid "Unknown"
msgstr "Unbekannt" msgstr "Unbekannt"
@ -508,6 +509,6 @@ msgstr "[ungültiges Frage/Antwort-Format]"
msgid "in %s" msgid "in %s"
msgstr "in %s" msgstr "in %s"
#: deck.py:576 #: deck.py:578
msgid "unknown" msgid "unknown"
msgstr "unbekannt" msgstr "unbekannt"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Anki 0.9.7.7\n" "Project-Id-Version: Anki 0.9.7.7\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-01-06 10:31+0900\n" "POT-Creation-Date: 2009-01-08 10:01+0900\n"
"PO-Revision-Date: 2008-12-25 21:59+0100\n" "PO-Revision-Date: 2008-12-25 21:59+0100\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Spanish <pcsl88@gmail.com>\n" "Language-Team: Spanish <pcsl88@gmail.com>\n"
@ -110,7 +110,7 @@ msgstr "<b>Número de tarjetas</b><br>"
msgid "<b>Correct answers</b><br>" msgid "<b>Correct answers</b><br>"
msgstr "<b>Respuestas correctas</b><br>" msgstr "<b>Respuestas correctas</b><br>"
#: deck.py:587 #: deck.py:589
#, fuzzy, python-format #, fuzzy, python-format
msgid "" msgid ""
"<div style=\"white-space: normal;\">\n" "<div style=\"white-space: normal;\">\n"
@ -145,10 +145,11 @@ msgid "<li>%d total unique kanji.</li>"
msgstr "<li>%d kanjis únicos totales.</li>" msgstr "<li>%d kanjis únicos totales.</li>"
#: sync.py:194 #: sync.py:194
#, python-format #, fuzzy, python-format
msgid "" msgid ""
"<table width=500>\n" "<table>\n"
"<tr><td><b>Added/Changed</b></td><td><b>Here</b></td><td><b>Server</b></td></tr>\n" "<tr><td><b>Added/Changed&nbsp;&nbsp;&nbsp;</b></td>\n"
"<td><b>Here&nbsp;&nbsp;&nbsp;</b></td><td><b>Server</b></td></tr>\n"
"<tr><td>Cards</td><td>%(lc)d</td><td>%(rc)d</td></tr>\n" "<tr><td>Cards</td><td>%(lc)d</td><td>%(rc)d</td></tr>\n"
"<tr><td>Facts</td><td>%(lf)d</td><td>%(rf)d</td></tr>\n" "<tr><td>Facts</td><td>%(lf)d</td><td>%(rf)d</td></tr>\n"
"<tr><td>Models</td><td>%(lm)d</td><td>%(rm)d</td></tr>\n" "<tr><td>Models</td><td>%(lm)d</td><td>%(rm)d</td></tr>\n"
@ -183,11 +184,11 @@ msgstr "Mazo Anki (*.anki)"
msgid "Anki decks (*.anki)" msgid "Anki decks (*.anki)"
msgstr "Mazos Anki (*.anki)" msgstr "Mazos Anki (*.anki)"
#: deck.py:290 #: deck.py:292
msgid "Answer Card" msgid "Answer Card"
msgstr "Tarjeta de Respuesta" msgstr "Tarjeta de Respuesta"
#: deck.py:546 #: deck.py:548
#, python-format #, python-format
msgid "" msgid ""
"At the same time tomorrow:<br><br>\n" "At the same time tomorrow:<br><br>\n"
@ -239,7 +240,7 @@ msgstr "Centrar"
msgid "Changed" msgid "Changed"
msgstr "Cambiado" msgstr "Cambiado"
#: deck.py:1528 #: deck.py:1533
msgid "Database file damaged. Restore from backup." msgid "Database file damaged. Restore from backup."
msgstr "Archivo de Base de Datos dañado. Restaurela de la copia de seguridad." msgstr "Archivo de Base de Datos dañado. Restaurela de la copia de seguridad."
@ -252,31 +253,31 @@ msgstr "Estadísticas del Mazo"
msgid "Deck created: <b>%s</b> ago<br>" msgid "Deck created: <b>%s</b> ago<br>"
msgstr "Mazo creado: Hace <b>%s</b><br>" msgstr "Mazo creado: Hace <b>%s</b><br>"
#: deck.py:1536 #: deck.py:1541
msgid "Deck was missing a model" msgid "Deck was missing a model"
msgstr "El mazo carecía de un modelo." msgstr "El mazo carecía de un modelo."
#: deck.py:1562 #: deck.py:1567
#, python-format #, python-format
msgid "Deleted %d cards with missing fact" msgid "Deleted %d cards with missing fact"
msgstr "Borradas %d tarjetas que carecían de hecho" msgstr "Borradas %d tarjetas que carecían de hecho"
#: deck.py:1570 #: deck.py:1575
#, fuzzy, python-format #, fuzzy, python-format
msgid "Deleted %d cards with no card template" msgid "Deleted %d cards with no card template"
msgstr "Borradas %d tarjetas que carecían de modelo de tarjeta" msgstr "Borradas %d tarjetas que carecían de modelo de tarjeta"
#: deck.py:1583 #: deck.py:1588
#, python-format #, python-format
msgid "Deleted %d dangling fields" msgid "Deleted %d dangling fields"
msgstr "Borrados %d campos pendientes" msgstr "Borrados %d campos pendientes"
#: deck.py:1555 #: deck.py:1560
#, python-format #, python-format
msgid "Deleted %d facts with missing fields" msgid "Deleted %d facts with missing fields"
msgstr "Borrados %d hechos con campos faltantes" msgstr "Borrados %d hechos con campos faltantes"
#: deck.py:1575 #: deck.py:1580
#, python-format #, python-format
msgid "Deleted %d facts with no cards" msgid "Deleted %d facts with no cards"
msgstr "Borrados %d hechos sin tarjetas" msgstr "Borrados %d hechos sin tarjetas"
@ -304,7 +305,7 @@ msgstr ""
msgid "Facts in tab-separated text file (*.txt)" msgid "Facts in tab-separated text file (*.txt)"
msgstr "Hechos en un archivo de texto separado por tabulador (*.txt)" msgstr "Hechos en un archivo de texto separado por tabulador (*.txt)"
#: deck.py:1879 #: deck.py:1889
msgid "File is in use by another process" msgid "File is in use by another process"
msgstr "El archivo está en uso por otro proceso" msgstr "El archivo está en uso por otro proceso"
@ -375,12 +376,12 @@ msgstr "Tarjetas maduras: <b>%(old)d</b> (<b>%(oldP)0.2f%%</b>)<br>"
msgid "Media Missing" msgid "Media Missing"
msgstr "Soporte multimedia no encontrado" msgstr "Soporte multimedia no encontrado"
#: deck.py:1030 #: deck.py:1032
#, fuzzy, python-format #, fuzzy, python-format
msgid "Model '%s' has wrong card template count" msgid "Model '%s' has wrong card template count"
msgstr "El modelo '%s' tenía un número incorrecto de modelos de tarjeta" msgstr "El modelo '%s' tenía un número incorrecto de modelos de tarjeta"
#: deck.py:1034 #: deck.py:1036
#, fuzzy, python-format #, fuzzy, python-format
msgid "Model '%s' has wrong field count" msgid "Model '%s' has wrong field count"
msgstr "El modelo '%s' tenía un número incorrecto de modelos de campo" msgstr "El modelo '%s' tenía un número incorrecto de modelos de campo"
@ -393,7 +394,7 @@ msgstr "Etiquetas del Modelo"
msgid "New" msgid "New"
msgstr "Nuevas" msgstr "Nuevas"
#: deck.py:559 #: deck.py:561
msgid "No cards are due." msgid "No cards are due."
msgstr "No hay tarjetas programadas." msgstr "No hay tarjetas programadas."
@ -417,19 +418,19 @@ msgstr "Repeticiones en el mes siguiente"
msgid "Reps next week" msgid "Reps next week"
msgstr "Repeticiones en la siguiente semana" msgstr "Repeticiones en la siguiente semana"
#: deck.py:2275 #: deck.py:2293
msgid "Review cards in order due" msgid "Review cards in order due"
msgstr "Repasar tarjetas en el orden programado" msgstr "Repasar tarjetas en el orden programado"
#: deck.py:2276 #: deck.py:2294
msgid "Review cards in random order" msgid "Review cards in random order"
msgstr "Repasar tarjetas aleatoriamente" msgstr "Repasar tarjetas aleatoriamente"
#: deck.py:2274 #: deck.py:2292
msgid "Review newest cards first" msgid "Review newest cards first"
msgstr "Repasar tarjetas nuevas antes" msgstr "Repasar tarjetas nuevas antes"
#: deck.py:2273 #: deck.py:2291
msgid "Review oldest cards first" msgid "Review oldest cards first"
msgstr "Repasar tarjetas viejas antes" msgstr "Repasar tarjetas viejas antes"
@ -441,23 +442,23 @@ msgstr "Repasos"
msgid "Right" msgid "Right"
msgstr "Derecha" msgstr "Derecha"
#: deck.py:2267 #: deck.py:2285
msgid "Show new cards after all other cards" msgid "Show new cards after all other cards"
msgstr "Mostrar nuevas tarjetas después de todas las demás tarjetas" msgstr "Mostrar nuevas tarjetas después de todas las demás tarjetas"
#: deck.py:2268 #: deck.py:2286
msgid "Show new cards before reviews" msgid "Show new cards before reviews"
msgstr "Mostrar nuevas tarjetas antes de los repasos" msgstr "Mostrar nuevas tarjetas antes de los repasos"
#: deck.py:2261 #: deck.py:2279
msgid "Show new cards in order they were added" msgid "Show new cards in order they were added"
msgstr "Mostrar nuevas tarjetas en el orden en el que fueron añadidas" msgstr "Mostrar nuevas tarjetas en el orden en el que fueron añadidas"
#: deck.py:2260 #: deck.py:2278
msgid "Show new cards in random order" msgid "Show new cards in random order"
msgstr "Mostrar nuevas tarjetas de forma aleatoria" msgstr "Mostrar nuevas tarjetas de forma aleatoria"
#: deck.py:2266 #: deck.py:2284
msgid "Spread new cards out through reviews" msgid "Spread new cards out through reviews"
msgstr "Distribuir tarjetas entre repasos" msgstr "Distribuir tarjetas entre repasos"
@ -465,11 +466,11 @@ msgstr "Distribuir tarjetas entre repasos"
msgid "Text files (*.txt)" msgid "Text files (*.txt)"
msgstr "Archivos de texto (*.txt)" msgstr "Archivos de texto (*.txt)"
#: deck.py:1542 #: deck.py:1547
msgid "The current model didn't exist" msgid "The current model didn't exist"
msgstr "El modelo actual no existía" msgstr "El modelo actual no existía"
#: deck.py:556 #: deck.py:558
#, python-format #, python-format
msgid "The next card will be shown in <b>%s</b>" msgid "The next card will be shown in <b>%s</b>"
msgstr "La siguiente tarjeta se mostrará en <b>%s</b>" msgstr "La siguiente tarjeta se mostrará en <b>%s</b>"
@ -483,7 +484,7 @@ msgstr "Tiempo Total"
msgid "Total number of cards: <b>%d</b><br><br>" msgid "Total number of cards: <b>%d</b><br><br>"
msgstr "Número total de tarjetas: <b>%d</b><br><br>" msgstr "Número total de tarjetas: <b>%d</b><br><br>"
#: deck.py:757 #: deck.py:759
msgid "Unknown" msgid "Unknown"
msgstr "Desconocido" msgstr "Desconocido"
@ -515,7 +516,7 @@ msgstr "[formato de pregunta/respuesta incorrecto]"
msgid "in %s" msgid "in %s"
msgstr "en %s" msgstr "en %s"
#: deck.py:576 #: deck.py:578
msgid "unknown" msgid "unknown"
msgstr "desconocido" msgstr "desconocido"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: libanki_fi_FI\n" "Project-Id-Version: libanki_fi_FI\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-01-06 10:31+0900\n" "POT-Creation-Date: 2009-01-08 10:01+0900\n"
"PO-Revision-Date: 2008-12-07 20:38+0200\n" "PO-Revision-Date: 2008-12-07 20:38+0200\n"
"Last-Translator: Niklas Laxström <niklas.laxstrom+kdetrans@gmail.com>\n" "Last-Translator: Niklas Laxström <niklas.laxstrom+kdetrans@gmail.com>\n"
"Language-Team: Finnish <kde-i18n-fi-discussion@lists.sourceforge.net>\n" "Language-Team: Finnish <kde-i18n-fi-discussion@lists.sourceforge.net>\n"
@ -111,7 +111,7 @@ msgstr "<b>Korttiluvut</b><br>"
msgid "<b>Correct answers</b><br>" msgid "<b>Correct answers</b><br>"
msgstr "<b>Oikeat vastaukset</b><br>" msgstr "<b>Oikeat vastaukset</b><br>"
#: deck.py:587 #: deck.py:589
#, fuzzy, python-format #, fuzzy, python-format
msgid "" msgid ""
"<div style=\"white-space: normal;\">\n" "<div style=\"white-space: normal;\">\n"
@ -147,10 +147,11 @@ msgid "<li>%d total unique kanji.</li>"
msgstr "" msgstr ""
#: sync.py:194 #: sync.py:194
#, python-format #, fuzzy, python-format
msgid "" msgid ""
"<table width=500>\n" "<table>\n"
"<tr><td><b>Added/Changed</b></td><td><b>Here</b></td><td><b>Server</b></td></tr>\n" "<tr><td><b>Added/Changed&nbsp;&nbsp;&nbsp;</b></td>\n"
"<td><b>Here&nbsp;&nbsp;&nbsp;</b></td><td><b>Server</b></td></tr>\n"
"<tr><td>Cards</td><td>%(lc)d</td><td>%(rc)d</td></tr>\n" "<tr><td>Cards</td><td>%(lc)d</td><td>%(rc)d</td></tr>\n"
"<tr><td>Facts</td><td>%(lf)d</td><td>%(rf)d</td></tr>\n" "<tr><td>Facts</td><td>%(lf)d</td><td>%(rf)d</td></tr>\n"
"<tr><td>Models</td><td>%(lm)d</td><td>%(rm)d</td></tr>\n" "<tr><td>Models</td><td>%(lm)d</td><td>%(rm)d</td></tr>\n"
@ -185,11 +186,11 @@ msgstr "Anki-pakka (*.anki)"
msgid "Anki decks (*.anki)" msgid "Anki decks (*.anki)"
msgstr "Anki-pakat (*.anki)" msgstr "Anki-pakat (*.anki)"
#: deck.py:290 #: deck.py:292
msgid "Answer Card" msgid "Answer Card"
msgstr "korttiin vastaaminen" msgstr "korttiin vastaaminen"
#: deck.py:546 #: deck.py:548
#, fuzzy, python-format #, fuzzy, python-format
msgid "" msgid ""
"At the same time tomorrow:<br><br>\n" "At the same time tomorrow:<br><br>\n"
@ -240,7 +241,7 @@ msgstr "Keskitä"
msgid "Changed" msgid "Changed"
msgstr "Muutettu" msgstr "Muutettu"
#: deck.py:1528 #: deck.py:1533
msgid "Database file damaged. Restore from backup." msgid "Database file damaged. Restore from backup."
msgstr "Tietokantatiedosto on vahingoittunut. Palauta toimiva versio Ankin automaattisesti tekemistä varmuuskopioista." msgstr "Tietokantatiedosto on vahingoittunut. Palauta toimiva versio Ankin automaattisesti tekemistä varmuuskopioista."
@ -253,31 +254,31 @@ msgstr "Pakan tilastot"
msgid "Deck created: <b>%s</b> ago<br>" msgid "Deck created: <b>%s</b> ago<br>"
msgstr "Luotu: <b>%s</b> sitten<br>" msgstr "Luotu: <b>%s</b> sitten<br>"
#: deck.py:1536 #: deck.py:1541
msgid "Deck was missing a model" msgid "Deck was missing a model"
msgstr "Pakassa ei ollut mallia" msgstr "Pakassa ei ollut mallia"
#: deck.py:1562 #: deck.py:1567
#, python-format #, python-format
msgid "Deleted %d cards with missing fact" msgid "Deleted %d cards with missing fact"
msgstr "Poistettiin %d faktatonta korttia" msgstr "Poistettiin %d faktatonta korttia"
#: deck.py:1570 #: deck.py:1575
#, fuzzy, python-format #, fuzzy, python-format
msgid "Deleted %d cards with no card template" msgid "Deleted %d cards with no card template"
msgstr "Poistettiin %d korttia, joilla ei ollut kelvollista korttimallia" msgstr "Poistettiin %d korttia, joilla ei ollut kelvollista korttimallia"
#: deck.py:1583 #: deck.py:1588
#, python-format #, python-format
msgid "Deleted %d dangling fields" msgid "Deleted %d dangling fields"
msgstr "Poistettiin %d eksynyttä kenttää" msgstr "Poistettiin %d eksynyttä kenttää"
#: deck.py:1555 #: deck.py:1560
#, python-format #, python-format
msgid "Deleted %d facts with missing fields" msgid "Deleted %d facts with missing fields"
msgstr "Poistettiin %d faktaa, joista puuttui kenttiä" msgstr "Poistettiin %d faktaa, joista puuttui kenttiä"
#: deck.py:1575 #: deck.py:1580
#, python-format #, python-format
msgid "Deleted %d facts with no cards" msgid "Deleted %d facts with no cards"
msgstr "Poistettiin %d kortitonta faktaa" msgstr "Poistettiin %d kortitonta faktaa"
@ -302,7 +303,7 @@ msgstr "Komennon latex tai dvipng suorittaminen epäonnistui tarkista, että
msgid "Facts in tab-separated text file (*.txt)" msgid "Facts in tab-separated text file (*.txt)"
msgstr "Sarkaimella erotetut faktatiedostot (*.txt)" msgstr "Sarkaimella erotetut faktatiedostot (*.txt)"
#: deck.py:1879 #: deck.py:1889
msgid "File is in use by another process" msgid "File is in use by another process"
msgstr "Tiedosto on toisen prosessin käytössä" msgstr "Tiedosto on toisen prosessin käytössä"
@ -373,12 +374,12 @@ msgstr "Varmat kortit: <b>%(old)d</b> (<b>%(oldP)0.2f%%</b>)<br>"
msgid "Media Missing" msgid "Media Missing"
msgstr "Media puuttuu" msgstr "Media puuttuu"
#: deck.py:1030 #: deck.py:1032
#, fuzzy, python-format #, fuzzy, python-format
msgid "Model '%s' has wrong card template count" msgid "Model '%s' has wrong card template count"
msgstr "Mallissa %s on väärä korttimallilukema" msgstr "Mallissa %s on väärä korttimallilukema"
#: deck.py:1034 #: deck.py:1036
#, fuzzy, python-format #, fuzzy, python-format
msgid "Model '%s' has wrong field count" msgid "Model '%s' has wrong field count"
msgstr "Mallissa %s on väärä kenttämallilukema" msgstr "Mallissa %s on väärä kenttämallilukema"
@ -391,7 +392,7 @@ msgstr ""
msgid "New" msgid "New"
msgstr "Uusi" msgstr "Uusi"
#: deck.py:559 #: deck.py:561
msgid "No cards are due." msgid "No cards are due."
msgstr "Ei erääntyneitä kortteja." msgstr "Ei erääntyneitä kortteja."
@ -415,19 +416,19 @@ msgstr "Kertauksia ensikuussa"
msgid "Reps next week" msgid "Reps next week"
msgstr "Kertauksia ensiviikolla" msgstr "Kertauksia ensiviikolla"
#: deck.py:2275 #: deck.py:2293
msgid "Review cards in order due" msgid "Review cards in order due"
msgstr "Kertaa kortit erääntymisjärjestyksessä" msgstr "Kertaa kortit erääntymisjärjestyksessä"
#: deck.py:2276 #: deck.py:2294
msgid "Review cards in random order" msgid "Review cards in random order"
msgstr "Kertaa kortit satunnaisessa järjestyksessä" msgstr "Kertaa kortit satunnaisessa järjestyksessä"
#: deck.py:2274 #: deck.py:2292
msgid "Review newest cards first" msgid "Review newest cards first"
msgstr "Kertaa uusimmat kortit ensin" msgstr "Kertaa uusimmat kortit ensin"
#: deck.py:2273 #: deck.py:2291
msgid "Review oldest cards first" msgid "Review oldest cards first"
msgstr "Kertaa vanhimmat kortit ensin" msgstr "Kertaa vanhimmat kortit ensin"
@ -439,24 +440,24 @@ msgstr "Kertauksia"
msgid "Right" msgid "Right"
msgstr "Oikea" msgstr "Oikea"
#: deck.py:2267 #: deck.py:2285
msgid "Show new cards after all other cards" msgid "Show new cards after all other cards"
msgstr "Näytä uudet kortit muiden korttien jälkeen" msgstr "Näytä uudet kortit muiden korttien jälkeen"
#: deck.py:2268 #: deck.py:2286
#, fuzzy #, fuzzy
msgid "Show new cards before reviews" msgid "Show new cards before reviews"
msgstr "Levitä uudet kortit läpi koko kertausten" msgstr "Levitä uudet kortit läpi koko kertausten"
#: deck.py:2261 #: deck.py:2279
msgid "Show new cards in order they were added" msgid "Show new cards in order they were added"
msgstr "Näytä uudet kortit lisäysjärjestyksessä" msgstr "Näytä uudet kortit lisäysjärjestyksessä"
#: deck.py:2260 #: deck.py:2278
msgid "Show new cards in random order" msgid "Show new cards in random order"
msgstr "Näytä uudet kortit satunnaisessa järjestyksessä" msgstr "Näytä uudet kortit satunnaisessa järjestyksessä"
#: deck.py:2266 #: deck.py:2284
msgid "Spread new cards out through reviews" msgid "Spread new cards out through reviews"
msgstr "Levitä uudet kortit läpi koko kertausten" msgstr "Levitä uudet kortit läpi koko kertausten"
@ -464,11 +465,11 @@ msgstr "Levitä uudet kortit läpi koko kertausten"
msgid "Text files (*.txt)" msgid "Text files (*.txt)"
msgstr "Tekstitiedostot (*.txt)" msgstr "Tekstitiedostot (*.txt)"
#: deck.py:1542 #: deck.py:1547
msgid "The current model didn't exist" msgid "The current model didn't exist"
msgstr "Nykyistä mallia ei ollut olemassa." msgstr "Nykyistä mallia ei ollut olemassa."
#: deck.py:556 #: deck.py:558
#, python-format #, python-format
msgid "The next card will be shown in <b>%s</b>" msgid "The next card will be shown in <b>%s</b>"
msgstr "Aikaa seuraavan kortin näyttämiseen on vielä <b>%s</b>" msgstr "Aikaa seuraavan kortin näyttämiseen on vielä <b>%s</b>"
@ -482,7 +483,7 @@ msgstr "Aikaa yhteensä"
msgid "Total number of cards: <b>%d</b><br><br>" msgid "Total number of cards: <b>%d</b><br><br>"
msgstr "Kortteja yhteensä: <b>%d</b><br><br>" msgstr "Kortteja yhteensä: <b>%d</b><br><br>"
#: deck.py:757 #: deck.py:759
msgid "Unknown" msgid "Unknown"
msgstr "Tuntematon" msgstr "Tuntematon"
@ -515,7 +516,7 @@ msgstr "[kysymys- tai vastausmuoto on virheellinen]"
msgid "in %s" msgid "in %s"
msgstr "%s myöhemmin" msgstr "%s myöhemmin"
#: deck.py:576 #: deck.py:578
msgid "unknown" msgid "unknown"
msgstr "tuntematon" msgstr "tuntematon"

View file

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-01-06 10:31+0900\n" "POT-Creation-Date: 2009-01-08 10:01+0900\n"
"PO-Revision-Date: 2008-09-24 02:36+0100\n" "PO-Revision-Date: 2008-09-24 02:36+0100\n"
"Last-Translator: Emmanuel JARRI <emmanuel.jarri@gmail.com>\n" "Last-Translator: Emmanuel JARRI <emmanuel.jarri@gmail.com>\n"
"Language-Team: LMS <anki_tradu@laurentsteffan.com>\n" "Language-Team: LMS <anki_tradu@laurentsteffan.com>\n"
@ -108,7 +108,7 @@ msgstr "<b>Décomptes de cartes</b><br>"
msgid "<b>Correct answers</b><br>" msgid "<b>Correct answers</b><br>"
msgstr "<b>Réponses exactes</b><br>" msgstr "<b>Réponses exactes</b><br>"
#: deck.py:587 #: deck.py:589
#, fuzzy, python-format #, fuzzy, python-format
msgid "" msgid ""
"<div style=\"white-space: normal;\">\n" "<div style=\"white-space: normal;\">\n"
@ -144,10 +144,11 @@ msgid "<li>%d total unique kanji.</li>"
msgstr "<li>%d kanji différents.</li>" msgstr "<li>%d kanji différents.</li>"
#: sync.py:194 #: sync.py:194
#, python-format #, fuzzy, python-format
msgid "" msgid ""
"<table width=500>\n" "<table>\n"
"<tr><td><b>Added/Changed</b></td><td><b>Here</b></td><td><b>Server</b></td></tr>\n" "<tr><td><b>Added/Changed&nbsp;&nbsp;&nbsp;</b></td>\n"
"<td><b>Here&nbsp;&nbsp;&nbsp;</b></td><td><b>Server</b></td></tr>\n"
"<tr><td>Cards</td><td>%(lc)d</td><td>%(rc)d</td></tr>\n" "<tr><td>Cards</td><td>%(lc)d</td><td>%(rc)d</td></tr>\n"
"<tr><td>Facts</td><td>%(lf)d</td><td>%(rf)d</td></tr>\n" "<tr><td>Facts</td><td>%(lf)d</td><td>%(rf)d</td></tr>\n"
"<tr><td>Models</td><td>%(lm)d</td><td>%(rm)d</td></tr>\n" "<tr><td>Models</td><td>%(lm)d</td><td>%(rm)d</td></tr>\n"
@ -182,11 +183,11 @@ msgstr "Paquet Anki (*.anki)"
msgid "Anki decks (*.anki)" msgid "Anki decks (*.anki)"
msgstr "Paquets Anki (*.anki)" msgstr "Paquets Anki (*.anki)"
#: deck.py:290 #: deck.py:292
msgid "Answer Card" msgid "Answer Card"
msgstr "" msgstr ""
#: deck.py:546 #: deck.py:548
#, fuzzy, python-format #, fuzzy, python-format
msgid "" msgid ""
"At the same time tomorrow:<br><br>\n" "At the same time tomorrow:<br><br>\n"
@ -239,7 +240,7 @@ msgstr "Centre"
msgid "Changed" msgid "Changed"
msgstr "Changée" msgstr "Changée"
#: deck.py:1528 #: deck.py:1533
msgid "Database file damaged. Restore from backup." msgid "Database file damaged. Restore from backup."
msgstr "Base de données endommagée. Restauration depuis la sauvegarde." msgstr "Base de données endommagée. Restauration depuis la sauvegarde."
@ -252,31 +253,31 @@ msgstr "Statistiques de paquet"
msgid "Deck created: <b>%s</b> ago<br>" msgid "Deck created: <b>%s</b> ago<br>"
msgstr "Paquet créé : il y a <b>%s</b><br>" msgstr "Paquet créé : il y a <b>%s</b><br>"
#: deck.py:1536 #: deck.py:1541
msgid "Deck was missing a model" msgid "Deck was missing a model"
msgstr "Il manque un modèle au paquet" msgstr "Il manque un modèle au paquet"
#: deck.py:1562 #: deck.py:1567
#, python-format #, python-format
msgid "Deleted %d cards with missing fact" msgid "Deleted %d cards with missing fact"
msgstr "%d cartes sans faits supprimés" msgstr "%d cartes sans faits supprimés"
#: deck.py:1570 #: deck.py:1575
#, fuzzy, python-format #, fuzzy, python-format
msgid "Deleted %d cards with no card template" msgid "Deleted %d cards with no card template"
msgstr "%d cartes sans modèles supprimées" msgstr "%d cartes sans modèles supprimées"
#: deck.py:1583 #: deck.py:1588
#, python-format #, python-format
msgid "Deleted %d dangling fields" msgid "Deleted %d dangling fields"
msgstr "%d champs en suspens" msgstr "%d champs en suspens"
#: deck.py:1555 #: deck.py:1560
#, python-format #, python-format
msgid "Deleted %d facts with missing fields" msgid "Deleted %d facts with missing fields"
msgstr "%d faits sans champs supprimés" msgstr "%d faits sans champs supprimés"
#: deck.py:1575 #: deck.py:1580
#, python-format #, python-format
msgid "Deleted %d facts with no cards" msgid "Deleted %d facts with no cards"
msgstr "%d faits sans cartes supprimés" msgstr "%d faits sans cartes supprimés"
@ -301,7 +302,7 @@ msgstr "Erreur en tentant d'exécuter 'latex' ou 'dvipng' - Sont-ils installés
msgid "Facts in tab-separated text file (*.txt)" msgid "Facts in tab-separated text file (*.txt)"
msgstr "Faits dans un fichier texte à séparateur tabulation (*.txt)" msgstr "Faits dans un fichier texte à séparateur tabulation (*.txt)"
#: deck.py:1879 #: deck.py:1889
msgid "File is in use by another process" msgid "File is in use by another process"
msgstr "Un autre processus utilise ce fichier" msgstr "Un autre processus utilise ce fichier"
@ -375,12 +376,12 @@ msgstr "Cartes mûres : <b>%(old)d</b> (<b>%(oldP)0.2f%%</b>)<br>"
msgid "Media Missing" msgid "Media Missing"
msgstr "" msgstr ""
#: deck.py:1030 #: deck.py:1032
#, fuzzy, python-format #, fuzzy, python-format
msgid "Model '%s' has wrong card template count" msgid "Model '%s' has wrong card template count"
msgstr "Le modèle '%s' avait le mauvais nombre de cartes" msgstr "Le modèle '%s' avait le mauvais nombre de cartes"
#: deck.py:1034 #: deck.py:1036
#, fuzzy, python-format #, fuzzy, python-format
msgid "Model '%s' has wrong field count" msgid "Model '%s' has wrong field count"
msgstr "Le modèle '%s' avait le mauvais nombre de champs" msgstr "Le modèle '%s' avait le mauvais nombre de champs"
@ -394,7 +395,7 @@ msgstr "Marqueurs de modèle"
msgid "New" msgid "New"
msgstr "" msgstr ""
#: deck.py:559 #: deck.py:561
msgid "No cards are due." msgid "No cards are due."
msgstr "" msgstr ""
@ -418,21 +419,21 @@ msgstr "Le mois prochain"
msgid "Reps next week" msgid "Reps next week"
msgstr "La semaine prochaine" msgstr "La semaine prochaine"
#: deck.py:2275 #: deck.py:2293
#, fuzzy #, fuzzy
msgid "Review cards in order due" msgid "Review cards in order due"
msgstr "Montrer les nouvelles cartes dans l'ordre de leur ajout" msgstr "Montrer les nouvelles cartes dans l'ordre de leur ajout"
#: deck.py:2276 #: deck.py:2294
#, fuzzy #, fuzzy
msgid "Review cards in random order" msgid "Review cards in random order"
msgstr "Montrer les nouvelles cartes au hasard" msgstr "Montrer les nouvelles cartes au hasard"
#: deck.py:2274 #: deck.py:2292
msgid "Review newest cards first" msgid "Review newest cards first"
msgstr "" msgstr ""
#: deck.py:2273 #: deck.py:2291
msgid "Review oldest cards first" msgid "Review oldest cards first"
msgstr "" msgstr ""
@ -445,25 +446,25 @@ msgstr "Nombre de révisions"
msgid "Right" msgid "Right"
msgstr "Droite" msgstr "Droite"
#: deck.py:2267 #: deck.py:2285
#, fuzzy #, fuzzy
msgid "Show new cards after all other cards" msgid "Show new cards after all other cards"
msgstr "Montrer les nouvelles cartes dans l'ordre de leur ajout" msgstr "Montrer les nouvelles cartes dans l'ordre de leur ajout"
#: deck.py:2268 #: deck.py:2286
#, fuzzy #, fuzzy
msgid "Show new cards before reviews" msgid "Show new cards before reviews"
msgstr "Montrer les nouvelles cartes dans l'ordre de leur ajout" msgstr "Montrer les nouvelles cartes dans l'ordre de leur ajout"
#: deck.py:2261 #: deck.py:2279
msgid "Show new cards in order they were added" msgid "Show new cards in order they were added"
msgstr "Montrer les nouvelles cartes dans l'ordre de leur ajout" msgstr "Montrer les nouvelles cartes dans l'ordre de leur ajout"
#: deck.py:2260 #: deck.py:2278
msgid "Show new cards in random order" msgid "Show new cards in random order"
msgstr "Montrer les nouvelles cartes au hasard" msgstr "Montrer les nouvelles cartes au hasard"
#: deck.py:2266 #: deck.py:2284
msgid "Spread new cards out through reviews" msgid "Spread new cards out through reviews"
msgstr "" msgstr ""
@ -471,11 +472,11 @@ msgstr ""
msgid "Text files (*.txt)" msgid "Text files (*.txt)"
msgstr "Fichiers texte (*.txt)" msgstr "Fichiers texte (*.txt)"
#: deck.py:1542 #: deck.py:1547
msgid "The current model didn't exist" msgid "The current model didn't exist"
msgstr "Le modèle courant n'existait pas" msgstr "Le modèle courant n'existait pas"
#: deck.py:556 #: deck.py:558
#, python-format #, python-format
msgid "The next card will be shown in <b>%s</b>" msgid "The next card will be shown in <b>%s</b>"
msgstr "La prochaine carte apparaîtra dans <b>%s</b>" msgstr "La prochaine carte apparaîtra dans <b>%s</b>"
@ -490,7 +491,7 @@ msgstr "Temps total"
msgid "Total number of cards: <b>%d</b><br><br>" msgid "Total number of cards: <b>%d</b><br><br>"
msgstr "Nombre total de cartes : <b>%d</b><br><br>" msgstr "Nombre total de cartes : <b>%d</b><br><br>"
#: deck.py:757 #: deck.py:759
msgid "Unknown" msgid "Unknown"
msgstr "Inconnu" msgstr "Inconnu"
@ -522,7 +523,7 @@ msgstr ""
msgid "in %s" msgid "in %s"
msgstr "dans %s" msgstr "dans %s"
#: deck.py:576 #: deck.py:578
msgid "unknown" msgid "unknown"
msgstr "inconnu" msgstr "inconnu"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-01-06 10:31+0900\n" "POT-Creation-Date: 2009-01-08 10:01+0900\n"
"PO-Revision-Date: 2008-10-25 13:26+0100\n" "PO-Revision-Date: 2008-10-25 13:26+0100\n"
"Last-Translator: Marco Giancotti <nac.est@libero.it>\n" "Last-Translator: Marco Giancotti <nac.est@libero.it>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -111,7 +111,7 @@ msgstr "<b>Conteggi carte</b><br>"
msgid "<b>Correct answers</b><br>" msgid "<b>Correct answers</b><br>"
msgstr "<b>Risposte corrette</b><br>" msgstr "<b>Risposte corrette</b><br>"
#: deck.py:587 #: deck.py:589
#, fuzzy, python-format #, fuzzy, python-format
msgid "" msgid ""
"<div style=\"white-space: normal;\">\n" "<div style=\"white-space: normal;\">\n"
@ -147,10 +147,11 @@ msgid "<li>%d total unique kanji.</li>"
msgstr "<li>%d kanji diversi in totale.</li>" msgstr "<li>%d kanji diversi in totale.</li>"
#: sync.py:194 #: sync.py:194
#, python-format #, fuzzy, python-format
msgid "" msgid ""
"<table width=500>\n" "<table>\n"
"<tr><td><b>Added/Changed</b></td><td><b>Here</b></td><td><b>Server</b></td></tr>\n" "<tr><td><b>Added/Changed&nbsp;&nbsp;&nbsp;</b></td>\n"
"<td><b>Here&nbsp;&nbsp;&nbsp;</b></td><td><b>Server</b></td></tr>\n"
"<tr><td>Cards</td><td>%(lc)d</td><td>%(rc)d</td></tr>\n" "<tr><td>Cards</td><td>%(lc)d</td><td>%(rc)d</td></tr>\n"
"<tr><td>Facts</td><td>%(lf)d</td><td>%(rf)d</td></tr>\n" "<tr><td>Facts</td><td>%(lf)d</td><td>%(rf)d</td></tr>\n"
"<tr><td>Models</td><td>%(lm)d</td><td>%(rm)d</td></tr>\n" "<tr><td>Models</td><td>%(lm)d</td><td>%(rm)d</td></tr>\n"
@ -185,11 +186,11 @@ msgstr "Mazzo Anki (*.anki)"
msgid "Anki decks (*.anki)" msgid "Anki decks (*.anki)"
msgstr "Mazzi Anki (*.anki)" msgstr "Mazzi Anki (*.anki)"
#: deck.py:290 #: deck.py:292
msgid "Answer Card" msgid "Answer Card"
msgstr "" msgstr ""
#: deck.py:546 #: deck.py:548
#, fuzzy, python-format #, fuzzy, python-format
msgid "" msgid ""
"At the same time tomorrow:<br><br>\n" "At the same time tomorrow:<br><br>\n"
@ -242,7 +243,7 @@ msgstr "Centrale"
msgid "Changed" msgid "Changed"
msgstr "Modificata" msgstr "Modificata"
#: deck.py:1528 #: deck.py:1533
msgid "Database file damaged. Restore from backup." msgid "Database file damaged. Restore from backup."
msgstr "Il file del database è danneggiato. Ripristina da backup." msgstr "Il file del database è danneggiato. Ripristina da backup."
@ -255,31 +256,31 @@ msgstr "Statistiche mazzo"
msgid "Deck created: <b>%s</b> ago<br>" msgid "Deck created: <b>%s</b> ago<br>"
msgstr "Mazzo creato: <b>%s</b> fa<br>" msgstr "Mazzo creato: <b>%s</b> fa<br>"
#: deck.py:1536 #: deck.py:1541
msgid "Deck was missing a model" msgid "Deck was missing a model"
msgstr "Il mazzo aveva un modello mancante" msgstr "Il mazzo aveva un modello mancante"
#: deck.py:1562 #: deck.py:1567
#, python-format #, python-format
msgid "Deleted %d cards with missing fact" msgid "Deleted %d cards with missing fact"
msgstr "Eliminate %d carte con fatti mancanti" msgstr "Eliminate %d carte con fatti mancanti"
#: deck.py:1570 #: deck.py:1575
#, fuzzy, python-format #, fuzzy, python-format
msgid "Deleted %d cards with no card template" msgid "Deleted %d cards with no card template"
msgstr "Eliminate %d carte con modelli mancanti" msgstr "Eliminate %d carte con modelli mancanti"
#: deck.py:1583 #: deck.py:1588
#, python-format #, python-format
msgid "Deleted %d dangling fields" msgid "Deleted %d dangling fields"
msgstr "Eliminati %d campi in avanzo" msgstr "Eliminati %d campi in avanzo"
#: deck.py:1555 #: deck.py:1560
#, python-format #, python-format
msgid "Deleted %d facts with missing fields" msgid "Deleted %d facts with missing fields"
msgstr "Eliminati %d fatti con campi mancanti" msgstr "Eliminati %d fatti con campi mancanti"
#: deck.py:1575 #: deck.py:1580
#, python-format #, python-format
msgid "Deleted %d facts with no cards" msgid "Deleted %d facts with no cards"
msgstr "Eliminati %d fatti privi di carte" msgstr "Eliminati %d fatti privi di carte"
@ -304,7 +305,7 @@ msgstr "Errore nell'esecuzione di 'latex' o 'dvipng'"
msgid "Facts in tab-separated text file (*.txt)" msgid "Facts in tab-separated text file (*.txt)"
msgstr "Fatti in file di testo con colonne separate da tab (*.txt)" msgstr "Fatti in file di testo con colonne separate da tab (*.txt)"
#: deck.py:1879 #: deck.py:1889
msgid "File is in use by another process" msgid "File is in use by another process"
msgstr "Il file è già utilizzato da un altro processo" msgstr "Il file è già utilizzato da un altro processo"
@ -378,12 +379,12 @@ msgstr "Carte mature: <b>%(old)d</b> (<b>%(oldP)0.2f%%</b>)<br>"
msgid "Media Missing" msgid "Media Missing"
msgstr "File multimediale mancante" msgstr "File multimediale mancante"
#: deck.py:1030 #: deck.py:1032
#, fuzzy, python-format #, fuzzy, python-format
msgid "Model '%s' has wrong card template count" msgid "Model '%s' has wrong card template count"
msgstr "Il modello '%s' ha un numero sbagliato di carte" msgstr "Il modello '%s' ha un numero sbagliato di carte"
#: deck.py:1034 #: deck.py:1036
#, fuzzy, python-format #, fuzzy, python-format
msgid "Model '%s' has wrong field count" msgid "Model '%s' has wrong field count"
msgstr "Il modello '%s' ha un numero sbagliato di campi" msgstr "Il modello '%s' ha un numero sbagliato di campi"
@ -397,7 +398,7 @@ msgstr "Tag modelli"
msgid "New" msgid "New"
msgstr "" msgstr ""
#: deck.py:559 #: deck.py:561
msgid "No cards are due." msgid "No cards are due."
msgstr "Non ci sono carte pronte per la ripetizione." msgstr "Non ci sono carte pronte per la ripetizione."
@ -421,21 +422,21 @@ msgstr "Ripetizioni prossimo mese"
msgid "Reps next week" msgid "Reps next week"
msgstr "Ripetizioni prossima settimana" msgstr "Ripetizioni prossima settimana"
#: deck.py:2275 #: deck.py:2293
#, fuzzy #, fuzzy
msgid "Review cards in order due" msgid "Review cards in order due"
msgstr "Mostra le carte nuove nell'ordine in cui sono state aggiunte" msgstr "Mostra le carte nuove nell'ordine in cui sono state aggiunte"
#: deck.py:2276 #: deck.py:2294
#, fuzzy #, fuzzy
msgid "Review cards in random order" msgid "Review cards in random order"
msgstr "Mostra le carte nuove in ordine casuale" msgstr "Mostra le carte nuove in ordine casuale"
#: deck.py:2274 #: deck.py:2292
msgid "Review newest cards first" msgid "Review newest cards first"
msgstr "" msgstr ""
#: deck.py:2273 #: deck.py:2291
msgid "Review oldest cards first" msgid "Review oldest cards first"
msgstr "" msgstr ""
@ -448,24 +449,24 @@ msgstr "Numero di ripassi"
msgid "Right" msgid "Right"
msgstr "Destra" msgstr "Destra"
#: deck.py:2267 #: deck.py:2285
msgid "Show new cards after all other cards" msgid "Show new cards after all other cards"
msgstr "Mostra le carte nuove dopo tutte le altre" msgstr "Mostra le carte nuove dopo tutte le altre"
#: deck.py:2268 #: deck.py:2286
#, fuzzy #, fuzzy
msgid "Show new cards before reviews" msgid "Show new cards before reviews"
msgstr "Distribuisci le carte nuove su tutta la sequenza di ripetizione" msgstr "Distribuisci le carte nuove su tutta la sequenza di ripetizione"
#: deck.py:2261 #: deck.py:2279
msgid "Show new cards in order they were added" msgid "Show new cards in order they were added"
msgstr "Mostra le carte nuove nell'ordine in cui sono state aggiunte" msgstr "Mostra le carte nuove nell'ordine in cui sono state aggiunte"
#: deck.py:2260 #: deck.py:2278
msgid "Show new cards in random order" msgid "Show new cards in random order"
msgstr "Mostra le carte nuove in ordine casuale" msgstr "Mostra le carte nuove in ordine casuale"
#: deck.py:2266 #: deck.py:2284
msgid "Spread new cards out through reviews" msgid "Spread new cards out through reviews"
msgstr "Distribuisci le carte nuove su tutta la sequenza di ripetizione" msgstr "Distribuisci le carte nuove su tutta la sequenza di ripetizione"
@ -473,11 +474,11 @@ msgstr "Distribuisci le carte nuove su tutta la sequenza di ripetizione"
msgid "Text files (*.txt)" msgid "Text files (*.txt)"
msgstr "File di testo (*.txt)" msgstr "File di testo (*.txt)"
#: deck.py:1542 #: deck.py:1547
msgid "The current model didn't exist" msgid "The current model didn't exist"
msgstr "Il modello corrente non esiste" msgstr "Il modello corrente non esiste"
#: deck.py:556 #: deck.py:558
#, python-format #, python-format
msgid "The next card will be shown in <b>%s</b>" msgid "The next card will be shown in <b>%s</b>"
msgstr "La prossima carta sarà mostrata tra <b>%s</b>" msgstr "La prossima carta sarà mostrata tra <b>%s</b>"
@ -492,7 +493,7 @@ msgstr "Tempo totale"
msgid "Total number of cards: <b>%d</b><br><br>" msgid "Total number of cards: <b>%d</b><br><br>"
msgstr "Numero totale di carte: <b>%d</b><br><br>" msgstr "Numero totale di carte: <b>%d</b><br><br>"
#: deck.py:757 #: deck.py:759
msgid "Unknown" msgid "Unknown"
msgstr "Sconosciuto" msgstr "Sconosciuto"
@ -524,7 +525,7 @@ msgstr ""
msgid "in %s" msgid "in %s"
msgstr "tra %s" msgstr "tra %s"
#: deck.py:576 #: deck.py:578
msgid "unknown" msgid "unknown"
msgstr "sconosciuto" msgstr "sconosciuto"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-01-06 10:31+0900\n" "POT-Creation-Date: 2009-01-08 10:01+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Damien Elmes <anki@ichi2.net>\n" "Last-Translator: Damien Elmes <anki@ichi2.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -109,7 +109,7 @@ msgstr ""
msgid "<b>Correct answers</b><br>" msgid "<b>Correct answers</b><br>"
msgstr "" msgstr ""
#: deck.py:587 #: deck.py:589
#, python-format #, python-format
msgid "" msgid ""
"<div style=\"white-space: normal;\">\n" "<div style=\"white-space: normal;\">\n"
@ -137,8 +137,9 @@ msgstr ""
#: sync.py:194 #: sync.py:194
#, python-format #, python-format
msgid "" msgid ""
"<table width=500>\n" "<table>\n"
"<tr><td><b>Added/Changed</b></td><td><b>Here</b></td><td><b>Server</b></td></tr>\n" "<tr><td><b>Added/Changed&nbsp;&nbsp;&nbsp;</b></td>\n"
"<td><b>Here&nbsp;&nbsp;&nbsp;</b></td><td><b>Server</b></td></tr>\n"
"<tr><td>Cards</td><td>%(lc)d</td><td>%(rc)d</td></tr>\n" "<tr><td>Cards</td><td>%(lc)d</td><td>%(rc)d</td></tr>\n"
"<tr><td>Facts</td><td>%(lf)d</td><td>%(rf)d</td></tr>\n" "<tr><td>Facts</td><td>%(lf)d</td><td>%(rf)d</td></tr>\n"
"<tr><td>Models</td><td>%(lm)d</td><td>%(rm)d</td></tr>\n" "<tr><td>Models</td><td>%(lm)d</td><td>%(rm)d</td></tr>\n"
@ -166,11 +167,11 @@ msgstr ""
msgid "Anki decks (*.anki)" msgid "Anki decks (*.anki)"
msgstr "" msgstr ""
#: deck.py:290 #: deck.py:292
msgid "Answer Card" msgid "Answer Card"
msgstr "" msgstr ""
#: deck.py:546 #: deck.py:548
#, python-format #, python-format
msgid "" msgid ""
"At the same time tomorrow:<br><br>\n" "At the same time tomorrow:<br><br>\n"
@ -216,7 +217,7 @@ msgstr ""
msgid "Changed" msgid "Changed"
msgstr "" msgstr ""
#: deck.py:1528 #: deck.py:1533
msgid "Database file damaged. Restore from backup." msgid "Database file damaged. Restore from backup."
msgstr "" msgstr ""
@ -229,31 +230,31 @@ msgstr ""
msgid "Deck created: <b>%s</b> ago<br>" msgid "Deck created: <b>%s</b> ago<br>"
msgstr "" msgstr ""
#: deck.py:1536 #: deck.py:1541
msgid "Deck was missing a model" msgid "Deck was missing a model"
msgstr "" msgstr ""
#: deck.py:1562 #: deck.py:1567
#, python-format #, python-format
msgid "Deleted %d cards with missing fact" msgid "Deleted %d cards with missing fact"
msgstr "" msgstr ""
#: deck.py:1570 #: deck.py:1575
#, python-format #, python-format
msgid "Deleted %d cards with no card template" msgid "Deleted %d cards with no card template"
msgstr "" msgstr ""
#: deck.py:1583 #: deck.py:1588
#, python-format #, python-format
msgid "Deleted %d dangling fields" msgid "Deleted %d dangling fields"
msgstr "" msgstr ""
#: deck.py:1555 #: deck.py:1560
#, python-format #, python-format
msgid "Deleted %d facts with missing fields" msgid "Deleted %d facts with missing fields"
msgstr "" msgstr ""
#: deck.py:1575 #: deck.py:1580
#, python-format #, python-format
msgid "Deleted %d facts with no cards" msgid "Deleted %d facts with no cards"
msgstr "" msgstr ""
@ -278,7 +279,7 @@ msgstr ""
msgid "Facts in tab-separated text file (*.txt)" msgid "Facts in tab-separated text file (*.txt)"
msgstr "" msgstr ""
#: deck.py:1879 #: deck.py:1889
msgid "File is in use by another process" msgid "File is in use by another process"
msgstr "" msgstr ""
@ -349,12 +350,12 @@ msgstr ""
msgid "Media Missing" msgid "Media Missing"
msgstr "" msgstr ""
#: deck.py:1030 #: deck.py:1032
#, python-format #, python-format
msgid "Model '%s' has wrong card template count" msgid "Model '%s' has wrong card template count"
msgstr "" msgstr ""
#: deck.py:1034 #: deck.py:1036
#, python-format #, python-format
msgid "Model '%s' has wrong field count" msgid "Model '%s' has wrong field count"
msgstr "" msgstr ""
@ -367,7 +368,7 @@ msgstr ""
msgid "New" msgid "New"
msgstr "" msgstr ""
#: deck.py:559 #: deck.py:561
msgid "No cards are due." msgid "No cards are due."
msgstr "" msgstr ""
@ -393,19 +394,19 @@ msgstr "%sヶ月"
msgid "Reps next week" msgid "Reps next week"
msgstr "" msgstr ""
#: deck.py:2275 #: deck.py:2293
msgid "Review cards in order due" msgid "Review cards in order due"
msgstr "" msgstr ""
#: deck.py:2276 #: deck.py:2294
msgid "Review cards in random order" msgid "Review cards in random order"
msgstr "" msgstr ""
#: deck.py:2274 #: deck.py:2292
msgid "Review newest cards first" msgid "Review newest cards first"
msgstr "" msgstr ""
#: deck.py:2273 #: deck.py:2291
msgid "Review oldest cards first" msgid "Review oldest cards first"
msgstr "" msgstr ""
@ -417,23 +418,23 @@ msgstr ""
msgid "Right" msgid "Right"
msgstr "" msgstr ""
#: deck.py:2267 #: deck.py:2285
msgid "Show new cards after all other cards" msgid "Show new cards after all other cards"
msgstr "" msgstr ""
#: deck.py:2268 #: deck.py:2286
msgid "Show new cards before reviews" msgid "Show new cards before reviews"
msgstr "" msgstr ""
#: deck.py:2261 #: deck.py:2279
msgid "Show new cards in order they were added" msgid "Show new cards in order they were added"
msgstr "" msgstr ""
#: deck.py:2260 #: deck.py:2278
msgid "Show new cards in random order" msgid "Show new cards in random order"
msgstr "" msgstr ""
#: deck.py:2266 #: deck.py:2284
msgid "Spread new cards out through reviews" msgid "Spread new cards out through reviews"
msgstr "" msgstr ""
@ -441,11 +442,11 @@ msgstr ""
msgid "Text files (*.txt)" msgid "Text files (*.txt)"
msgstr "" msgstr ""
#: deck.py:1542 #: deck.py:1547
msgid "The current model didn't exist" msgid "The current model didn't exist"
msgstr "" msgstr ""
#: deck.py:556 #: deck.py:558
#, python-format #, python-format
msgid "The next card will be shown in <b>%s</b>" msgid "The next card will be shown in <b>%s</b>"
msgstr "" msgstr ""
@ -459,7 +460,7 @@ msgstr ""
msgid "Total number of cards: <b>%d</b><br><br>" msgid "Total number of cards: <b>%d</b><br><br>"
msgstr "" msgstr ""
#: deck.py:757 #: deck.py:759
msgid "Unknown" msgid "Unknown"
msgstr "" msgstr ""
@ -491,7 +492,7 @@ msgstr ""
msgid "in %s" msgid "in %s"
msgstr "" msgstr ""
#: deck.py:576 #: deck.py:578
msgid "unknown" msgid "unknown"
msgstr "" msgstr ""

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-01-06 10:31+0900\n" "POT-Creation-Date: 2009-01-08 10:01+0900\n"
"PO-Revision-Date: 2008-05-24 09:18+0900\n" "PO-Revision-Date: 2008-05-24 09:18+0900\n"
"Last-Translator: Jin Eun-Deok <jin.eundeok@gmail.com>\n" "Last-Translator: Jin Eun-Deok <jin.eundeok@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -109,7 +109,7 @@ msgstr "<b>카드 개수</b><br>"
msgid "<b>Correct answers</b><br>" msgid "<b>Correct answers</b><br>"
msgstr "<b>정답률</b><br>" msgstr "<b>정답률</b><br>"
#: deck.py:587 #: deck.py:589
#, python-format #, python-format
msgid "" msgid ""
"<div style=\"white-space: normal;\">\n" "<div style=\"white-space: normal;\">\n"
@ -137,8 +137,9 @@ msgstr "<li>전체 한자 %d자</li>"
#: sync.py:194 #: sync.py:194
#, python-format #, python-format
msgid "" msgid ""
"<table width=500>\n" "<table>\n"
"<tr><td><b>Added/Changed</b></td><td><b>Here</b></td><td><b>Server</b></td></tr>\n" "<tr><td><b>Added/Changed&nbsp;&nbsp;&nbsp;</b></td>\n"
"<td><b>Here&nbsp;&nbsp;&nbsp;</b></td><td><b>Server</b></td></tr>\n"
"<tr><td>Cards</td><td>%(lc)d</td><td>%(rc)d</td></tr>\n" "<tr><td>Cards</td><td>%(lc)d</td><td>%(rc)d</td></tr>\n"
"<tr><td>Facts</td><td>%(lf)d</td><td>%(rf)d</td></tr>\n" "<tr><td>Facts</td><td>%(lf)d</td><td>%(rf)d</td></tr>\n"
"<tr><td>Models</td><td>%(lm)d</td><td>%(rm)d</td></tr>\n" "<tr><td>Models</td><td>%(lm)d</td><td>%(rm)d</td></tr>\n"
@ -166,11 +167,11 @@ msgstr "앙키 묶음 (*.anki)"
msgid "Anki decks (*.anki)" msgid "Anki decks (*.anki)"
msgstr "앙키 묶음 (*.anki)" msgstr "앙키 묶음 (*.anki)"
#: deck.py:290 #: deck.py:292
msgid "Answer Card" msgid "Answer Card"
msgstr "" msgstr ""
#: deck.py:546 #: deck.py:548
#, python-format #, python-format
msgid "" msgid ""
"At the same time tomorrow:<br><br>\n" "At the same time tomorrow:<br><br>\n"
@ -220,7 +221,7 @@ msgstr "가운데"
msgid "Changed" msgid "Changed"
msgstr "변경" msgstr "변경"
#: deck.py:1528 #: deck.py:1533
msgid "Database file damaged. Restore from backup." msgid "Database file damaged. Restore from backup."
msgstr "" msgstr ""
@ -233,31 +234,31 @@ msgstr "묶음 통계"
msgid "Deck created: <b>%s</b> ago<br>" msgid "Deck created: <b>%s</b> ago<br>"
msgstr "묶음 생성: <b>%s</b> 전<br>" msgstr "묶음 생성: <b>%s</b> 전<br>"
#: deck.py:1536 #: deck.py:1541
msgid "Deck was missing a model" msgid "Deck was missing a model"
msgstr "" msgstr ""
#: deck.py:1562 #: deck.py:1567
#, python-format #, python-format
msgid "Deleted %d cards with missing fact" msgid "Deleted %d cards with missing fact"
msgstr "" msgstr ""
#: deck.py:1570 #: deck.py:1575
#, python-format #, python-format
msgid "Deleted %d cards with no card template" msgid "Deleted %d cards with no card template"
msgstr "" msgstr ""
#: deck.py:1583 #: deck.py:1588
#, python-format #, python-format
msgid "Deleted %d dangling fields" msgid "Deleted %d dangling fields"
msgstr "" msgstr ""
#: deck.py:1555 #: deck.py:1560
#, python-format #, python-format
msgid "Deleted %d facts with missing fields" msgid "Deleted %d facts with missing fields"
msgstr "" msgstr ""
#: deck.py:1575 #: deck.py:1580
#, python-format #, python-format
msgid "Deleted %d facts with no cards" msgid "Deleted %d facts with no cards"
msgstr "" msgstr ""
@ -282,7 +283,7 @@ msgstr ""
msgid "Facts in tab-separated text file (*.txt)" msgid "Facts in tab-separated text file (*.txt)"
msgstr "탭으로 구분한 지식 텍스트 파일 (*.txt)" msgstr "탭으로 구분한 지식 텍스트 파일 (*.txt)"
#: deck.py:1879 #: deck.py:1889
msgid "File is in use by another process" msgid "File is in use by another process"
msgstr "다른 프로세스가 파일을 사용하고 있습니다." msgstr "다른 프로세스가 파일을 사용하고 있습니다."
@ -359,12 +360,12 @@ msgstr "성숙한 카드: <b>%(old)d</b> (<b>%(oldP)0.2f%%</b>)<br>"
msgid "Media Missing" msgid "Media Missing"
msgstr "" msgstr ""
#: deck.py:1030 #: deck.py:1032
#, python-format #, python-format
msgid "Model '%s' has wrong card template count" msgid "Model '%s' has wrong card template count"
msgstr "" msgstr ""
#: deck.py:1034 #: deck.py:1036
#, python-format #, python-format
msgid "Model '%s' has wrong field count" msgid "Model '%s' has wrong field count"
msgstr "" msgstr ""
@ -378,7 +379,7 @@ msgstr "모델 꼬리표"
msgid "New" msgid "New"
msgstr "" msgstr ""
#: deck.py:559 #: deck.py:561
msgid "No cards are due." msgid "No cards are due."
msgstr "" msgstr ""
@ -404,21 +405,21 @@ msgstr "%s개월"
msgid "Reps next week" msgid "Reps next week"
msgstr "" msgstr ""
#: deck.py:2275 #: deck.py:2293
#, fuzzy #, fuzzy
msgid "Review cards in order due" msgid "Review cards in order due"
msgstr "추가된 순서대로 보여주기" msgstr "추가된 순서대로 보여주기"
#: deck.py:2276 #: deck.py:2294
#, fuzzy #, fuzzy
msgid "Review cards in random order" msgid "Review cards in random order"
msgstr "무작위로 보여주기" msgstr "무작위로 보여주기"
#: deck.py:2274 #: deck.py:2292
msgid "Review newest cards first" msgid "Review newest cards first"
msgstr "" msgstr ""
#: deck.py:2273 #: deck.py:2291
msgid "Review oldest cards first" msgid "Review oldest cards first"
msgstr "" msgstr ""
@ -431,25 +432,25 @@ msgstr "복습 횟수"
msgid "Right" msgid "Right"
msgstr "오른쪽" msgstr "오른쪽"
#: deck.py:2267 #: deck.py:2285
#, fuzzy #, fuzzy
msgid "Show new cards after all other cards" msgid "Show new cards after all other cards"
msgstr "추가된 순서대로 보여주기" msgstr "추가된 순서대로 보여주기"
#: deck.py:2268 #: deck.py:2286
#, fuzzy #, fuzzy
msgid "Show new cards before reviews" msgid "Show new cards before reviews"
msgstr "추가된 순서대로 보여주기" msgstr "추가된 순서대로 보여주기"
#: deck.py:2261 #: deck.py:2279
msgid "Show new cards in order they were added" msgid "Show new cards in order they were added"
msgstr "추가된 순서대로 보여주기" msgstr "추가된 순서대로 보여주기"
#: deck.py:2260 #: deck.py:2278
msgid "Show new cards in random order" msgid "Show new cards in random order"
msgstr "무작위로 보여주기" msgstr "무작위로 보여주기"
#: deck.py:2266 #: deck.py:2284
msgid "Spread new cards out through reviews" msgid "Spread new cards out through reviews"
msgstr "" msgstr ""
@ -457,11 +458,11 @@ msgstr ""
msgid "Text files (*.txt)" msgid "Text files (*.txt)"
msgstr "텍스트 파일 (*.txt)" msgstr "텍스트 파일 (*.txt)"
#: deck.py:1542 #: deck.py:1547
msgid "The current model didn't exist" msgid "The current model didn't exist"
msgstr "" msgstr ""
#: deck.py:556 #: deck.py:558
#, python-format #, python-format
msgid "The next card will be shown in <b>%s</b>" msgid "The next card will be shown in <b>%s</b>"
msgstr "" msgstr ""
@ -476,7 +477,7 @@ msgstr "전체 시간"
msgid "Total number of cards: <b>%d</b><br><br>" msgid "Total number of cards: <b>%d</b><br><br>"
msgstr "전체 카드 개수: <b>%d</b><br><br>" msgstr "전체 카드 개수: <b>%d</b><br><br>"
#: deck.py:757 #: deck.py:759
msgid "Unknown" msgid "Unknown"
msgstr "알 수 없음" msgstr "알 수 없음"
@ -508,7 +509,7 @@ msgstr ""
msgid "in %s" msgid "in %s"
msgstr "%s 안에" msgstr "%s 안에"
#: deck.py:576 #: deck.py:578
msgid "unknown" msgid "unknown"
msgstr "알 수 없음" msgstr "알 수 없음"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: libanki_pl_PL\n" "Project-Id-Version: libanki_pl_PL\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-01-06 10:31+0900\n" "POT-Creation-Date: 2009-01-08 10:01+0900\n"
"PO-Revision-Date: 2009-01-06 00:06+0100\n" "PO-Revision-Date: 2009-01-06 00:06+0100\n"
"Last-Translator: Piotr Kubowicz <derbeth-fora@wp.pl>\n" "Last-Translator: Piotr Kubowicz <derbeth-fora@wp.pl>\n"
"Language-Team: polski <pl@li.org>\n" "Language-Team: polski <pl@li.org>\n"
@ -117,7 +117,7 @@ msgstr "<b>Liczba kart</b><br>"
msgid "<b>Correct answers</b><br>" msgid "<b>Correct answers</b><br>"
msgstr "<b>Poprawne odpowiedzi</b><br>" msgstr "<b>Poprawne odpowiedzi</b><br>"
#: deck.py:587 #: deck.py:589
#, python-format #, python-format
msgid "" msgid ""
"<div style=\"white-space: normal;\">\n" "<div style=\"white-space: normal;\">\n"
@ -153,10 +153,11 @@ msgid "<li>%d total unique kanji.</li>"
msgstr "<li>razem %d unikalnych kanji.</li>" msgstr "<li>razem %d unikalnych kanji.</li>"
#: sync.py:194 #: sync.py:194
#, python-format #, fuzzy, python-format
msgid "" msgid ""
"<table width=500>\n" "<table>\n"
"<tr><td><b>Added/Changed</b></td><td><b>Here</b></td><td><b>Server</b></td></tr>\n" "<tr><td><b>Added/Changed&nbsp;&nbsp;&nbsp;</b></td>\n"
"<td><b>Here&nbsp;&nbsp;&nbsp;</b></td><td><b>Server</b></td></tr>\n"
"<tr><td>Cards</td><td>%(lc)d</td><td>%(rc)d</td></tr>\n" "<tr><td>Cards</td><td>%(lc)d</td><td>%(rc)d</td></tr>\n"
"<tr><td>Facts</td><td>%(lf)d</td><td>%(rf)d</td></tr>\n" "<tr><td>Facts</td><td>%(lf)d</td><td>%(rf)d</td></tr>\n"
"<tr><td>Models</td><td>%(lm)d</td><td>%(rm)d</td></tr>\n" "<tr><td>Models</td><td>%(lm)d</td><td>%(rm)d</td></tr>\n"
@ -191,11 +192,11 @@ msgstr "Talia Anki (*.anki)"
msgid "Anki decks (*.anki)" msgid "Anki decks (*.anki)"
msgstr "Talie Anki (*.anki)" msgstr "Talie Anki (*.anki)"
#: deck.py:290 #: deck.py:292
msgid "Answer Card" msgid "Answer Card"
msgstr "Karta odpowiedzi" msgstr "Karta odpowiedzi"
#: deck.py:546 #: deck.py:548
#, python-format #, python-format
msgid "" msgid ""
"At the same time tomorrow:<br><br>\n" "At the same time tomorrow:<br><br>\n"
@ -246,7 +247,7 @@ msgstr "Wyśrodkowanie"
msgid "Changed" msgid "Changed"
msgstr "Zmieniona" msgstr "Zmieniona"
#: deck.py:1528 #: deck.py:1533
msgid "Database file damaged. Restore from backup." msgid "Database file damaged. Restore from backup."
msgstr "Baza danych uszkodzona. Wykonaj odzyskiwanie z kopii zapasowej." msgstr "Baza danych uszkodzona. Wykonaj odzyskiwanie z kopii zapasowej."
@ -259,31 +260,31 @@ msgstr "Statystyki talii"
msgid "Deck created: <b>%s</b> ago<br>" msgid "Deck created: <b>%s</b> ago<br>"
msgstr "Talia stworzona: <b>%s</b> temu<br>" msgstr "Talia stworzona: <b>%s</b> temu<br>"
#: deck.py:1536 #: deck.py:1541
msgid "Deck was missing a model" msgid "Deck was missing a model"
msgstr "W talii brakowało modelu" msgstr "W talii brakowało modelu"
#: deck.py:1562 #: deck.py:1567
#, python-format #, python-format
msgid "Deleted %d cards with missing fact" msgid "Deleted %d cards with missing fact"
msgstr "Usunięto %d kart z brakującym faktem" msgstr "Usunięto %d kart z brakującym faktem"
#: deck.py:1570 #: deck.py:1575
#, python-format #, python-format
msgid "Deleted %d cards with no card template" msgid "Deleted %d cards with no card template"
msgstr "Usunięto %d kart bez szablonu karty" msgstr "Usunięto %d kart bez szablonu karty"
#: deck.py:1583 #: deck.py:1588
#, python-format #, python-format
msgid "Deleted %d dangling fields" msgid "Deleted %d dangling fields"
msgstr "Usunięto %d niezakotwiczonych pól" msgstr "Usunięto %d niezakotwiczonych pól"
#: deck.py:1555 #: deck.py:1560
#, python-format #, python-format
msgid "Deleted %d facts with missing fields" msgid "Deleted %d facts with missing fields"
msgstr "Usunięto %d faktów z brakującymi polami" msgstr "Usunięto %d faktów z brakującymi polami"
#: deck.py:1575 #: deck.py:1580
#, python-format #, python-format
msgid "Deleted %d facts with no cards" msgid "Deleted %d facts with no cards"
msgstr "Usunięto %d faktów bez karty" msgstr "Usunięto %d faktów bez karty"
@ -311,7 +312,7 @@ msgstr ""
msgid "Facts in tab-separated text file (*.txt)" msgid "Facts in tab-separated text file (*.txt)"
msgstr "Fakty oddzielone tabulacją w pliku tekstowym (*.txt)" msgstr "Fakty oddzielone tabulacją w pliku tekstowym (*.txt)"
#: deck.py:1879 #: deck.py:1889
msgid "File is in use by another process" msgid "File is in use by another process"
msgstr "Plik jest używany przez inny proces" msgstr "Plik jest używany przez inny proces"
@ -382,12 +383,12 @@ msgstr "Stare karty: <b>%(old)d</b> (<b>%(oldP)0.2f%%</b>)<br>"
msgid "Media Missing" msgid "Media Missing"
msgstr "Brakuje pliku" msgstr "Brakuje pliku"
#: deck.py:1030 #: deck.py:1032
#, python-format #, python-format
msgid "Model '%s' has wrong card template count" msgid "Model '%s' has wrong card template count"
msgstr "Model '%s' ma złą liczbę szablonów kart" msgstr "Model '%s' ma złą liczbę szablonów kart"
#: deck.py:1034 #: deck.py:1036
#, python-format #, python-format
msgid "Model '%s' has wrong field count" msgid "Model '%s' has wrong field count"
msgstr "Model '%s' ma złą liczbę pól" msgstr "Model '%s' ma złą liczbę pól"
@ -400,7 +401,7 @@ msgstr "Etykiety modelu"
msgid "New" msgid "New"
msgstr "Nowe" msgstr "Nowe"
#: deck.py:559 #: deck.py:561
msgid "No cards are due." msgid "No cards are due."
msgstr "Nie ma kart do wyświetlenia." msgstr "Nie ma kart do wyświetlenia."
@ -424,19 +425,19 @@ msgstr "w nast. miesiącu"
msgid "Reps next week" msgid "Reps next week"
msgstr "Powt. w nast. tyg." msgstr "Powt. w nast. tyg."
#: deck.py:2275 #: deck.py:2293
msgid "Review cards in order due" msgid "Review cards in order due"
msgstr "Przeglądaj karty w kolejności daty pojawienia się" msgstr "Przeglądaj karty w kolejności daty pojawienia się"
#: deck.py:2276 #: deck.py:2294
msgid "Review cards in random order" msgid "Review cards in random order"
msgstr "Przeglądaj karty w losowej kolejności" msgstr "Przeglądaj karty w losowej kolejności"
#: deck.py:2274 #: deck.py:2292
msgid "Review newest cards first" msgid "Review newest cards first"
msgstr "Przeglądaj najnowsze karty jako pierwsze" msgstr "Przeglądaj najnowsze karty jako pierwsze"
#: deck.py:2273 #: deck.py:2291
msgid "Review oldest cards first" msgid "Review oldest cards first"
msgstr "Przeglądaj najstarsze karty jako pierwsze" msgstr "Przeglądaj najstarsze karty jako pierwsze"
@ -448,23 +449,23 @@ msgstr "Przeglądy"
msgid "Right" msgid "Right"
msgstr "Po prawej" msgstr "Po prawej"
#: deck.py:2267 #: deck.py:2285
msgid "Show new cards after all other cards" msgid "Show new cards after all other cards"
msgstr "Pokaż nowe karty po wszystkich innych kartach" msgstr "Pokaż nowe karty po wszystkich innych kartach"
#: deck.py:2268 #: deck.py:2286
msgid "Show new cards before reviews" msgid "Show new cards before reviews"
msgstr "Pokaż nowe karty przed powtórką" msgstr "Pokaż nowe karty przed powtórką"
#: deck.py:2261 #: deck.py:2279
msgid "Show new cards in order they were added" msgid "Show new cards in order they were added"
msgstr "Pokaż nowe karty w kolejności ich dodania" msgstr "Pokaż nowe karty w kolejności ich dodania"
#: deck.py:2260 #: deck.py:2278
msgid "Show new cards in random order" msgid "Show new cards in random order"
msgstr "Pokaż nowe karty w losowej kolejności" msgstr "Pokaż nowe karty w losowej kolejności"
#: deck.py:2266 #: deck.py:2284
msgid "Spread new cards out through reviews" msgid "Spread new cards out through reviews"
msgstr "Rozprosz nowe karty między powtórkami" msgstr "Rozprosz nowe karty między powtórkami"
@ -472,11 +473,11 @@ msgstr "Rozprosz nowe karty między powtórkami"
msgid "Text files (*.txt)" msgid "Text files (*.txt)"
msgstr "Pliki tekstowe (*.txt)" msgstr "Pliki tekstowe (*.txt)"
#: deck.py:1542 #: deck.py:1547
msgid "The current model didn't exist" msgid "The current model didn't exist"
msgstr "Aktualny model nie istnieje" msgstr "Aktualny model nie istnieje"
#: deck.py:556 #: deck.py:558
#, python-format #, python-format
msgid "The next card will be shown in <b>%s</b>" msgid "The next card will be shown in <b>%s</b>"
msgstr "Następna karta zostanie pokazana w ciągu <b>%s</b>" msgstr "Następna karta zostanie pokazana w ciągu <b>%s</b>"
@ -490,7 +491,7 @@ msgstr "Całkowity czas"
msgid "Total number of cards: <b>%d</b><br><br>" msgid "Total number of cards: <b>%d</b><br><br>"
msgstr "Całkowita liczba kart: <b>%d</b><br><br>" msgstr "Całkowita liczba kart: <b>%d</b><br><br>"
#: deck.py:757 #: deck.py:759
msgid "Unknown" msgid "Unknown"
msgstr "Nieznany" msgstr "Nieznany"
@ -522,6 +523,6 @@ msgstr "[nieprawidłowy format pytania/odpowiedzi]"
msgid "in %s" msgid "in %s"
msgstr "w %s" msgstr "w %s"
#: deck.py:576 #: deck.py:578
msgid "unknown" msgid "unknown"
msgstr "nieznane" msgstr "nieznane"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-01-06 10:31+0900\n" "POT-Creation-Date: 2009-01-08 10:01+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -111,7 +111,7 @@ msgstr ""
msgid "<b>Correct answers</b><br>" msgid "<b>Correct answers</b><br>"
msgstr "" msgstr ""
#: deck.py:587 #: deck.py:589
#, python-format #, python-format
msgid "" msgid ""
"<div style=\"white-space: normal;\">\n" "<div style=\"white-space: normal;\">\n"
@ -139,8 +139,9 @@ msgstr ""
#: sync.py:194 #: sync.py:194
#, python-format #, python-format
msgid "" msgid ""
"<table width=500>\n" "<table>\n"
"<tr><td><b>Added/Changed</b></td><td><b>Here</b></td><td><b>Server</b></td></tr>\n" "<tr><td><b>Added/Changed&nbsp;&nbsp;&nbsp;</b></td>\n"
"<td><b>Here&nbsp;&nbsp;&nbsp;</b></td><td><b>Server</b></td></tr>\n"
"<tr><td>Cards</td><td>%(lc)d</td><td>%(rc)d</td></tr>\n" "<tr><td>Cards</td><td>%(lc)d</td><td>%(rc)d</td></tr>\n"
"<tr><td>Facts</td><td>%(lf)d</td><td>%(rf)d</td></tr>\n" "<tr><td>Facts</td><td>%(lf)d</td><td>%(rf)d</td></tr>\n"
"<tr><td>Models</td><td>%(lm)d</td><td>%(rm)d</td></tr>\n" "<tr><td>Models</td><td>%(lm)d</td><td>%(rm)d</td></tr>\n"
@ -168,11 +169,11 @@ msgstr ""
msgid "Anki decks (*.anki)" msgid "Anki decks (*.anki)"
msgstr "" msgstr ""
#: deck.py:290 #: deck.py:292
msgid "Answer Card" msgid "Answer Card"
msgstr "" msgstr ""
#: deck.py:546 #: deck.py:548
#, python-format #, python-format
msgid "" msgid ""
"At the same time tomorrow:<br><br>\n" "At the same time tomorrow:<br><br>\n"
@ -218,7 +219,7 @@ msgstr ""
msgid "Changed" msgid "Changed"
msgstr "" msgstr ""
#: deck.py:1528 #: deck.py:1533
msgid "Database file damaged. Restore from backup." msgid "Database file damaged. Restore from backup."
msgstr "" msgstr ""
@ -231,31 +232,31 @@ msgstr ""
msgid "Deck created: <b>%s</b> ago<br>" msgid "Deck created: <b>%s</b> ago<br>"
msgstr "" msgstr ""
#: deck.py:1536 #: deck.py:1541
msgid "Deck was missing a model" msgid "Deck was missing a model"
msgstr "" msgstr ""
#: deck.py:1562 #: deck.py:1567
#, python-format #, python-format
msgid "Deleted %d cards with missing fact" msgid "Deleted %d cards with missing fact"
msgstr "" msgstr ""
#: deck.py:1570 #: deck.py:1575
#, python-format #, python-format
msgid "Deleted %d cards with no card template" msgid "Deleted %d cards with no card template"
msgstr "" msgstr ""
#: deck.py:1583 #: deck.py:1588
#, python-format #, python-format
msgid "Deleted %d dangling fields" msgid "Deleted %d dangling fields"
msgstr "" msgstr ""
#: deck.py:1555 #: deck.py:1560
#, python-format #, python-format
msgid "Deleted %d facts with missing fields" msgid "Deleted %d facts with missing fields"
msgstr "" msgstr ""
#: deck.py:1575 #: deck.py:1580
#, python-format #, python-format
msgid "Deleted %d facts with no cards" msgid "Deleted %d facts with no cards"
msgstr "" msgstr ""
@ -280,7 +281,7 @@ msgstr ""
msgid "Facts in tab-separated text file (*.txt)" msgid "Facts in tab-separated text file (*.txt)"
msgstr "" msgstr ""
#: deck.py:1879 #: deck.py:1889
msgid "File is in use by another process" msgid "File is in use by another process"
msgstr "" msgstr ""
@ -351,12 +352,12 @@ msgstr ""
msgid "Media Missing" msgid "Media Missing"
msgstr "" msgstr ""
#: deck.py:1030 #: deck.py:1032
#, python-format #, python-format
msgid "Model '%s' has wrong card template count" msgid "Model '%s' has wrong card template count"
msgstr "" msgstr ""
#: deck.py:1034 #: deck.py:1036
#, python-format #, python-format
msgid "Model '%s' has wrong field count" msgid "Model '%s' has wrong field count"
msgstr "" msgstr ""
@ -369,7 +370,7 @@ msgstr ""
msgid "New" msgid "New"
msgstr "" msgstr ""
#: deck.py:559 #: deck.py:561
msgid "No cards are due." msgid "No cards are due."
msgstr "" msgstr ""
@ -393,19 +394,19 @@ msgstr ""
msgid "Reps next week" msgid "Reps next week"
msgstr "" msgstr ""
#: deck.py:2275 #: deck.py:2293
msgid "Review cards in order due" msgid "Review cards in order due"
msgstr "" msgstr ""
#: deck.py:2276 #: deck.py:2294
msgid "Review cards in random order" msgid "Review cards in random order"
msgstr "" msgstr ""
#: deck.py:2274 #: deck.py:2292
msgid "Review newest cards first" msgid "Review newest cards first"
msgstr "" msgstr ""
#: deck.py:2273 #: deck.py:2291
msgid "Review oldest cards first" msgid "Review oldest cards first"
msgstr "" msgstr ""
@ -417,23 +418,23 @@ msgstr ""
msgid "Right" msgid "Right"
msgstr "" msgstr ""
#: deck.py:2267 #: deck.py:2285
msgid "Show new cards after all other cards" msgid "Show new cards after all other cards"
msgstr "" msgstr ""
#: deck.py:2268 #: deck.py:2286
msgid "Show new cards before reviews" msgid "Show new cards before reviews"
msgstr "" msgstr ""
#: deck.py:2261 #: deck.py:2279
msgid "Show new cards in order they were added" msgid "Show new cards in order they were added"
msgstr "" msgstr ""
#: deck.py:2260 #: deck.py:2278
msgid "Show new cards in random order" msgid "Show new cards in random order"
msgstr "" msgstr ""
#: deck.py:2266 #: deck.py:2284
msgid "Spread new cards out through reviews" msgid "Spread new cards out through reviews"
msgstr "" msgstr ""
@ -441,11 +442,11 @@ msgstr ""
msgid "Text files (*.txt)" msgid "Text files (*.txt)"
msgstr "" msgstr ""
#: deck.py:1542 #: deck.py:1547
msgid "The current model didn't exist" msgid "The current model didn't exist"
msgstr "" msgstr ""
#: deck.py:556 #: deck.py:558
#, python-format #, python-format
msgid "The next card will be shown in <b>%s</b>" msgid "The next card will be shown in <b>%s</b>"
msgstr "" msgstr ""
@ -459,7 +460,7 @@ msgstr ""
msgid "Total number of cards: <b>%d</b><br><br>" msgid "Total number of cards: <b>%d</b><br><br>"
msgstr "" msgstr ""
#: deck.py:757 #: deck.py:759
msgid "Unknown" msgid "Unknown"
msgstr "" msgstr ""
@ -491,6 +492,6 @@ msgstr ""
msgid "in %s" msgid "in %s"
msgstr "" msgstr ""
#: deck.py:576 #: deck.py:578
msgid "unknown" msgid "unknown"
msgstr "" msgstr ""