From 83e4c9707deade4d6b099d059a0518d8c28b0503 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 7 Aug 2009 20:38:20 +0000 Subject: fixed title format git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1113 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistitem.cpp | 2 +- src/ui/configdialog.cpp | 5 ++--- src/ui/translations/qmmp_cs.ts | 21 ++++++++++----------- src/ui/translations/qmmp_de.ts | 21 ++++++++++----------- src/ui/translations/qmmp_it.ts | 21 ++++++++++----------- src/ui/translations/qmmp_lt.ts | 21 ++++++++++----------- src/ui/translations/qmmp_pl_PL.ts | 21 ++++++++++----------- src/ui/translations/qmmp_pt_BR.ts | 21 ++++++++++----------- src/ui/translations/qmmp_ru.ts | 21 ++++++++++----------- src/ui/translations/qmmp_tr.ts | 21 ++++++++++----------- src/ui/translations/qmmp_uk_UA.ts | 21 ++++++++++----------- src/ui/translations/qmmp_zh_CN.ts | 21 ++++++++++----------- src/ui/translations/qmmp_zh_TW.ts | 21 ++++++++++----------- 13 files changed, 113 insertions(+), 125 deletions(-) (limited to 'src') diff --git a/src/qmmpui/playlistitem.cpp b/src/qmmpui/playlistitem.cpp index bacd3f803..3188c89fb 100644 --- a/src/qmmpui/playlistitem.cpp +++ b/src/qmmpui/playlistitem.cpp @@ -121,7 +121,7 @@ void PlayListItem::readMetadata() m_title = printTag(m_title, "%D", discNumber()); m_title = printTag(m_title, "%f", url().section('/',-1)); m_title = printTag(m_title, "%F", url()); - m_title = printTag(m_title, "%y", QString("%1").arg(year ())); + m_title = printTag(m_title, "%y", year ()); //TODO rewrite this if (m_title.isEmpty()) { diff --git a/src/ui/configdialog.cpp b/src/ui/configdialog.cpp index e1e033971..8b2d60d7d 100644 --- a/src/ui/configdialog.cpp +++ b/src/ui/configdialog.cpp @@ -538,9 +538,8 @@ void ConfigDialog::createMenus() menu->addAction(tr("Disc number"))->setData("%D"); menu->addAction(tr("Genre"))->setData("%g"); menu->addAction(tr("Composer"))->setData("%C"); - menu->addAction(tr("Filename"))->setData("%f"); - menu->addAction(tr("Filepath"))->setData("%F"); - menu->addAction(tr("Date"))->setData("%d"); //TODO fix this + menu->addAction(tr("File name"))->setData("%f"); + menu->addAction(tr("File path"))->setData("%F"); menu->addAction(tr("Year"))->setData("%y"); menu->addAction(tr("Comment"))->setData("%c"); diff --git a/src/ui/translations/qmmp_cs.ts b/src/ui/translations/qmmp_cs.ts index e1ab0a261..0fd14bb4f 100644 --- a/src/ui/translations/qmmp_cs.ts +++ b/src/ui/translations/qmmp_cs.ts @@ -196,7 +196,6 @@ - Filename Soubor @@ -236,22 +235,22 @@ - - Filepath - Soubor + + File name + - - Date - Datum + + File path + - + Year Rok - + Comment Komentář @@ -481,12 +480,12 @@ Převést %20 na mezery - + Select Skin Files Vybrat soubory s tématy - + Skin files Soubory s tématy diff --git a/src/ui/translations/qmmp_de.ts b/src/ui/translations/qmmp_de.ts index 32cd9aa65..18bd0472b 100644 --- a/src/ui/translations/qmmp_de.ts +++ b/src/ui/translations/qmmp_de.ts @@ -196,7 +196,6 @@ - Filename Dateiname @@ -236,22 +235,22 @@ - - Filepath - Dateipfad + + File name + - - Date - Datum + + File path + - + Year Jahr - + Comment Kommentar @@ -481,12 +480,12 @@ %20 in Leerzeichen umwandeln - + Select Skin Files Design-Dateien auswählen - + Skin files Design-Dateien diff --git a/src/ui/translations/qmmp_it.ts b/src/ui/translations/qmmp_it.ts index 3e1c7021d..cacf65733 100644 --- a/src/ui/translations/qmmp_it.ts +++ b/src/ui/translations/qmmp_it.ts @@ -196,7 +196,6 @@ - Filename File @@ -236,22 +235,22 @@ - - Filepath - Percorso + + File name + - - Date - Data + + File path + - + Year Anno - + Comment Commento @@ -481,12 +480,12 @@ Converti il carattere « %20 » in spazi - + Select Skin Files Seleziona aspetto - + Skin files Aspetto diff --git a/src/ui/translations/qmmp_lt.ts b/src/ui/translations/qmmp_lt.ts index b0e8c20df..8919754e2 100644 --- a/src/ui/translations/qmmp_lt.ts +++ b/src/ui/translations/qmmp_lt.ts @@ -196,7 +196,6 @@ - Filename Bylos pavadinimas @@ -236,22 +235,22 @@ - - Filepath - Bylos kelias + + File name + - - Date - Data + + File path + - + Year Metai - + Comment Komentaras @@ -481,12 +480,12 @@ Convert %20 to blanks - + Select Skin Files Pasirinkti temų bylas - + Skin files Temų bylos diff --git a/src/ui/translations/qmmp_pl_PL.ts b/src/ui/translations/qmmp_pl_PL.ts index 0df17872f..a8ad02544 100644 --- a/src/ui/translations/qmmp_pl_PL.ts +++ b/src/ui/translations/qmmp_pl_PL.ts @@ -196,7 +196,6 @@ - Filename Nazwa pliku @@ -236,22 +235,22 @@ - - Filepath - Ścieżka pliku + + File name + - - Date - Data + + File path + - + Year Rok - + Comment Komentarz @@ -481,12 +480,12 @@ Konwertuj sekwencje %20 na spacje - + Select Skin Files Wybierz skórę - + Skin files Pliki skór diff --git a/src/ui/translations/qmmp_pt_BR.ts b/src/ui/translations/qmmp_pt_BR.ts index 99a4f4957..862a30821 100644 --- a/src/ui/translations/qmmp_pt_BR.ts +++ b/src/ui/translations/qmmp_pt_BR.ts @@ -196,7 +196,6 @@ - Filename Nome do Arquivo @@ -236,22 +235,22 @@ - - Filepath - Pasta do arquivo + + File name + - - Date - Data + + File path + - + Year Ano - + Comment Comentário @@ -481,12 +480,12 @@ - + Select Skin Files - + Skin files diff --git a/src/ui/translations/qmmp_ru.ts b/src/ui/translations/qmmp_ru.ts index b59da6e14..6fa3df66e 100644 --- a/src/ui/translations/qmmp_ru.ts +++ b/src/ui/translations/qmmp_ru.ts @@ -196,7 +196,6 @@ - Filename Имя файла @@ -236,22 +235,22 @@ - - Filepath - Путь к файлу + + File name + - - Date - Дата + + File path + - + Year Год - + Comment Комментарий @@ -481,12 +480,12 @@ Преобразовывать %20 в пробел - + Select Skin Files Выберите файлы обложек - + Skin files Файлы обложек diff --git a/src/ui/translations/qmmp_tr.ts b/src/ui/translations/qmmp_tr.ts index a6374b91e..f0b0067b7 100644 --- a/src/ui/translations/qmmp_tr.ts +++ b/src/ui/translations/qmmp_tr.ts @@ -196,7 +196,6 @@ - Filename Dosya adı @@ -236,22 +235,22 @@ - - Filepath - Dosya yolu + + File name + - - Date - Tarih + + File path + - + Year Yıl - + Comment Yorum @@ -481,12 +480,12 @@ %20 yi boşluğa çevir - + Select Skin Files Kabuk Dosyası Seç - + Skin files Kabuk dosyaları diff --git a/src/ui/translations/qmmp_uk_UA.ts b/src/ui/translations/qmmp_uk_UA.ts index b0954c621..84d6a62f4 100644 --- a/src/ui/translations/qmmp_uk_UA.ts +++ b/src/ui/translations/qmmp_uk_UA.ts @@ -196,7 +196,6 @@ - Filename Им'я файлу @@ -236,22 +235,22 @@ - - Filepath - Шлях до файлу + + File name + - - Date - Дата + + File path + - + Year Рік - + Comment Коментар @@ -481,12 +480,12 @@ Конвертувати %20 в пробіл - + Select Skin Files Вибрати файли скінів - + Skin files Файли скінів diff --git a/src/ui/translations/qmmp_zh_CN.ts b/src/ui/translations/qmmp_zh_CN.ts index caf3589da..4231733dd 100644 --- a/src/ui/translations/qmmp_zh_CN.ts +++ b/src/ui/translations/qmmp_zh_CN.ts @@ -196,7 +196,6 @@ - Filename 文件名 @@ -236,22 +235,22 @@ - - Filepath - 文件路径 + + File name + - - Date - 日期 + + File path + - + Year 年代 - + Comment 备注 @@ -481,12 +480,12 @@ 转换 %20 为空格 - + Select Skin Files 选择皮肤文件 - + Skin files 皮肤文件 diff --git a/src/ui/translations/qmmp_zh_TW.ts b/src/ui/translations/qmmp_zh_TW.ts index c49761bd0..8162b99d6 100644 --- a/src/ui/translations/qmmp_zh_TW.ts +++ b/src/ui/translations/qmmp_zh_TW.ts @@ -196,7 +196,6 @@ - Filename 檔名 @@ -236,22 +235,22 @@ - - Filepath - 檔案路徑 + + File name + - - Date - 日期 + + File path + - + Year 年代 - + Comment 備註 @@ -481,12 +480,12 @@ 轉換 %20 為空格 - + Select Skin Files 選取皮膚檔案 - + Skin files 皮膚檔案 -- cgit v1.2.3-13-gbd6f