From: Pavel Punegov <pavelpngv@gmail.com> To: KDE russian translation mailing list <kde-russian@lists.kde.ru> Subject: [kde-russian] Перевод Amarok Date: Mon, 28 Nov 2011 16:32:30 +0400 Message-ID: <201111281632.30356.pavelpngv@gmail.com> (raw) [-- Attachment #1: Type: text/plain, Size: 1126 bytes --] Как и было предложено, перевел недостающее в интерфейсе Amarok (из trunk). Если что не так, то сильно не пинайте, ибо первый раз. При переводе возник вопрос, что за Echo nest и как его переводить или не переводить. Т.к. файл больше 100кб, то вот ссылка https://docs.google.com/open?id=0B72EwJAlK3jiNzUxNzQ5YzAtZjMyMi00NGM4LTg1OTMtMGZkYjNkM2Q0Mzgy Замеченные баги в оригинале: 1. "IfElse bias..." - в оригинале нет переводов строки, а они нужны т.к. длинная строка растягивает окошко диалога.(dynamic/biases/IfElseBias.cpp:46) 2. Лишние пробелы в начале строк в dynamic/biases/QuizPlayBias.cpp (строки 118, 121 и 124). Сделал патч на них. Проверьте и закоммитте у кого есть доступ к репозиторию. -- С уважением, Пунегов Павел [-- Attachment #2: StringsFormatPatch.patch --] [-- Type: text/x-patch, Size: 1945 bytes --] diff --git src/dynamic/biases/IfElseBias.cpp src/dynamic/biases/IfElseBias.cpp index f8888b9..148c096 100644 --- src/dynamic/biases/IfElseBias.cpp +++ src/dynamic/biases/IfElseBias.cpp @@ -43,7 +43,7 @@ Dynamic::IfElseBiasFactory::name() const QString Dynamic::IfElseBiasFactory::i18nDescription() const { return i18nc("Description of the \"IfElse\" bias", - "The \"IfElse\" bias adds tracks that match at least one of the sub biases. It will only check the second sub-bias if the first doesn't return any results."); } + "The \"IfElse\" bias adds tracks that match at least one of the sub biases.\nIt will only check the second sub-bias if the first doesn't return any results."); } Dynamic::BiasPtr Dynamic::IfElseBiasFactory::createBias() diff --git src/dynamic/biases/QuizPlayBias.cpp src/dynamic/biases/QuizPlayBias.cpp index 4ffdf9e..9264ba5 100644 --- src/dynamic/biases/QuizPlayBias.cpp +++ src/dynamic/biases/QuizPlayBias.cpp @@ -115,13 +115,13 @@ Dynamic::QuizPlayBias::toString() const { case TitleToTitle: return i18nc("QuizPlay bias representation", - "Tracks whose title start with a\n character the last track ended with"); + "Tracks whose title start with a\ncharacter the last track ended with"); case ArtistToArtist: return i18nc("QuizPlay bias representation", - "Tracks whose artist name start\n with a character the last track ended with"); + "Tracks whose artist name start\nwith a character the last track ended with"); case AlbumToAlbum: return i18nc("QuizPlay bias representation", - "Tracks whose album name start\n with a character the last track ended with"); + "Tracks whose album name start\nwith a character the last track ended with"); } return QString(); }
next reply other threads:[~2011-11-28 12:32 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2011-11-28 12:32 Pavel Punegov [this message] 2011-11-28 15:24 ` Yuri Chornoivan 2011-11-28 17:50 ` Pavel Punegov 2011-11-29 20:59 ` Alexander Potashev 2011-11-30 5:18 ` Pavel Punegov 2011-11-30 21:08 ` Alexander Potashev 2012-08-19 9:06 ` Alexander Potashev
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=201111281632.30356.pavelpngv@gmail.com \ --to=pavelpngv@gmail.com \ --cc=kde-russian@lists.kde.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
рассылка русскоязычной группы пользователей и разработчиков KDE This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/kde-russian/0 kde-russian/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 kde-russian kde-russian/ http://lore.altlinux.org/kde-russian \ kde-russian@lists.kde.ru public-inbox-index kde-russian Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.kde-russian AGPL code for this site: git clone https://public-inbox.org/public-inbox.git