Move the new slot translation string to Dialog, fits better there.

This commit is contained in:
Henrik Rydgård
2026-01-08 23:26:48 +01:00
parent 13af9d5a9b
commit 4e5e34a0cc
46 changed files with 47 additions and 47 deletions
+2 -2
View File
@@ -335,7 +335,7 @@ namespace MainWindow {
RemoveMenu(saveStateSlots, 0, MF_BYPOSITION);
}
auto dt = GetI18NCategory(I18NCat::DESKTOPUI);
auto di = GetI18NCategory(I18NCat::DIALOG);
// Add new items
for (int i = 0; i < Config::iSaveStateSlotCount; ++i) {
std::string number = StringFromFormat("%d", i + 1);
@@ -343,7 +343,7 @@ namespace MainWindow {
// Add an accelerator for the first 10 slots.
number = "&" + number;
}
std::string label = ApplySafeSubstitutions(dt->T("Slot %1"), number);
std::string label = ApplySafeSubstitutions(di->T("Slot %1"), number);
AppendMenu(
saveStateSlots,
MF_STRING,
+1 -1
View File
@@ -281,7 +281,6 @@ Savestate Slot = Saves&tate slot
Screen Scaling Filter = Scr&een scaling filter
Show Debug Statistics = ‎إظهار حالة التصحيح
Show FPS Counter = ‎&أظهر عداد الإطارات
Slot %1 = فتحة %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = &توقف
Switch UMD = ‎تغيير UMD
@@ -484,6 +483,7 @@ Settings = Settings
Shift = ‎شفت
Show in folder = ‎أظهر في المجلد
Skip = Skip
Slot %1 = فتحة %1
Snap = Snap
Space = ‎مسافة
SSID = SSID
+1 -1
View File
@@ -276,7 +276,6 @@ Show Debug Statistics = Yolaqoyuş Durumlarını &Göstər
Show FPS Counter = &FPS Sayğacını Göstər
Skip Number of Frames = Kadr buraxma sayı
Skip Percent of FPS = FPS Buraxma Yüzdəsi
Slot %1 = Yuva %1
Smart 2D texture filtering = Ağıllı 2D toxuma süzgüsü
Stop = &Dayan
Switch UMD = UMD'ni Dəyiş
@@ -480,6 +479,7 @@ Settings = Quruluşlar
Shift = Shift
Show in folder = Qovluqda göstər
Skip = Burax
Slot %1 = Yuva %1
Snap = Oturuşma
Space = Ara
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Saves&tate slot
Screen Scaling Filter = Scr&een scaling filter
Show Debug Statistics = Show debu&g statistics
Show FPS Counter = Show &FPS counter
Slot %1 = Слот %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = &Stop
Switch UMD = Switch UMD
@@ -476,6 +475,7 @@ Settings = Налады
Shift = Shift
Show in folder = Паказаць у тэчцы
Skip = Прапусціць
Slot %1 = Слот %1
Snap = Snap
Space = Прабел
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Брой на запазени състояния
Screen Scaling Filter = Scr&een Scaling Filter
Show Debug Statistics = Покажи Debu&g Statistics
Show FPS Counter = Покажи &FPS
Slot %1 = Слот %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = &Stop
Switch UMD = Смени UMD
@@ -476,6 +475,7 @@ Settings = Настройки
Shift = Shift
Show in folder = Покажи в папка
Skip = Пропускане
Slot %1 = Слот %1
Snap = Snap
Space = Space
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Ranura de desa &d'estats
Screen Scaling Filter = Filtre d'escalat de &pantalla
Show Debug Statistics = Mostrar estadístiques de &depuació
Show FPS Counter = Mostrar comptador de &FPS
Slot %1 = Slot %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = &Aturar
Switch UMD = Canvia UMD
@@ -476,6 +475,7 @@ Settings = Settings
Shift = Canviar
Show in folder = Mostrar en carpeta
Skip = Saltar
Slot %1 = Slot %1
Snap = Capturar
Space = Espai
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Po&zice uloženého stavu
Screen Scaling Filter = Fil&tr změny velikosti obrazovky
Show Debug Statistics = Zobrazit &statistiky ladění
Show FPS Counter = Zobrazit počíta&dlo
Slot %1 = Slot %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = &Zastavit
Switch UMD = Přepnout UMD
@@ -476,6 +475,7 @@ Settings = Settings
Shift = Shift
Show in folder = Zobrazit ve složce
Skip = Skip
Slot %1 = Slot %1
Snap = Snap
Space = Mezera
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = &Lagerplads for spil-status
Screen Scaling Filter = Skæ&rmskaleringafilter
Show Debug Statistics = &Vis fejlfindingsstatistik
Show FPS Counter = Vis &FPS
Slot %1 = Slot %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = &Stop
Switch UMD = Skift UMD
@@ -476,6 +475,7 @@ Settings = Settings
Shift = Shift
Show in folder = Vis i katalog
Skip = Skip
Slot %1 = Slot %1
Snap = Snap
Space = Space
SSID = SSID
+1 -1
View File
@@ -270,7 +270,6 @@ Savestate Slot = Speicherstand-Slot
Screen Scaling Filter = Filter für Bildskalierung
Show Debug Statistics = Fehlerbehebungs-Statistiken anzeigen
Show FPS Counter = FPS anzeigen
Slot %1 = Slot %1
Smart 2D texture filtering = Intelligente 2D-Texturfilterung
Stop = Stopp
Switch UMD = UMD wechseln
@@ -467,6 +466,7 @@ Settings = Einstellungen
Shift = Umschalt
Show in folder = Im Ordner anzeigen
Skip = Überspringen
Slot %1 = Slot %1
Snap = Einrasten
Space = Leertaste
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Saves&tate Slot
Screen Scaling Filter = Scr&een Scaling Filter
Show Debug Statistics = Pempakitan Debu&g Statistics
Show FPS Counter = Pempakitan &FPS
Slot %1 = Slot %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = &Kenden
Switch UMD = Switch UMD
@@ -476,6 +475,7 @@ Settings = Settings
Shift = Angka'i
Show in folder = Show in folder
Skip = Skip
Slot %1 = Slot %1
Snap = Snap
Space = Space
SSID = SSID
+1 -1
View File
@@ -297,7 +297,6 @@ Savestate Slot = Saves&tate slot
Screen Scaling Filter = Scr&een scaling filter
Show Debug Statistics = Show debu&g statistics
Show FPS Counter = Show &FPS counter
Slot %1 = Slot %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = &Stop
Switch UMD = Switch UMD
@@ -500,6 +499,7 @@ Settings = Settings
Shift = Shift
Show in folder = Show in folder
Skip = Skip
Slot %1 = Slot %1
Snap = Snap
Space = Space
SSID = SSID
+1 -1
View File
@@ -274,7 +274,6 @@ Screen Scaling Filter = Filtro de escalado de &pantalla
Show Debug Statistics = Mostrar &estadísticas de depuración
Show FPS Counter = &Mostrar contador de FPS
Skip Buffer Effects = &Saltar efectos de búfer (rápido)
Slot %1 = Ranura %1
Smart 2D texture filtering = Filtrado inteligente de texturas 2D
Stop = Parar
Switch UMD = Cambiar UMD
@@ -477,6 +476,7 @@ Settings = Ajustes
Shift = Alternar
Show in folder = Mostrar carpeta
Skip = Saltar
Slot %1 = Ranura %1
Snap = Capturar
Space = Espacio
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Ranura de guardar &estados
Screen Scaling Filter = Filtro de escalado de &pantalla
Show Debug Statistics = Mostrar &estadísticas de depuración
Show FPS Counter = &Mostrar contador de FPS
Slot %1 = Ranura %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = P&arar
Switch UMD = Cambiar &UMD
@@ -476,6 +475,7 @@ Settings = Ajustes
Shift = Alternar
Show in folder = Mostrar en carpeta
Skip = Saltar
Slot %1 = Ranura %1
Snap = Capturar
Space = Espacio
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = ‎مکان ذخیره سریع
Screen Scaling Filter = ‎فیلتر تغییر سایز صفحه
Show Debug Statistics = ‎نمایش وضعیت دیباگ
Show FPS Counter = ‎نمایش شمارنده فریم بر ثانیه
Slot %1 = Slot %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = ‎توقف
Switch UMD = ‎تغییر دیسک
@@ -476,6 +475,7 @@ Settings = تنظیمات
Shift = ‎تغییر
Show in folder = نمایش پوشه
Skip = رد کردن
Slot %1 = Slot %1
Snap = Snap
Space = فاصله
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Tilatallennuksen &lohko
Screen Scaling Filter = N&äytön skaalaussuodatin
Show Debug Statistics = Näytä &vianetsinnän tiedot
Show FPS Counter = Näytä kuvalaskuri (FPS)
Slot %1 = Lohko %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = &Pysäytä
Switch UMD = Vaihda UMD
@@ -476,6 +475,7 @@ Settings = Asetukset
Shift = Shift
Show in folder = Näytä kansiossa
Skip = Skip
Slot %1 = Lohko %1
Snap = Snap
Space = Space
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = &Emplacement d'état
Screen Scaling Filter = Filtre &de mise à l'échelle de l'écran
Show Debug Statistics = &Montrer les statistiques de débogage
Show FPS Counter = M&ontrer la vitesse d'émulation
Slot %1 = Emplacement %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = &Arrêter
Switch UMD = Changer d'UMD
@@ -476,6 +475,7 @@ Settings = Settings
Shift = Majuscule
Show in folder = Montrer dans dossier
Skip = Skip
Slot %1 = Emplacement %1
Snap = Aligner
Space = Espace
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Ranura de gardar &estados
Screen Scaling Filter = Filtro de escalado de &pantalla
Show Debug Statistics = Mostrar &estadísticas de depuración
Show FPS Counter = &Mostrar contador de FPS
Slot %1 = Slot %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = P&arar
Switch UMD = Cambiar &UMD
@@ -476,6 +475,7 @@ Settings = Settings
Shift = Alternar
Show in folder = Mostrar en carpeta
Skip = Skip
Slot %1 = Slot %1
Snap = Snap
Space = Espacio
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Slot Σημείου Αποθήκευσης
Screen Scaling Filter = Φίλτρο κλιμάκωσης οθόνης
Show Debug Statistics = Εμφάνισ&η Στατιστικών Αποσφαλμάτωσης
Show FPS Counter = Εμφάνι&ση μετρητή FPS
Slot %1 = Slot %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = &Σταμάτημα
Switch UMD = Αλλαγή UMD
@@ -476,6 +475,7 @@ Settings = Settings
Shift = Shift
Show in folder = Εμφάνιση σε Φάκελο
Skip = Skip
Slot %1 = Slot %1
Snap = Snap
Space = ΚΕΝΟ
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Saves&tate Slot
Screen Scaling Filter = Scr&een Scaling Filter
Show Debug Statistics = Show Debu&g Statistics
Show FPS Counter = Show &FPS Counter
Slot %1 = Slot %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = &עצור
Switch UMD = Switch UMD
@@ -476,6 +475,7 @@ Settings = Settings
Shift = העבר
Show in folder = Show in folder
Skip = Skip
Slot %1 = Slot %1
Snap = Snap
Space = Space
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Saves&tate Slot
Screen Scaling Filter = Scr&een Scaling Filter
Show Debug Statistics = Show Debu&g Statistics
Show FPS Counter = Show &FPS Counter
Slot %1 = Slot %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = &Stop
Switch UMD = Switch UMD
@@ -473,6 +472,7 @@ Settings = Settings
Shift = העבר
Show in folder = Show in folder
Skip = Skip
Slot %1 = Slot %1
Snap = Snap
Space = Space
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Saves&tate slot
Screen Scaling Filter = Scr&een scaling filter
Show Debug Statistics = Prikaži debu&g statistike
Show FPS Counter = Prikaži &FPS broj
Slot %1 = Mjesto %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = &Stopiraj
Switch UMD = Promijeni UMD
@@ -476,6 +475,7 @@ Settings = Settings
Shift = Shift
Show in folder = Prikaži u mapi
Skip = Skip
Slot %1 = Mjesto %1
Snap = Snap
Space = Space
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Állapotmentés s&orszáma
Screen Scaling Filter = Kép&ernyő skálázási szűrő
Show Debug Statistics = &Hibakereső statisztikák mutatása
Show FPS Counter = &FPS számláló mutatása
Slot %1 = Slot %1
Smart 2D texture filtering = &Okos 2D textúra szűrés
Stop = &Leállítás
Switch UMD = UMD &váltása
@@ -476,6 +475,7 @@ Settings = Beállítások
Shift = Shift
Show in folder = Mutatás mappában
Skip = Skip
Slot %1 = Slot %1
Snap = Igazít
Space = Szóköz
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Slot saves&tate
Screen Scaling Filter = Filter p&enskala layar
Show Debug Statistics = Tampilkan statistik debug
Show FPS Counter = Tampilkan penghitung &FPS
Slot %1 = Slot %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = Hentikan
Switch UMD = Ganti UMD
@@ -476,6 +475,7 @@ Settings = Pengaturan
Shift = Geser
Show in folder = Tampilkan di berkas
Skip = Lewati
Slot %1 = Slot %1
Snap = Garis pinggir
Space = Spasi
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Slot del salvataggio di stato
Screen Scaling Filter = Filtro Scalatura Schermo
Show Debug Statistics = Mostra Statistiche di Debug
Show FPS Counter = Mostra FPS
Slot %1 = Slot %1
Smart 2D texture filtering = Filtro texture 2D intelligente
Stop = &Interrompi
Switch UMD = Cambia UMD
@@ -476,6 +475,7 @@ Settings = Impostazioni
Shift = Maiuscolo
Show in folder = Mostra nella Cartella
Skip = Salta
Slot %1 = Slot %1
Snap = Allinea
Space = Spazio
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = セーブステートのスロット (&T)
Screen Scaling Filter = 画像スケーリングのフィルタ (&E)
Show Debug Statistics = デバッグ情報を表示する (&G)
Show FPS Counter = FPSを表示する (&F)
Slot %1 = スロット%1
Smart 2D texture filtering = スマート2Dテクスチャフィルタリング
Stop = 停止 (&S)
Switch UMD = UMDを交換する
@@ -476,6 +475,7 @@ Settings = 設定
Shift = シフト
Show in folder = フォルダを表示する
Skip = スキップ
Slot %1 = スロット%1
Snap = グリッドに吸着
Space = スペース
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Kalbu Slot
Screen Scaling Filter = Layar njongko Filter
Show Debug Statistics = Tampilno Statistik Debu&g
Show FPS Counter = Tampilno Penghitung &FPS
Slot %1 = Slot %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = &Mandek
Switch UMD = Ngalih UMD
@@ -476,6 +475,7 @@ Settings = Settings
Shift = Shift
Show in folder = Tampilno Nang Folder
Skip = Skip
Slot %1 = Slot %1
Snap = Snap
Space = Spasi
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = 상태 저장 슬롯(&T)
Screen Scaling Filter = 화면 크기 조정 필터(&E)
Show Debug Statistics = 디버그 통계 표시(&G)
Show FPS Counter = FPS 카운터 표시(&F)
Slot %1 = 슬롯 %1
Smart 2D texture filtering = 스마트 2D 텍스처 필터링
Stop = 정지(&S)
Switch UMD = UMD 교체
@@ -476,6 +475,7 @@ Settings = 설정
Shift = 전환
Show in folder = 폴더에 표기
Skip = 건너뜀
Slot %1 = 슬롯 %1
Snap = 스냅
Space = 공간
SSID = SSID
+1 -1
View File
@@ -287,7 +287,6 @@ Savestate Slot = Saves&tate slot
Screen Scaling Filter = Scr&een scaling filter
Show Debug Statistics = Show debu&g statistics
Show FPS Counter = Show &FPS counter
Slot %1 = Slot %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = &Stop
Switch UMD = Switch UMD
@@ -490,6 +489,7 @@ Settings = سێتینگەکان
Shift = Shift
Show in folder = نیشاندانەوە لە فۆڵدەر
Skip = پەڕاندن
Slot %1 = Slot %1
Snap = Snap
Space = Space
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = &ຊ່ອງບັນທຶກເກມ
Screen Scaling Filter = &ໂຕຕອງຂະໜາດຂອງໜ້າຈໍ
Show Debug Statistics = &ສະແດງຄ່າທາງສະຖິຕິແກ້ໄຂຈຸດບົກພ່ອງ
Show FPS Counter = &ສະແດງໂຕນັບຄ່າເຟຣມເຣດ
Slot %1 = Slot %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = &ຢຸດ
Switch UMD = ສະຫຼັບແຜ່ນ UMD
@@ -476,6 +475,7 @@ Settings = Settings
Shift = ປ່ຽນ
Show in folder = ສະແດງໃນໂຟນເດີ້
Skip = Skip
Slot %1 = Slot %1
Snap = Snap
Space = ຍະວ່າງ
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Iš&saugojimo statuso vieta
Screen Scaling Filter = Scr&een Scaling Filter
Show Debug Statistics = Rodyti Debu&g statistikas
Show FPS Counter = Rodyti &kadrų per sekundę rodmenis
Slot %1 = Slot %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = &Stabdyti
Switch UMD = Perkeisti "UMD"
@@ -476,6 +475,7 @@ Settings = Settings
Shift = Shift
Show in folder = Rodyti aplanke
Skip = Skip
Slot %1 = Slot %1
Snap = Snap
Space = Tarpas
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Slot Saves&tate
Screen Scaling Filter = Scr&een Scaling Filter
Show Debug Statistics = Papar Stati&stik Pepijat
Show FPS Counter = Papar &penghitung FPS
Slot %1 = Slot %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = &Henti
Switch UMD = Tukar UMD
@@ -476,6 +475,7 @@ Settings = Settings
Shift = Shif
Show in folder = Papar dalam folder
Skip = Skip
Slot %1 = Slot %1
Snap = Snap
Space = Space
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = &Savestatesleuf
Screen Scaling Filter = Bee&ldschalingsfilter
Show Debug Statistics = &Foutopsporingsstatistieken tonen
Show FPS Counter = FP&S-teller weergeven
Slot %1 = Slot %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = &Stoppen
Switch UMD = UMD verwisselen
@@ -476,6 +475,7 @@ Settings = Settings
Shift = Shift
Show in folder = Weergeven in map
Skip = Skip
Slot %1 = Slot %1
Snap = Snap
Space = Spatie
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Saves&tate Slot
Screen Scaling Filter = Scr&een Scaling Filter
Show Debug Statistics = Show Debu&g Statistics
Show FPS Counter = Vis &bildefrekvensteller
Slot %1 = Slot %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = &Stopp
Switch UMD = Bytt UMD
@@ -476,6 +475,7 @@ Settings = Innstillinger
Shift = Shift
Show in folder = Show in folder
Skip = Skip
Slot %1 = Slot %1
Snap = Snap
Space = Space
SSID = SSID
+1 -1
View File
@@ -272,7 +272,6 @@ Savestate Slot = Port zapisu stanu
Screen Scaling Filter = Filtrowanie skalowania ekranu
Show Debug Statistics = Pokaż statystyki debugowania
Show FPS Counter = Pokaż licznik FPS
Slot %1 = Gniazdo %1
Smart 2D texture filtering = Inteligentne filtrowanie tekstur 2D
Stop = Zatrzymaj
Switch UMD = Podmień UMD
@@ -474,6 +473,7 @@ Settings = Ustawienia
Shift = Shift
Show in folder = Pokaż w folderze
Skip = Pomiń
Slot %1 = Gniazdo %1
Snap = Tryb siatki
Space = Spacja
SSID = SSID
+1 -1
View File
@@ -297,7 +297,6 @@ Savestate Slot = Slo&t do save state
Screen Scaling Filter = Fi&ltro do dimensionamento da tela
Show Debug Statistics = Mostrar as estatíst&icas do debug
Show FPS Counter = Mostrar o contador de &FPS
Slot %1 = Slot %1
Smart 2D texture filtering = Filtragem inteligente das texturas 2D
Stop = &Parar
Switch UMD = Trocar UMD
@@ -499,6 +498,7 @@ Settings = Configurações
Shift = Shift
Show in folder = Mostrar na pasta
Skip = Ignorar
Slot %1 = Slot %1
Snap = Grade
Space = Espaço
SSID = SSID
+1 -1
View File
@@ -297,7 +297,6 @@ Savestate Slot = Espaç&o do Estado Salvo
Screen Scaling Filter = Fi&ltro do Dimensionamento da Tela
Show Debug Statistics = Mostrar as estatíst&icas de depuração
Show FPS Counter = Mostrar o contador de &FPS (Frames Por Segundo)
Slot %1 = Slot %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = &Parar
Switch UMD = Trocar UMD
@@ -500,6 +499,7 @@ Settings = Definições
Shift = Shift
Show in folder = Mostrar na pasta
Skip = Ignorar
Slot %1 = Slot %1
Snap = Grade
Space = Espaço
SSID = SSID
+1 -1
View File
@@ -274,7 +274,6 @@ Savestate Slot = Saves&tate Slot
Screen Scaling Filter = Scr&een Scaling Filter
Show Debug Statistics = Show Debu&g Statistics
Show FPS Counter = Show &FPS Counter
Slot %1 = Slot %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = &Stop
Switch UMD = Switch UMD
@@ -477,6 +476,7 @@ Settings = Settings
Shift = Shift
Show in folder = Arată în folder
Skip = Skip
Slot %1 = Slot %1
Snap = Snap
Space = Space
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Слот состояния
Screen Scaling Filter = Ф&ильтр масштабирования экрана
Show Debug Statistics = Показывать &отладочную информацию
Show FPS Counter = По&казывать FPS
Slot %1 = Слот %1
Smart 2D texture filtering = Умная фильтрация 2D-текстур
Stop = Остановить
Switch UMD = Сменить UMD
@@ -476,6 +475,7 @@ Settings = Настройки
Shift = Сдвинуть
Show in folder = Показать в папке
Skip = Пропустить
Slot %1 = Слот %1
Snap = Разметка
Space = Пробел
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Plats för sparat tillstånd
Screen Scaling Filter = Skärmskalningsfilter
Show Debug Statistics = Visa felsökningsstatistik
Show FPS Counter = Visa räknare för bildfrekvens
Slot %1 = Plats %1
Smart 2D texture filtering = Smart 2D-texturfiltrering
Stop = Stoppa
Switch UMD = Växla UMD
@@ -477,6 +476,7 @@ Settings = Inställningar
Shift = Skift
Show in folder = Visa i mapp
Skip = Hoppa över
Slot %1 = Plats %1
Snap = Fäst
Space = Mellanslag
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Slot ng save state
Screen Scaling Filter = Screen Scaling Filter
Show Debug Statistics = Ipakita ang Debug Statistics
Show FPS Counter = Ipakita ang FPS Counter
Slot %1 = Slot %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = I-hinto
Switch UMD = Magpalit ng UMD
@@ -477,6 +476,7 @@ Settings = Mga Setting
Shift = Shift
Show in folder = Ipakita sa folder
Skip = I-Skip
Slot %1 = Slot %1
Snap = Snap
Space = Space
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = ช่องเซฟสเตทเกม
Screen Scaling Filter = ตัวกรองปรับสเกลหน้าจอ
Show Debug Statistics = แสดงค่าทางสถิติการแก้ไขจุดบกพร่อง
Show FPS Counter = แสดงค่าเฟรมเรทต่อวินาที
Slot %1 = เซฟช่องที่ %1
Smart 2D texture filtering = ตัวกรองเท็คเจอร์ประเภท 2D แบบชาญฉลาด
Stop = หยุด
Switch UMD = สลับแผ่น UMD
@@ -492,6 +491,7 @@ Settings = การตั้งค่า
Shift = เปลี่ยน
Show in folder = แสดงในโฟลเดอร์
Skip = ข้าม
Slot %1 = เซฟช่องที่ %1
Snap = ขยับ
Space = เว้นวรรค
SSID = SSID
+1 -1
View File
@@ -275,7 +275,6 @@ Savestate Slot = Durum Kaydı Yuvası
Screen Scaling Filter = Ekran Ölçek Filtresi
Show Debug Statistics = Hata Ayıklama İstatistiklerini Göster
Show FPS Counter = FPS Sayacını Göster
Slot %1 = Yuva %1
Smart 2D texture filtering = Akıllı 2D doku filtresi
Stop = Dur
Switch UMD = UMD Değiştir
@@ -478,6 +477,7 @@ Settings = Ayarlar
Shift = Shift
Show in folder = Klasörde göster
Skip = Geç
Slot %1 = Yuva %1
Snap = Hizala
Space = Boşluk
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Слот збереження
Screen Scaling Filter = Ф&ільтр масштабування екрану
Show Debug Statistics = Показувати &статистику налагодження
Show FPS Counter = По&казувати FPS
Slot %1 = Слот %1
Smart 2D texture filtering = розумна 2D фільтрація текстур
Stop = Зупинити
Switch UMD = Змінити UMD
@@ -476,6 +475,7 @@ Settings = Параметри
Shift = Shift
Show in folder = Показати в теці
Skip = Пропустити
Slot %1 = Слот %1
Snap = Знімок
Space = Пробіл
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = Ô save
Screen Scaling Filter = Bộ lọc họa tiết rộng
Show Debug Statistics = Hiện thông số debug
Show FPS Counter = Hiện thông số FPS
Slot %1 = Slot %1
Smart 2D texture filtering = Smart 2D texture filtering
Stop = Dừng lại
Switch UMD = Chuyển sang UMD
@@ -476,6 +475,7 @@ Settings = Settings
Shift = Shift
Show in folder = Hiện trong thư mục
Skip = Skip
Slot %1 = Slot %1
Snap = Snap
Space = Space
SSID = SSID
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = 即时存档插槽(&T)
Screen Scaling Filter = 屏幕缩放算法(&E)
Show Debug Statistics = 显示调试信息(&G)
Show FPS Counter = 显示帧率(&F)
Slot %1 = 插槽%1
Smart 2D texture filtering = 自动保留2D纹理像素风格
Stop = 停止(&S)
Switch UMD = 切换UMD光盘
@@ -476,6 +475,7 @@ Settings = 设置
Shift = 翻页
Show in folder = 打开文件夹
Skip = 是,跳过
Slot %1 = 插槽%1
Snap = 网格对齐
Space = 空格键
SSID = 网络名称
+1 -1
View File
@@ -273,7 +273,6 @@ Savestate Slot = 存檔插槽(&T)
Screen Scaling Filter = 螢幕縮放濾鏡(&E)
Show Debug Statistics = 顯示偵錯統計資料(&G)
Show FPS Counter = 顯示 FPS 計數器(&F)
Slot %1 = 插槽 %1
Smart 2D texture filtering = 智慧 2D 紋理過濾
Stop = 停止(&S)
Switch UMD = 切換 UMD
@@ -476,6 +475,7 @@ Settings = 設定
Shift = 移位
Show in folder = 在資料夾中顯示
Skip = 跳過
Slot %1 = 插槽 %1
Snap = 貼齊
Space = 空白
SSID = SSID