Fix some untranslatable strings, thanks TotalCaesar569

This commit is contained in:
Henrik Rydgård
2026-02-18 18:39:44 +01:00
parent e1c80373d6
commit 1a2e32d451
52 changed files with 55 additions and 55 deletions
+3 -3
View File
@@ -146,7 +146,7 @@ private:
class SliderPopupScreen : public PopupScreen {
public:
SliderPopupScreen(int *value, int minValue, int maxValue, int defaultValue, std::string_view title, int step, std::string_view units, bool liveUpdate)
: PopupScreen(title, "OK", "Cancel"), units_(units), value_(value), minValue_(minValue), maxValue_(maxValue), defaultValue_(defaultValue), step_(step), liveUpdate_(liveUpdate) {}
: PopupScreen(title, T(I18NCat::DIALOG, "OK"), T(I18NCat::DIALOG, "Cancel")), units_(units), value_(value), minValue_(minValue), maxValue_(maxValue), defaultValue_(defaultValue), step_(step), liveUpdate_(liveUpdate) {}
void CreatePopupContents(ViewGroup *parent) override;
void SetNegativeDisable(const std::string &str) {
@@ -189,7 +189,7 @@ private:
class SliderFloatPopupScreen : public PopupScreen {
public:
SliderFloatPopupScreen(float *value, float minValue, float maxValue, float defaultValue, std::string_view title, float step = 1.0f, std::string_view units = "", bool liveUpdate = false)
: PopupScreen(title, "OK", "Cancel"), units_(units), value_(value), originalValue_(*value), minValue_(minValue), maxValue_(maxValue), defaultValue_(defaultValue), step_(step), liveUpdate_(liveUpdate) {}
: PopupScreen(title, T(I18NCat::DIALOG, "OK"), T(I18NCat::DIALOG, "Cancel")), units_(units), value_(value), originalValue_(*value), minValue_(minValue), maxValue_(maxValue), defaultValue_(defaultValue), step_(step), liveUpdate_(liveUpdate) {}
void CreatePopupContents(UI::ViewGroup *parent) override;
const char *tag() const override { return "SliderFloatPopup"; }
@@ -220,7 +220,7 @@ private:
class TextEditPopupScreen : public PopupScreen {
public:
TextEditPopupScreen(std::string *value, std::string_view placeholder, std::string_view title, int maxLen)
: PopupScreen(title, "OK", "Cancel"), value_(value), placeholder_(placeholder), maxLen_(maxLen) {}
: PopupScreen(title, T(I18NCat::DIALOG, "OK"), T(I18NCat::DIALOG, "Cancel")), value_(value), placeholder_(placeholder), maxLen_(maxLen) {}
void CreatePopupContents(ViewGroup *parent) override;
const char *tag() const override { return "TextEditPopup"; }
+1 -1
View File
@@ -68,7 +68,7 @@ private:
class KeyMappingNewKeyDialog : public UI::PopupScreen {
public:
explicit KeyMappingNewKeyDialog(int btn, bool replace, std::function<void(KeyMap::MultiInputMapping)> callback, I18NCat i18n)
: PopupScreen(T(i18n, "Map Key"), "Cancel", ""), pspBtn_(btn), callback_(callback) {}
: PopupScreen(T(i18n, "Map Key"), T(I18NCat::DIALOG, "Cancel")), pspBtn_(btn), callback_(callback) {}
const char *tag() const override { return "KeyMappingNewKey"; }
+1 -1
View File
@@ -107,7 +107,7 @@ private:
class GPIGPOScreen : public UI::PopupScreen {
public:
GPIGPOScreen(std::string_view title) : PopupScreen(title, "OK") {}
GPIGPOScreen(std::string_view title) : PopupScreen(title, T(I18NCat::DIALOG, "OK")) {}
const char *tag() const override { return "GPIGPO"; }
protected:
+2 -2
View File
@@ -440,11 +440,11 @@ void DeveloperToolsScreen::CreateUITab(UI::LinearLayout *list) {
});
list->Add(new ItemHeader(ac->T("Notifications")));
list->Add(new PopupMultiChoice(&g_Config.iNotificationPos, "General notifications", positions, 0, ARRAY_SIZE(positions), I18NCat::DIALOG, screenManager()));
list->Add(new PopupMultiChoice(&g_Config.iNotificationPos, sy->T("Notification screen position"), positions, 0, ARRAY_SIZE(positions), I18NCat::DIALOG, screenManager()));
list->Add(new PopupMultiChoice(&g_Config.iAchievementsLeaderboardTrackerPos, ac->T("Leaderboard tracker"), positions, 0, ARRAY_SIZE(positions), I18NCat::DIALOG, screenManager()));
list->Add(new CheckBox(&pretendIngame_, ac->T("Pretend to be in-game (for testing)")));
#ifdef _DEBUG
list->Add(new CheckBox(&pretendIngame_, ac->T("Pretend to be in-game (for testing)")));
// Untranslated string because this is debug mode only, only for PPSSPP developers.
list->Add(new ItemHeader(ac->T("Assert")));
list->Add(new Choice("Assert"))->OnClick.Add([=](UI::EventParams &) {
+1 -1
View File
@@ -2085,7 +2085,7 @@ void GestureMappingScreen::CreateGestureTab(UI::LinearLayout *vert, int zoneInde
}
RestoreSettingsScreen::RestoreSettingsScreen(std::string_view title)
: PopupScreen(title, "OK", "Cancel") {}
: PopupScreen(title, T(I18NCat::DIALOG, "OK"), T(I18NCat::DIALOG, "Cancel")) {}
void RestoreSettingsScreen::CreatePopupContents(UI::ViewGroup *parent) {
using namespace UI;
+1 -1
View File
@@ -115,7 +115,7 @@ private:
class HostnameSelectScreen : public UI::PopupScreen {
public:
HostnameSelectScreen(std::string *value, std::vector<std::string> *listItems, std::string_view title)
: UI::PopupScreen(title, "OK", "Cancel"), listItems_(listItems), value_(value) {
: UI::PopupScreen(title, T(I18NCat::DIALOG, "OK"), T(I18NCat::DIALOG, "Cancel")), listItems_(listItems), value_(value) {
resolver_ = std::thread([](HostnameSelectScreen *thiz) {
thiz->ResolverThread();
}, this);
+1 -1
View File
@@ -58,7 +58,7 @@ private:
class AddressPromptScreen : public UI::PopupScreen {
public:
AddressPromptScreen(std::string_view title) : PopupScreen(title, "OK", "Cancel") {}
AddressPromptScreen(std::string_view title) : PopupScreen(title, T(I18NCat::DIALOG, "OK"), T(I18NCat::DIALOG, "Cancel")) {}
const char *tag() const override { return "AddressPrompt"; }
+1 -1
View File
@@ -673,7 +673,7 @@ Disabled = Disabled
Display = عرض
Display layout & effects = ‎أظهر مُعدل النسق
Display Resolution (HW scaler) = Display resolution (HW scaler)
Display Rotation = ‎تدوير العرض
Display rotation = ‎تدوير العرض
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Drivers
Enable Cardboard VR = Enable Cardboard VR
+1 -1
View File
@@ -668,7 +668,7 @@ Disable culling = Ayıqlamanı bağla
Disabled = Bağlıdır
Display layout & effects = Ekran qaplaması və effektlər
Display Resolution (HW scaler) = Ekran çözünürlüyü (Qurğu ölçəkləyicisi)
Display Rotation = Görüntü dönüşü
Display rotation = Görüntü dönüşü
Driver requires Android API version %1, current is %2 = Sürücü Android API %1 sürümünü istəyir, indiki sürüm isə: %2
Drivers = Sürücülər
Enable Cardboard VR = Kardon VR'ı
+1 -1
View File
@@ -647,7 +647,7 @@ Default GPU driver = Стандартны драйвер ГП
Disable culling = Disable culling
Display = Дисплей
Display layout & effects = Размяшчэнне экрана і эфекты
Display Rotation = Display rotation
Display rotation = Display rotation
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Драйверы
FIFO (higher latency, framerate stability) = FIFO (вышэйшая затрымка, стабільнасць частаты кадраў)
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Disabled
Display = Дисплей
Display layout & effects = Оформление и ефекти на дисплея
Display Resolution (HW scaler) = Display resolution (HW scaler)
Display Rotation = Ротация на дисплея
Display rotation = Ротация на дисплея
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Драйвери
Enable Cardboard VR = Enable Cardboard VR
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Desactivat
Display = Pantalla
Display layout & effects = Editor de l'àrea de pantalla
Display Resolution (HW scaler) = Resolució de pantalla (escalat per maquinari)
Display Rotation = Rotació de la pantalla
Display rotation = Rotació de la pantalla
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Drivers
Enable Cardboard VR = Activar Cardboard VR
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Disabled
Display = Displej
Display layout & effects = Zobrazit editor rozvržení
Display Resolution (HW scaler) = Rozlišení obrazovky (Hardwarové zvětšení)
Display Rotation = Otočení obrazovky
Display rotation = Otočení obrazovky
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Drivers
Enable Cardboard VR = Enable Cardboard VR
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Disabled
Display = Skærm
Display layout & effects = Display layout & effects
Display Resolution (HW scaler) = Skærmopløsning (HW scaler)
Display Rotation = Display rotation
Display rotation = Display rotation
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Drivers
Enable Cardboard VR = Enable Cardboard VR
+1 -1
View File
@@ -655,7 +655,7 @@ Disabled = Deaktiviert
Display = Anzeige
Display layout & effects = Bildschirm-Layout & Effekte
Display Resolution (HW scaler) = Bildschirmauflösung (HW-Skalierer)
Display Rotation = Bildschirmdrehung
Display rotation = Bildschirmdrehung
Driver requires Android API version %1, current is %2 = Treiber erfordert Android-API-Version %1, aktuell ist %2
Drivers = Treiber
Enable Cardboard VR = Cardboard-VR aktivieren
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Disabled
Display = Tampilan
Display layout & effects = Display layout & effects
Display Resolution (HW scaler) = Display resolution (HW scaler)
Display Rotation = Display rotation
Display rotation = Display rotation
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Drivers
Enable Cardboard VR = Enable Cardboard VR
+1 -1
View File
@@ -671,7 +671,7 @@ Default GPU driver = Default GPU driver
Disable culling = Disable culling
Display = Display
Display layout & effects = Display layout & effects
Display Rotation = Display rotation
Display rotation = Display rotation
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Drivers
FIFO (higher latency, framerate stability) = FIFO (higher latency, framerate stability)
+1 -1
View File
@@ -666,7 +666,7 @@ Disabled = Desactivado
Display = Pantalla
Display layout & effects = Distribución de pantalla y efectos
Display Resolution (HW scaler) = Resolución de pantalla (escalado por hardware)
Display Rotation = Rotación de pantalla
Display rotation = Rotación de pantalla
Driver requires Android API version %1, current is %2 = El controlador requiere la versión API de Android %1, la versión actual es %2
Drivers = Controladores
Enable Cardboard VR = Activar Cardboard VR
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Apagado
Display = Pantalla
Display layout & effects = Editar pantalla y Shaders
Display Resolution (HW scaler) = Resolución de pantalla (escalado por HW)
Display Rotation = Rotación de pantalla
Display rotation = Rotación de pantalla
Driver requires Android API version %1, current is %2 = El controlador requiere la versión de API de Android %1, la actual es %2
Drivers = Drivers
Enable Cardboard VR = Activar Cardboard VR
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Disabled
Display = نمایش
Display layout & effects = چیدمان صفحه
Display Resolution (HW scaler) = رزولوشن صفحه
Display Rotation = ‎چرخش صفحه
Display rotation = ‎چرخش صفحه
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Drivers
Enable Cardboard VR = Enable Cardboard VR
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Poistettu käytöstä
Display = Näyttö
Display layout & effects = Näyttöasettelu ja -efektit
Display Resolution (HW scaler) = Näyttöresoluutio (Laitteiston skaalaaja)
Display Rotation = Näytön kierto
Display rotation = Näytön kierto
Driver requires Android API version %1, current is %2 = Ajurin vaatima Android API -versio on %1, nykyinen versio on %2
Drivers = Ajurit
Enable Cardboard VR = Ota käyttöön Cardboard VR
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Désactivé
Display = Affichage
Display layout & effects = Éditeur d'affichage
Display Resolution (HW scaler) = Définition d'affichage (mise à l'échelle matérielle)
Display Rotation = Rotation de l'affichage
Display rotation = Rotation de l'affichage
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Drivers
Enable Cardboard VR = Activer Cardboard VR
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Disabled
Display = Pantalla
Display layout & effects = Display layout & effects
Display Resolution (HW scaler) = Resolución de pantalla (escalado por hardware)
Display Rotation = Display rotation
Display rotation = Display rotation
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Drivers
Enable Cardboard VR = Enable Cardboard VR
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Απενεργοποιημένο
Display = Οθόνη
Display layout & effects = Επεξεργασία διάταξης οθόνης
Display Resolution (HW scaler) = Ανάλυση οθόνης (Κλιμακοτής hardware)
Display Rotation = Περιστροφή Οθόνης
Display rotation = Περιστροφή Οθόνης
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Drivers
Enable Cardboard VR = Ενεργοποίηση Cardboard VR
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Disabled
Display = תצוגה
Display layout & effects = Display layout & effects
Display Resolution (HW scaler) = Display resolution (HW scaler)
Display Rotation = Display rotation
Display rotation = Display rotation
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Drivers
Enable Cardboard VR = Enable Cardboard VR
+1 -1
View File
@@ -662,7 +662,7 @@ Disabled = Disabled
Display = תצוגה
Display layout & effects = Display layout & effects
Display Resolution (HW scaler) = Display resolution (HW scaler)
Display Rotation = Display rotation
Display rotation = Display rotation
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Drivers
Enable Cardboard VR = Enable Cardboard VR
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Isključeno
Display = Prikaz
Display layout & effects = Prikaz layout uređivača
Display Resolution (HW scaler) = Prikaz rezolucije (HW mjeritelj)
Display Rotation = Rotacija prikaza
Display rotation = Rotacija prikaza
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Drivers
Enable Cardboard VR = Enable Cardboard VR
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Letiltva
Display = Kijelző
Display layout & effects = Nézet szerkesztő
Display Resolution (HW scaler) = Megjelenítési felbontás (HW skálázó)
Display Rotation = Megjelenítés &forgatása
Display rotation = Megjelenítés &forgatása
Driver requires Android API version %1, current is %2 = A driverhez Android API %1 verzió szükséges, a jelenlegi %2
Drivers = Drivers
Enable Cardboard VR = Cardboard VR engedélyezése
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Nonaktif
Display = Tampilan
Display layout & effects = Penyesuaian tata letak tampilan
Display Resolution (HW scaler) = Resolusi tampilan (penskala HW)
Display Rotation = Rotasi tampilan
Display rotation = Rotasi tampilan
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Driver
Enable Cardboard VR = Aktifkan Cardboard VR
+1 -1
View File
@@ -666,7 +666,7 @@ Disabled = Disabilitato
Display = Display
Display layout & effects = Editor Display
Display Resolution (HW scaler) = Risoluzione Display (scaler HW)
Display Rotation = Rotazione display
Display rotation = Rotazione display
Driver requires Android API version %1, current is %2 = Il driver richiede la versione API di Android %1, attualmente c'è la %2
Drivers = Driver
Enable Cardboard VR = Attiva Cardboard VR
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = 無効
Display = ディスプレイ
Display layout & effects = 画面のレイアウトを編集する
Display Resolution (HW scaler) = 画面解像度 (HWスケーラー)
Display Rotation = 画面の向き
Display rotation = 画面の向き
Driver requires Android API version %1, current is %2 = ドライバーはAndroid API version %1を要求していますが, 現在 %2です
Drivers = ドライバー
Enable Cardboard VR = Cardboard VRを有効にする
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Disabled
Display = Tampilan
Display layout & effects = Tata letak Tampilan editor
Display Resolution (HW scaler) = Resolusi tampilan (HW scaler)
Display Rotation = Display rotation
Display rotation = Display rotation
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Drivers
Enable Cardboard VR = Enable Cardboard VR
+1 -1
View File
@@ -647,7 +647,7 @@ Default GPU driver = 기본 GPU 드라이버
Disable culling = 컬링 비활성화
Display = 디스플레이
Display layout & effects = 화면 레이아웃 편집기
Display Rotation = 화면 회전
Display rotation = 화면 회전
Driver requires Android API version %1, current is %2 = 드라이버에는 안드로이드 API 버전 %1이(가) 필요하며, 현재는 %2입니다.
Drivers = 드라이버
FIFO (higher latency, framerate stability) = FIFO(지연 증가, 프레임레이트 안정성)
+1 -1
View File
@@ -661,7 +661,7 @@ Default GPU driver = Default GPU driver
Disable culling = Disable culling
Display = Nîşan
Display layout & effects = Display layout & effects
Display Rotation = خولاندنەوەی شاشە
Display rotation = خولاندنەوەی شاشە
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Drivers
FIFO (higher latency, framerate stability) = FIFO (derengiya bilindtir, stabîlîtiya rêjeya freymê)
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Disabled
Display = ສະແດງ
Display layout & effects = ແກ້ໄຂຮູບແບບໜ້າຈໍ
Display Resolution (HW scaler) = ຄວາມລະອຽດໜ້າຈໍ (ຕາມຮາດແວຣ໌)
Display Rotation = ການໝຸນໜ້າຈໍ
Display rotation = ການໝຸນໜ້າຈໍ
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Drivers
Enable Cardboard VR = Enable Cardboard VR
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Disabled
Display = Ekranas
Display layout & effects = Display layout & effects
Display Resolution (HW scaler) = Ekrano rezoliucija ("HW" ištiesinimas)
Display Rotation = Display rotation
Display rotation = Display rotation
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Drivers
Enable Cardboard VR = Enable Cardboard VR
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Disabled
Display = Paparan
Display layout & effects = Display layout & effects
Display Resolution (HW scaler) = Display resolution (HW scaler)
Display Rotation = Putaran skrin
Display rotation = Putaran skrin
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Drivers
Enable Cardboard VR = Enable Cardboard VR
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Disabled
Display = Display
Display layout & effects = Schermweergave bewerken
Display Resolution (HW scaler) = Schermresolutie (hardware)
Display Rotation = Schermrotatie
Display rotation = Schermrotatie
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Drivers
Enable Cardboard VR = Enable Cardboard VR
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Disabled
Display = Skjerm
Display layout & effects = Display layout & effects
Display Resolution (HW scaler) = Display resolution (HW scaler)
Display Rotation = Rotér visningen
Display rotation = Rotér visningen
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Drivers
Enable Cardboard VR = Enable Cardboard VR
+1 -1
View File
@@ -666,7 +666,7 @@ Disabled = Wył.
Display = Wyświetlacz
Display layout & effects = Edytor położenia obrazu
Display Resolution (HW scaler) = Rozdzielczość ekranu (skaler sprz.)
Display Rotation = Obracanie ekranu
Display rotation = Obracanie ekranu
Driver requires Android API version %1, current is %2 = Sterownik wymaga wersji %1 Android API, aktualna wersja to %2
Drivers = Sterowniki
Enable Cardboard VR = Aktywuj Cardboard VR
+1 -1
View File
@@ -671,7 +671,7 @@ Default GPU driver = Driver padrão da GPU
Disable culling = Desativar abate
Display = Tela
Display layout & effects = Exibir o esquema & efeitos
Display Rotation = Rotação da exibição
Display rotation = Rotação da exibição
Driver requires Android API version %1, current is %2 = O driver requer a versão %1 da API do Android, a atual é %2
Drivers = Drivers
FIFO (higher latency, framerate stability) = FIFO (maior latência, estabilidade da taxa dos frames)
+1 -1
View File
@@ -671,7 +671,7 @@ Default GPU driver = Driver padrão da GPU
Disable culling = Desativar culling
Display = Tela
Display layout & effects = Mostrar o editor dos esquemas
Display Rotation = Rotação da tela
Display rotation = Rotação da tela
Driver requires Android API version %1, current is %2 = O driver requer versão da API do Android %1, versão atual: %2
Drivers = Drivers
FIFO (higher latency, framerate stability) = FIFO (maior latência, maior estabilidade dos FPS)
+1 -1
View File
@@ -666,7 +666,7 @@ Disabled = Disabled
Display = Display
Display layout & effects = Display layout & effects
Display Resolution (HW scaler) = Rezoluție ecran (scalare HW)
Display Rotation = Display rotation
Display rotation = Display rotation
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Drivers
Enable Cardboard VR = Enable Cardboard VR
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Откл.
Display = Дисплей
Display layout & effects = Расположение экрана и эффектов
Display Resolution (HW scaler) = Разрешение экрана (аппаратное)
Display Rotation = Ориентация экрана
Display rotation = Ориентация экрана
Driver requires Android API version %1, current is %2 = Для драйвера требуется Android API версии %1, текущая - %2
Drivers = Драйверы
Enable Cardboard VR = Включить Cardboard VR
+1 -1
View File
@@ -666,7 +666,7 @@ Disabled = Avstängd
Display = Skärm
Display layout & effects = Skärmlayout och effekter
Display Resolution (HW scaler) = Skärmupplösning (HW scaler)
Display Rotation = Skärmrotation
Display rotation = Skärmrotation
Driver requires Android API version %1, current is %2 = Drivrutinen kräver Android-API-version %1, nuvarande är %2
Drivers = Drivrutiner
Enable Cardboard VR = Aktivera Cardboard VR
+1 -1
View File
@@ -666,7 +666,7 @@ Disabled = Disabled
Display = Намоиш
Display layout & effects = Display layout & effects
Display Resolution (HW scaler) = Display resolution (HW scaler)
Display Rotation = Pag-rotate ng Display
Display rotation = Pag-rotate ng Display
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Drivers
Enable Cardboard VR = Enable Cardboard VR
+1 -1
View File
@@ -682,7 +682,7 @@ Disabled = ปิดการใช้งาน
Display = แสดงผล
Display layout & effects = รูปแบบหน้าจอ และเอฟเฟ็คท์
Display Resolution (HW scaler) = ความละเอียดหน้าจอ (ตามฮาร์ดแวร์)
Display Rotation = การสลับหมุนหน้าจอ
Display rotation = การสลับหมุนหน้าจอ
Driver requires Android API version %1, current is %2 = ไดรเวอร์นี้ต้องการแอนดรอยด์ API ที่เวอร์ชั่น %1, แต่มือถือนี้ใช้เวอร์ชั่น %2
Drivers = ไดรเวอร์
Enable Cardboard VR = เปิดการทำงานแว่นการ์ดบอร์ด VR
+1 -1
View File
@@ -667,7 +667,7 @@ Disabled = Devre Dışı
Display = Ekran
Display layout & effects = Ekran Düzeni ve Efektleri
Display Resolution (HW scaler) = Görüntü Çözünürlüğü (HW ölçek)
Display Rotation = Ekran Yönü
Display rotation = Ekran Yönü
Driver requires Android API version %1, current is %2 = Sürücü, Android API'nin %1 sürümünü gerektiriyor, şu anki sürüm %2
Drivers = Sürücüler
Enable Cardboard VR = Karton VR Etkinleştir
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Вимкнено
Display = Відображення
Display layout & effects = Редактор розташування екрану
Display Resolution (HW scaler) = Розширення екрану (HW масштабування)
Display Rotation = Орієнтація екрану
Display rotation = Орієнтація екрану
Driver requires Android API version %1, current is %2 = Драйвер вимагає Андроїд API версію %1, поточна %2
Drivers = Драйвери
Enable Cardboard VR = Увімкнути Cardboard VR
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = Vô hiệu hóa
Display = Hiển thị
Display layout & effects = Chỉnh bố trí hiển thị
Display Resolution (HW scaler) = Độ phân giải màn hình (HW scaler)
Display Rotation = Hiện nút xoay màn hình
Display rotation = Hiện nút xoay màn hình
Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2
Drivers = Drivers
Enable Cardboard VR = Enable Cardboard VR
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = 禁用
Display = 显示
Display layout & effects = 屏幕布局和滤镜
Display Resolution (HW scaler) = 屏幕分辨率
Display Rotation = 显示旋转
Display rotation = 显示旋转
Driver requires Android API version %1, current is %2 = 驱动需要Android API版本 %1, 目前系统版本为%2
Drivers = 驱动程序
Enable Cardboard VR = 启用Cardboard VR
+1 -1
View File
@@ -665,7 +665,7 @@ Disabled = 已停用
Display = 顯示
Display layout & effects = 顯示版面配置與效果
Display Resolution (HW scaler) = 顯示解析度 (硬體縮放)
Display Rotation = 顯示旋轉
Display rotation = 顯示旋轉
Driver requires Android API version %1, current is %2 = 驅動程式需要 Android API 版本為 %1,目前為 %2
Drivers = 驅動程式
Enable Cardboard VR = 啟用 Cardboard VR