mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Move the corner position strings from Networking (for Chat) to Dialog (general)
These strings will be used to configure positions for notifications.
This commit is contained in:
parent
deba52487b
commit
b1751f8b41
4
Tools/langtool/Cargo.lock
generated
4
Tools/langtool/Cargo.lock
generated
@ -115,9 +115,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "quote"
|
||||
version = "1.0.31"
|
||||
version = "1.0.32"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0"
|
||||
checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
]
|
||||
|
@ -821,9 +821,9 @@ void GameSettingsScreen::CreateNetworkingSettings(UI::ViewGroup *networkingSetti
|
||||
networkingSettings->Add(new ItemHeader(n->T("Chat")));
|
||||
networkingSettings->Add(new CheckBox(&g_Config.bEnableNetworkChat, n->T("Enable network chat", "Enable network chat")));
|
||||
static const char *chatButtonPositions[] = { "Bottom Left", "Bottom Center", "Bottom Right", "Top Left", "Top Center", "Top Right", "Center Left", "Center Right", "None" };
|
||||
networkingSettings->Add(new PopupMultiChoice(&g_Config.iChatButtonPosition, n->T("Chat Button Position"), chatButtonPositions, 0, ARRAY_SIZE(chatButtonPositions), I18NCat::NETWORKING, screenManager()))->SetEnabledPtr(&g_Config.bEnableNetworkChat);
|
||||
networkingSettings->Add(new PopupMultiChoice(&g_Config.iChatButtonPosition, n->T("Chat Button Position"), chatButtonPositions, 0, ARRAY_SIZE(chatButtonPositions), I18NCat::DIALOG, screenManager()))->SetEnabledPtr(&g_Config.bEnableNetworkChat);
|
||||
static const char *chatScreenPositions[] = { "Bottom Left", "Bottom Center", "Bottom Right", "Top Left", "Top Center", "Top Right" };
|
||||
networkingSettings->Add(new PopupMultiChoice(&g_Config.iChatScreenPosition, n->T("Chat Screen Position"), chatScreenPositions, 0, ARRAY_SIZE(chatScreenPositions), I18NCat::NETWORKING, screenManager()))->SetEnabledPtr(&g_Config.bEnableNetworkChat);
|
||||
networkingSettings->Add(new PopupMultiChoice(&g_Config.iChatScreenPosition, n->T("Chat Screen Position"), chatScreenPositions, 0, ARRAY_SIZE(chatScreenPositions), I18NCat::DIALOG, screenManager()))->SetEnabledPtr(&g_Config.bEnableNetworkChat);
|
||||
|
||||
#if (!defined(MOBILE_DEVICE) && !defined(USING_QT_UI)) || defined(USING_QT_UI) || PPSSPP_PLATFORM(ANDROID) // Missing only iOS?
|
||||
networkingSettings->Add(new ItemHeader(n->T("QuickChat", "Quick Chat")));
|
||||
|
@ -323,8 +323,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP حجم
|
||||
Active = Active
|
||||
Back = رجوع
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = إلغاء
|
||||
Center = المركز
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = Changing this setting requires PPSSPP to restart.
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = إختر PPSSPP مجلد الحفظ الخاص بـ
|
||||
@ -373,6 +378,7 @@ Move Up = Move Up
|
||||
Network Connection = إتصال الشبكة
|
||||
NEW DATA = بيانات جديدة
|
||||
No = لا
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = حسناً
|
||||
Old savedata detected = بيانات حفظ قديمة قد إكتشفت
|
||||
@ -401,6 +407,9 @@ Supported = Supported
|
||||
There is no data = ليس هناك بيانات.
|
||||
Toggle All = تبديل الكل
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = Unsupported
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = When you save, it will load on a PSP, but not an older PPSSPP
|
||||
@ -803,11 +812,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = MAC تغيير عنوان الـ
|
||||
Change proAdhocServer Address = Change PRO ad hoc server IP address (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -841,7 +845,6 @@ Invalid IP or hostname = Invalid IP or hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = الشبكة تُطلق
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset (0 = PSP compatibility)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -855,9 +858,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP res
|
||||
Active = Active
|
||||
Back = Geri
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = Cancel
|
||||
Center = Center
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = Changing this setting requires PPSSPP to restart.
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = Choose PPSSPP save folder
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = Network Connection
|
||||
NEW DATA = NEW DATA
|
||||
No = Xeyir
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = OK
|
||||
Old savedata detected = Old savedata detected
|
||||
@ -393,6 +399,9 @@ Supported = Supported
|
||||
There is no data = Veri yoxdur
|
||||
Toggle All = Toggle all
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = Unsupported
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = When you save, it will load on a PSP, but not an older PPSSPP
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = Change MAC address
|
||||
Change proAdhocServer Address = Change PRO ad hoc server IP address (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Invalid IP or hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Network initialized
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP res
|
||||
Active = Active
|
||||
Back = Назад
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = Отмени
|
||||
Center = Center
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = Changing this setting requires PPSSPP to restart.
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = Choose PPSSPP save folder
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = Мрежова връзка
|
||||
NEW DATA = Нови данни
|
||||
No = Не
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = OK
|
||||
Old savedata detected = Old savedata detected
|
||||
@ -393,6 +399,9 @@ Supported = Supported
|
||||
There is no data = Няма данни.
|
||||
Toggle All = Toggle all
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = Unsupported
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = When you save, it will load on a PSP, but not an older PPSSPP
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = Change MAC address
|
||||
Change proAdhocServer Address = Change PRO ad hoc server IP address (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Invalid IP or hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Network initialized
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * resolució PSP
|
||||
Active = Actiu
|
||||
Back = Enrere
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = Cancel·lar
|
||||
Center = Centre
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = Canvar aquesta configuració requereix reiniciar PPSSPP.\nReiniciar ara?
|
||||
Channel: = Canal:
|
||||
Choose PPSSPP save folder = Tria la carpeta de guardat de PPSSPP.
|
||||
@ -365,6 +370,7 @@ Move Up = Pujar
|
||||
Network Connection = Connexión de xarxa
|
||||
NEW DATA = NOVES DADES DE PARTIDA
|
||||
No = No
|
||||
None = None
|
||||
ObtainingIP = Obtenint direcció IP.\nPer favor espera...
|
||||
OK = Acceptar
|
||||
Old savedata detected = S'han detectar dades del joc antigues.
|
||||
@ -393,6 +399,9 @@ Supported = Suportat
|
||||
There is no data = No hi han dades
|
||||
Toggle All = Canviar tot
|
||||
Toggle List = Veure llista
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = No suportat
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Quant guardis, la partida carregarà a una PSP, però no en versions antigues de PPSSPP.
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = Change MAC address
|
||||
Change proAdhocServer Address = Change PRO ad hoc server IP address (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Invalid IP or hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Network initialized
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP rozlišení
|
||||
Active = Active
|
||||
Back = Zpět
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = Zrušit
|
||||
Center = Na střed
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = Changing this setting requires PPSSPP to restart.
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = Zvolit složku pro ukládání dat PPSSPP
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = Síťové připojení
|
||||
NEW DATA = NOVÁ DATA
|
||||
No = Ne
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = OK
|
||||
Old savedata detected = Zjištěna stará uložená data
|
||||
@ -393,6 +399,9 @@ Supported = Supported
|
||||
There is no data = Žádná data k dispozici.
|
||||
Toggle All = Přepnout vše
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = Unsupported
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Pokud uložíte, můžete hru načíst na PSP, ale ne na starší verzi PPSSPP
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = Změnit MAC adresu
|
||||
Change proAdhocServer Address = Změnit IP adresu serveru PRO ad hoc (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Invalid IP or hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Síť zavedena
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Odchylka portu (0 = Kompatibilita s PSP)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP res
|
||||
Active = Active
|
||||
Back = Tilbage
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = Annuler
|
||||
Center = Center
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = Changing this setting requires PPSSPP to restart.
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = Vælg hvilken folder PPSSPP gemmer i
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = Netværksforbindelse
|
||||
NEW DATA = NY DATA
|
||||
No = Nej
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = OK
|
||||
Old savedata detected = Gamle savedata fundet
|
||||
@ -393,6 +399,9 @@ Supported = Supported
|
||||
There is no data = Der findes ingen data.
|
||||
Toggle All = Skift alle
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = Unsupported
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Når du gemmer vil det kunne hentes på en PSP men ikke på en ældre PPSSPP
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = Ændre MAC adressen
|
||||
Change proAdhocServer Address = Ændre PRO ad hoc server IP adresse (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Invalid IP or hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Netværk er initialiseret
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP kompatibilitet)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP Auflösung
|
||||
Active = Aktiv
|
||||
Back = Zurück
|
||||
Bottom Center = Mitte unten
|
||||
Bottom Left = links unten
|
||||
Bottom Right = rechts unten
|
||||
Cancel = Abbrechen
|
||||
Center = Zentriert
|
||||
Center Left = Mitte links
|
||||
Center Right = Mitte rechts
|
||||
Changing this setting requires PPSSPP to restart. = Wenn Sie diese Einstellung ändern muss PPSSPP neu gestartet werden.
|
||||
Channel: = Kanal:
|
||||
Choose PPSSPP save folder = Wähle PPSSPP Speicherpfad
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = Netzwerkverbindung
|
||||
NEW DATA = Neue Daten
|
||||
No = Nein
|
||||
None = Nichts
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = OK
|
||||
Old savedata detected = Alter Speicherstand entdeckt
|
||||
@ -393,6 +399,9 @@ Supported = Unterstützt
|
||||
There is no data = Keine Daten vorhanden
|
||||
Toggle All = Alle umschalten
|
||||
Toggle List = Toggle list
|
||||
Top Center = Mitte oben
|
||||
Top Left = Links oben
|
||||
Top Right = Rechts oben
|
||||
Unsupported = Nicht unterstützt
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Wenn Sie speichern, kann es von einer PSP gelesen werden, aber nicht von einem älteren PPSSPP
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server verbinden von Port fehlgeschlagen
|
||||
AM: Data from Unknown Port = AM: Dateien von Unbekannten Port
|
||||
Auto = Auto
|
||||
Bottom Center = Mitte unten
|
||||
Bottom Left = links unten
|
||||
Bottom Right = rechts unten
|
||||
Center Left = Mitte links
|
||||
Center Right = Mitte rechts
|
||||
Change Mac Address = MAC-Adresse ändern
|
||||
Change proAdhocServer Address = proAdhocServer IP-Adresse ändern (localhost = mehrere Instanzen)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Ungültige IP oder Hostnamen
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Netzwerk initialisiert
|
||||
None = Nichts
|
||||
Please change your Port Offset = Bitte ändern sie Ihren Port-Offset
|
||||
Port offset = Portverschiebung (0 = PSP Kompatibilität)
|
||||
Open PPSSPP Multiplayer Wiki Page = PPSSPP Ad-Hoc Wiki Seite
|
||||
@ -847,9 +850,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Senden
|
||||
Send Discord Presence information = Sende Discord "Rich Presence" Information
|
||||
Top Center = Mitte oben
|
||||
Top Left = Links oben
|
||||
Top Right = Rechts oben
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP res
|
||||
Active = Active
|
||||
Back = Poleboko'
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = Ah edda pole'
|
||||
Center = Center
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = Changing this setting requires PPSSPP to restart.
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = Choose PPSSPP save folder
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = Network Connection
|
||||
NEW DATA = DATA baru
|
||||
No = Edda mane
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = Okemi mane
|
||||
Old savedata detected = Old savedata detected
|
||||
@ -393,6 +399,9 @@ Supported = Supported
|
||||
There is no data = Ai edda data mane.
|
||||
Toggle All = Toggle all
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = Unsupported
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = When you save, it will load on a PSP, but not an older PPSSPP
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = Change MAC address
|
||||
Change proAdhocServer Address = Change PRO ad hoc server IP address (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Invalid IP or hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Network initialized
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -340,8 +340,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP res
|
||||
Active = Active
|
||||
Back = Back
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = Cancel
|
||||
Center = Center
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Channel: = Channel:
|
||||
Changing this setting requires PPSSPP to restart. = Changing this setting requires PPSSPP to restart.
|
||||
Choose PPSSPP save folder = Choose PPSSPP save folder
|
||||
@ -390,6 +395,7 @@ Move Down = Move Down
|
||||
Network Connection = Network Connection
|
||||
NEW DATA = NEW DATA
|
||||
No = No
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = OK
|
||||
Old savedata detected = Old savedata detected
|
||||
@ -418,6 +424,9 @@ Supported = Supported
|
||||
There is no data = There is no data.
|
||||
Toggle All = Toggle all
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = Unsupported
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = When you save, it will load on a PSP, but not an older PPSSPP
|
||||
@ -791,11 +800,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = Change MAC address
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
ChangeMacSaveWarning = Some games verify the MAC address when loading savedata, so this may break old saves.
|
||||
@ -829,7 +833,6 @@ Invalid IP or hostname = Invalid IP or hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Network initialized
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset (0 = PSP compatibility)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -843,9 +846,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * resolución PSP
|
||||
Active = Activo
|
||||
Back = Atrás
|
||||
Bottom Center = Inferior centrado
|
||||
Bottom Left = Inferior izquierda
|
||||
Bottom Right = Inferior derecha
|
||||
Cancel = Cancelar
|
||||
Center = Centrar
|
||||
Center Left = Centrado izquierdo
|
||||
Center Right = Centrado derecho
|
||||
Changing this setting requires PPSSPP to restart. = Cambiar esta opción requiere reiniciar PPSSPP.\n¿Reiniciar ahora?
|
||||
Channel: = Canal:
|
||||
Choose PPSSPP save folder = Elige la carpeta de guardado de PPSSPP.
|
||||
@ -365,6 +370,7 @@ Move Up = Subir
|
||||
Network Connection = Conexión de red
|
||||
NEW DATA = NUEVOS DATOS DE PARTIDA
|
||||
No = No
|
||||
None = Ninguno
|
||||
ObtainingIP = Obteniendo direcciónnn IP.\nPor favor espera...
|
||||
OK = Aceptar
|
||||
Old savedata detected = Se han detectado datos del juego antiguos.
|
||||
@ -393,6 +399,9 @@ Supported = Soportado
|
||||
There is no data = La tarjeta de memoria está vacía.
|
||||
Toggle All = Cambiar todo
|
||||
Toggle List = Ver lista
|
||||
Top Center = Superior centrado
|
||||
Top Left = Superior izquierda
|
||||
Top Right = Superior derecha
|
||||
Unsupported = No soportado
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Cuando guardes, la partida cargará en una PSP, pero no en versiones antiguas de PPSSPP.
|
||||
@ -796,11 +805,6 @@ AdHoc Server = Servidor AdHoc
|
||||
AdhocServer Failed to Bind Port = Servidor Adhoc falló al unir puerto.
|
||||
AM: Data from Unknown Port = AM: Datos de puerto desconocido
|
||||
Auto = Automático
|
||||
Bottom Center = Inferior centrado
|
||||
Bottom Left = Inferior izquierda
|
||||
Bottom Right = Inferior derecha
|
||||
Center Left = Centrado izquierdo
|
||||
Center Right = Centrado derecho
|
||||
Change Mac Address = Cambiar dirección MAC
|
||||
Change proAdhocServer Address = Cambiar dirección de proAdhocServer (localhost = varias instancias)
|
||||
ChangeMacSaveConfirm = Generar una nueva dirección MAC?
|
||||
@ -834,7 +838,6 @@ Invalid IP or hostname = IP o nombre del host inválido
|
||||
Minimum Timeout = Tiempo de espera mínimo (en ms, 0 por defecto)
|
||||
Misc = Otros ajustes (por defecto = compatibilidad)
|
||||
Network Initialized = Juego en red iniciado
|
||||
None = Ninguno
|
||||
Please change your Port Offset = Por favor cambia el offset del puerto.
|
||||
Port offset = Variar puerto de red (0 = compatible con PSP)
|
||||
Open PPSSPP Multiplayer Wiki Page = Página wiki sobre PPSSPP Ad-Hoc
|
||||
@ -848,9 +851,6 @@ QuickChat = Chat rápido
|
||||
Randomize = Randomize
|
||||
Send = Enviar
|
||||
Send Discord Presence information = Enviar información a Discord "Rich Presence"
|
||||
Top Center = Superior centrado
|
||||
Top Left = Superior izquierda
|
||||
Top Right = Superior derecha
|
||||
Unable to find UPnP device = Dispositivo UPnP no encontrado
|
||||
UPnP (port-forwarding) = UPnP (redirección de puertos)
|
||||
UPnP need to be reinitialized = La función de UPnP debe reinicializarse.
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP res
|
||||
Active = Activo
|
||||
Back = Atrás
|
||||
Bottom Center = Abajo
|
||||
Bottom Left = Abajo Izquierda
|
||||
Bottom Right = Abajo Derecha
|
||||
Cancel = Cancelar
|
||||
Center = Centrar
|
||||
Center Left = Izquierda
|
||||
Center Right = Derecha
|
||||
Changing this setting requires PPSSPP to restart. = Cambiar esta opción requiere que PPSSPP se reinicie.\n¿Reiniciar ahora?
|
||||
Channel: = Canal:
|
||||
Choose PPSSPP save folder = Elige la carpeta de guardado de PPSSPP.
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = Conexión de red
|
||||
NEW DATA = CREAR DATOS
|
||||
No = No
|
||||
None = None
|
||||
ObtainingIP = Obteniendo dirección IP.\nEspera un momento...
|
||||
OK = OK
|
||||
Old savedata detected = Se han detectado datos del juego antiguos.
|
||||
@ -393,6 +399,9 @@ Supported = Soportado
|
||||
There is no data = No se han encontrado datos del juego.
|
||||
Toggle All = Cambiar todo
|
||||
Toggle List = Cambiar lista
|
||||
Top Center = Arriba
|
||||
Top Left = Arriba Izquierda
|
||||
Top Right = Arriba Derecha
|
||||
Unsupported = No es soportado
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Cuando guardes, la partida cargará en una PSP, pero no en versiones antiguas de PPSSPP.
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Servidor Adhoc
|
||||
AdhocServer Failed to Bind Port = Servidor Adhoc falló al unir puerto.
|
||||
AM: Data from Unknown Port = AM: Datos de puerto desconocido
|
||||
Auto = Auto
|
||||
Bottom Center = Abajo
|
||||
Bottom Left = Abajo Izquierda
|
||||
Bottom Right = Abajo Derecha
|
||||
Center Left = Izquierda
|
||||
Center Right = Derecha
|
||||
Change Mac Address = Cambiar dirección MAC
|
||||
Change proAdhocServer Address = Cambiar dirección IP de\nservidor PRO Adhoc (localhost = multiples instancias)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = IP o nombre de host no válido
|
||||
Minimum Timeout = Tiempo de espera mínimo (en ms, 0 = por defecto)
|
||||
Misc = Otros ajustes (por defecto = compatibilidad con PSP)
|
||||
Network Initialized = Juego en red iniciado
|
||||
None = None
|
||||
Please change your Port Offset = Por favor cambia el offset del puerto.
|
||||
Port offset = Variar puerto de red (0 = compatibilidad con PSP)
|
||||
Open PPSSPP Multiplayer Wiki Page = Página wiki sobre PPSSPP Ad-Hoc
|
||||
@ -847,9 +850,6 @@ QuickChat = Chat rápido
|
||||
Randomize = Randomize
|
||||
Send = Enviar
|
||||
Send Discord Presence information = Enviar información al Discord "Rich Presence"
|
||||
Top Center = Arriba
|
||||
Top Left = Arriba Izquierda
|
||||
Top Right = Arriba Derecha
|
||||
Unable to find UPnP device = No se encuentra el dispositivo UPnP
|
||||
UPnP (port-forwarding) = UPnP (redirección de puertos)
|
||||
UPnP need to be reinitialized = La función de UPnP debe reinicializarse.
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP res
|
||||
Active = Active
|
||||
Back = برگشت
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = انصراف
|
||||
Center = وسط
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = تغییر دستور گرافیک گرافیک نیاز به PPSSPP برای راه اندازی مجدد دارد. راه اندازی مجدد حالا؟
|
||||
Channel: = کانال:
|
||||
Choose PPSSPP save folder = انتخاب پوشه برای PPSSSPP
|
||||
@ -365,6 +370,7 @@ Move Up = حرکت به بالا
|
||||
Network Connection = Network Connection
|
||||
NEW DATA = دیتای جدید
|
||||
No = خیر
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = تایید
|
||||
Old savedata detected = Old savedata detected
|
||||
@ -393,6 +399,9 @@ Supported = حمایت میشود
|
||||
There is no data = .دیتایی وجود ندارد
|
||||
Toggle All = تغییر وضعیت همه
|
||||
Toggle List = تغییر وضعیت لیست
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = ساپورت نمیشود
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = When you save, it will load on a PSP, but not an older PPSSPP
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = Change MAC address
|
||||
Change proAdhocServer Address = Change PRO ad hoc server IP address (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Invalid IP or hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Network initialized
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP res
|
||||
Active = Active
|
||||
Back = Takaisin
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = Cancel
|
||||
Center = Center
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = Changing this setting requires PPSSPP to restart.
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = Choose PPSSPP save folder
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = Network Connection
|
||||
NEW DATA = NEW DATA
|
||||
No = Ei
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = OK
|
||||
Old savedata detected = Old savedata detected
|
||||
@ -393,6 +399,9 @@ Supported = Tuettu
|
||||
There is no data = Dataa ei ole.
|
||||
Toggle All = Toggle all
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = Ei tuettu
|
||||
Username = Käyttäjänimi
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = When you save, it will load on a PSP, but not an older PPSSPP
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = Change MAC address
|
||||
Change proAdhocServer Address = Change PRO ad hoc server IP address (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Invalid IP or hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Network initialized
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = × définition PSP
|
||||
Active = Actif
|
||||
Back = Retour
|
||||
Bottom Center = En bas au centre
|
||||
Bottom Left = En bas à gauche
|
||||
Bottom Right = En bas à droite
|
||||
Cancel = Annuler
|
||||
Center = Centrer
|
||||
Center Left = Au centre à gauche
|
||||
Center Right = Au centre à droite
|
||||
Changing this setting requires PPSSPP to restart. = La modification de ce paramètre nécessite le redémarrage de PPSSPP. Redémarrer maintenant ?
|
||||
Channel: = Canal :
|
||||
Choose PPSSPP save folder = Veuillez choisir le dossier de sauvegarde de PPSSPP.
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = Connexion réseau
|
||||
NEW DATA = NOUVELLES DONNÉES
|
||||
No = Non
|
||||
None = None
|
||||
ObtainingIP = Obtention de l'adresse IP\nVeuillez patienter...
|
||||
OK = OK
|
||||
Old savedata detected = Ancienne sauvegarde détectée
|
||||
@ -393,6 +399,9 @@ Supported = Supporté
|
||||
There is no data = Aucune donnée trouvée.
|
||||
Toggle All = Tout cocher
|
||||
Toggle List = Afficher liste
|
||||
Top Center = En haut au centre
|
||||
Top Left = En haut à gauche
|
||||
Top Right = En haut à droite
|
||||
Unsupported = Non supporté
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Si vous sauvegardez, le chargement sera possible sur une PSP, mais pas sur une ancienne version de PPSSPP.
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Serveur ad hoc
|
||||
AdhocServer Failed to Bind Port = Échec de liaison du port par le serveur ad hoc
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Automatique
|
||||
Bottom Center = En bas au centre
|
||||
Bottom Left = En bas à gauche
|
||||
Bottom Right = En bas à droite
|
||||
Center Left = Au centre à gauche
|
||||
Center Right = Au centre à droite
|
||||
Change Mac Address = Modifier l'adresse MAC
|
||||
Change proAdhocServer Address = Modifier l'adresse IP du serveur ad hoc (localhost = plusieurs instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = IP ou nom de domaine invalide
|
||||
Minimum Timeout = Temps d'expiration minimum (forçage en ms, 0 = par défaut)
|
||||
Misc = Divers (par défaut = compatibilité PSP)
|
||||
Network Initialized = Réseau initialisé !
|
||||
None = None
|
||||
Please change your Port Offset = Veuillez changer votre décalage de port
|
||||
Port offset = Décalage de port (0 = compatibilité PSP)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Chat rapide
|
||||
Randomize = Randomize
|
||||
Send = Envoyer
|
||||
Send Discord Presence information = Envoyer l'information "Rich Presence" de Discord
|
||||
Top Center = En haut au centre
|
||||
Top Left = En haut à gauche
|
||||
Top Right = En haut à droite
|
||||
Unable to find UPnP device = Appareil UPnP introuvable
|
||||
UPnP (port-forwarding) = UPnP (redirection de port)
|
||||
UPnP need to be reinitialized = UPnP doit être réinitialisé
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP res
|
||||
Active = Active
|
||||
Back = Atrás
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = Cancelar
|
||||
Center = Center
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = Changing this setting requires PPSSPP to restart.
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = Elixe a carpeta de gardado de PPSSPP.
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = Conexión de rede
|
||||
NEW DATA = NOVOS DATOS
|
||||
No = Non
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = Aceptar
|
||||
Old savedata detected = Detectados datos de gardado antigos.
|
||||
@ -393,6 +399,9 @@ Supported = Supported
|
||||
There is no data = A tarxeta de memoria está baleira.
|
||||
Toggle All = Cambiar todo
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = Unsupported
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Cando gardes, a partida cargará nunha PSP, pero non en versións antigas de PPSSPP.
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = Cambiar dirección MAC
|
||||
Change proAdhocServer Address = Cambiar IP de proAdhocServer (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Invalid IP or hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Rede inicializada
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * ανάλυση PSP
|
||||
Active = ΕΝΕΡΓΟ
|
||||
Back = ΠΙΣΩ
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = ΑΚΥΡΟ
|
||||
Center = ΚΕΝΤΡΟ
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = Changing this setting requires PPSSPP to restart.
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = Επιλογή φακέλου αποθήκευσης PPSSPP
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = ΣΥΝΔΕΣΗ ΔΙΚΤΥΟΥ
|
||||
NEW DATA = ΝΕΑ ΔΕΔΟΜΕΝΑ
|
||||
No = ΟΧΙ
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = OK
|
||||
Old savedata detected = Εντοπίστηκαν παλαιά αρχεία αποθήκευσης
|
||||
@ -393,6 +399,9 @@ Supported = Supported
|
||||
There is no data = ΔΕΝ ΥΠΑΡΧΟΥΝ ΔΕΔΟΜΕΝΑ
|
||||
Toggle All = ΕΝΑΛΛΑΓΗ ΟΛΩΝ
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = Unsupported
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Όταν αποθηκεύετε, θα φορτώσει στο PSP, αλλά όχι σε μια παλαιότερη έκδοση του PPSSPP
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = Αλλαγή φυσικής διεύθυνσης (MAC)
|
||||
Change proAdhocServer Address = Αλλαγή διεύθυνσης IP proAdhocServer (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Μη έγκυρη IP or hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Δίκτυο Εκκινήθηκε
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Offset πήλης(0 = για συμβατότητα PSP)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Αποστολή "Rich Presence" πληροφοριών σε Discord
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP res
|
||||
Active = Active
|
||||
Back = <<
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = לטב
|
||||
Center = Center
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = Changing this setting requires PPSSPP to restart.
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = Choose PPSSPP save folder
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = Network Connection
|
||||
NEW DATA = םישדח םינותנ
|
||||
No = אל
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = רדסב
|
||||
Old savedata detected = Old savedata detected
|
||||
@ -393,6 +399,9 @@ Supported = Supported
|
||||
There is no data = .םינותנ ןיא
|
||||
Toggle All = Toggle all
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = Unsupported
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = When you save, it will load on a PSP, but not an older PPSSPP
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = Change MAC address
|
||||
Change proAdhocServer Address = Change PRO ad hoc server IP address (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Invalid IP or hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Network initialized
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP res
|
||||
Active = Active
|
||||
Back = <<
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = לטב
|
||||
Center = Center
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = Changing this setting requires PPSSPP to restart.
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = Choose PPSSPP save folder
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = Network Connection
|
||||
NEW DATA = םישדח םינותנ
|
||||
No = אל
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = רדסב
|
||||
Old savedata detected = Old savedata detected
|
||||
@ -393,6 +399,9 @@ Supported = Supported
|
||||
There is no data = .םינותנ ןיא
|
||||
Toggle All = Toggle all
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = Unsupported
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = When you save, it will load on a PSP, but not an older PPSSPP
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = Change MAC address
|
||||
Change proAdhocServer Address = Change PRO ad hoc server IP address (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Invalid IP or hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Network initialized
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP res
|
||||
Active = Aktivno
|
||||
Back = Nazad
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = Odustani
|
||||
Center = Center
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = Promjena ove postavke zahtijeva ponovno pokretanje PPSSPP-a.
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = Izaberi PPSSPP save mapu
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = Internetska veza
|
||||
NEW DATA = NOVA DATA
|
||||
No = Ne
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = OK
|
||||
Old savedata detected = Uočena stara savedata
|
||||
@ -393,6 +399,9 @@ Supported = Podržano
|
||||
There is no data = Nema date.
|
||||
Toggle All = Uključi sve
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = Nepodržano
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Kada spremiš,učitat će se na PSP, ali ne na starijem PPSSPP-u
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = Promijeni MAC addresu
|
||||
Change proAdhocServer Address = Promijeni PRO ad hoc server IP addresu (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Nevažeći IP ili domaćin
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Veza Uspostavljena
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset (0 = PSP kompatibilnost)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Šalji Discord "Rich Presence" informaciju
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP felbontás
|
||||
Active = Aktív
|
||||
Back = Vissza
|
||||
Bottom Center = Alul középen
|
||||
Bottom Left = Alul bal old.
|
||||
Bottom Right = Alul jobb old.
|
||||
Cancel = Mégse
|
||||
Center = Középre
|
||||
Center Left = Középen bal old.
|
||||
Center Right = Középen jobb old.
|
||||
Changing this setting requires PPSSPP to restart. = Grafikai parancs-bufferelés megváltoztatásához újra kell indítani az alkalmazást. Újraindítod most?
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = PPSSPP mentési mappa kiválasztása
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = Hálózati kapcsolat
|
||||
NEW DATA = ÚJ MENTÉS
|
||||
No = Nem
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = OK
|
||||
Old savedata detected = Régi mentés észlelve
|
||||
@ -393,6 +399,9 @@ Supported = Támogatott
|
||||
There is no data = Nincs adat.
|
||||
Toggle All = Összes átkapcsolása
|
||||
Toggle List = Toggle list
|
||||
Top Center = Felül középen
|
||||
Top Left = Felül bal old.
|
||||
Top Right = Felül jobb old.
|
||||
Unsupported = Nem támogatott
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Ha mentesz, PSP-n vissza tudod majd tölteni, de egy régebbi PPSSPP-n nem
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Alul középen
|
||||
Bottom Left = Alul bal old.
|
||||
Bottom Right = Alul jobb old.
|
||||
Center Left = Középen bal old.
|
||||
Center Right = Középen jobb old.
|
||||
Change Mac Address = MAC cím megváltoztatása
|
||||
Change proAdhocServer Address = ProAdhoc szerver címe (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Érvénytelen IP vagy kiszolgáló név
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Hálózat inicializálva
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port eltolás/offset (0 = PSP kompatibilitás)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Küldés
|
||||
Send Discord Presence information = Discord "Rich Presence" információ küldése
|
||||
Top Center = Felül középen
|
||||
Top Left = Felül bal old.
|
||||
Top Right = Felül jobb old.
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP res
|
||||
Active = Aktif
|
||||
Back = Kembali
|
||||
Bottom Center = Tengah bawah
|
||||
Bottom Left = Kiri bawah
|
||||
Bottom Right = Kanan bawah
|
||||
Cancel = Batal
|
||||
Center = Tengah
|
||||
Center Left = Kiri tengah
|
||||
Center Right = Kanan tengah
|
||||
Changing this setting requires PPSSPP to restart. = Mengubah pengaturan ini memerlukan memulai ulang PPSSPP.
|
||||
Channel: = Saluran:
|
||||
Choose PPSSPP save folder = Pilih berkas simpanan PPSSPP
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = Koneksi Jaringan
|
||||
NEW DATA = DATA BARU
|
||||
No = Tidak
|
||||
None = Tidak ada
|
||||
ObtainingIP = Mendapatkan alamat IP.\nHarap tunggu...
|
||||
OK = Oke
|
||||
Old savedata detected = Simpanan data lama terdeteksi
|
||||
@ -393,6 +399,9 @@ Supported = Didukung
|
||||
There is no data = Tidak ada data.
|
||||
Toggle All = Alihkan semua
|
||||
Toggle List = Daftar pengalihan
|
||||
Top Center = Tengah atas
|
||||
Top Left = Kiri atas
|
||||
Top Right = Kanan atas
|
||||
Unsupported = Tidak didukung
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Setelah anda menyimpan, ini akan dapat dimuat di PSP, namun tidak di PPSSPP lawas
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Server Ad Hoc
|
||||
AdhocServer Failed to Bind Port = Server Ad Hoc gagal memuat port
|
||||
AM: Data from Unknown Port = AM: Data dari port tidak dikenal
|
||||
Auto = Otomatis
|
||||
Bottom Center = Tengah bawah
|
||||
Bottom Left = Kiri bawah
|
||||
Bottom Right = Kanan bawah
|
||||
Center Left = Kiri tengah
|
||||
Center Right = Kanan tengah
|
||||
Change Mac Address = Ganti alamat MAC
|
||||
Change proAdhocServer Address = Ganti alamat IP pelayan PRO ad hoc (lokal)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = IP atau nama host tidak valid
|
||||
Minimum Timeout = Batas waktu minimum (batas dalam ms, 0 = bawaan)
|
||||
Misc = Lain-lain (bawaan= kompatibilitas PSP)
|
||||
Network Initialized = Jaringan terinisiasi
|
||||
None = Tidak ada
|
||||
Please change your Port Offset = Harap ubah letak port Anda
|
||||
Port offset = Letak port (0 = kecocokan dengan PSP)
|
||||
Open PPSSPP Multiplayer Wiki Page = Halaman Wiki PPSSPP Ad-Hoc
|
||||
@ -847,9 +850,6 @@ QuickChat = Obrolan cepat
|
||||
Randomize = Randomize
|
||||
Send = Kirim
|
||||
Send Discord Presence information = Kirim informasi "Kritik dan Saran" ke Discord
|
||||
Top Center = Tengah atas
|
||||
Top Left = Kiri atas
|
||||
Top Right = Kanan atas
|
||||
Unable to find UPnP device = Tidak dapat menemukan perangkat UPnP
|
||||
UPnP (port-forwarding) = UPnP (penerusan port)
|
||||
UPnP need to be reinitialized = UPnP perlu diinisialisasi ulang
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * definizione PSP
|
||||
Active = Attiva
|
||||
Back = Indietro
|
||||
Bottom Center = In basso al centro
|
||||
Bottom Left = In basso a sinistra
|
||||
Bottom Right = In basso a destra
|
||||
Cancel = Annulla
|
||||
Center = Centra
|
||||
Center Left = Al centro a sinistra
|
||||
Center Right = Al centro a destra
|
||||
Changing this setting requires PPSSPP to restart. = La modifica di questa impostazione richiede il riavvio di PPSSPP.
|
||||
Channel: = Canale:
|
||||
Choose PPSSPP save folder = Scegli la cartella di salvataggio PPSSPP
|
||||
@ -365,6 +370,7 @@ Move Up = Sposta su
|
||||
Network Connection = Connessione di Rete
|
||||
NEW DATA = NUOVI DATI
|
||||
No = No
|
||||
None = None
|
||||
ObtainingIP = Cerco di ottenere l'indirizzo IP.\nAttendere, prego...
|
||||
OK = OK
|
||||
Old savedata detected = Rilevati vecchi dati salvati
|
||||
@ -393,6 +399,9 @@ Supported = Supportato
|
||||
There is no data = Non ci sono dati.
|
||||
Toggle All = Attiva Tutto
|
||||
Toggle List = Mostra lista
|
||||
Top Center = In alto al centro
|
||||
Top Left = In alto a sinistra
|
||||
Top Right = In alto a destra
|
||||
Unsupported = Non supportato
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Salvando, sarà possibile effettuare il caricamento su una PSP, ma non su un vecchio PPSSPP.
|
||||
@ -767,11 +776,6 @@ AdHoc Server = Server Ad hoc
|
||||
AdhocServer Failed to Bind Port = Il server Ad hoc non è riuscito a collegarsi alla porta
|
||||
AM: Data from Unknown Port = AM: Dati da porta sconosciuta
|
||||
Auto = Auto
|
||||
Bottom Center = In basso al centro
|
||||
Bottom Left = In basso a sinistra
|
||||
Bottom Right = In basso a destra
|
||||
Center Left = Al centro a sinistra
|
||||
Center Right = Al centro a destra
|
||||
Change Mac Address = Cambia indirizzo MAC
|
||||
Change proAdhocServer Address = Cambia indirizzo server IP PRO ad hoc (localhost = istanze multiple)
|
||||
ChangeMacSaveConfirm = Generare un nuovo indirizzo MAC?
|
||||
@ -805,7 +809,6 @@ Invalid IP or hostname = Indirizzo IP o nome del dominio non valido
|
||||
Minimum Timeout = Timeout minimo (forza in ms, 0 = predefinito)
|
||||
Misc = Varie (predefinito = compatibilità PSP)
|
||||
Network Initialized = Rete inizializzata
|
||||
None = None
|
||||
Please change your Port Offset = Prego, cambiare l'offset della porta
|
||||
Port offset = Offset Porta (0 = compatibilità PSP)
|
||||
Open PPSSPP Multiplayer Wiki Page = Pagina Wiki Ad-Hoc PPSSPP
|
||||
@ -819,9 +822,6 @@ QuickChat = Chat rapida
|
||||
Randomize = Randomize
|
||||
Send = Invia
|
||||
Send Discord Presence information = Invia informazioni Discord "Rich Presence"
|
||||
Top Center = In alto al centro
|
||||
Top Left = In alto a sinistra
|
||||
Top Right = In alto a destra
|
||||
Unable to find UPnP device = Impossibile trovare il dispositivo UPnP
|
||||
UPnP (port-forwarding) = UPnP (reindirizzamento della porta)
|
||||
UPnP need to be reinitialized = UPnP dev'essere reinizializzato
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP 解像度
|
||||
Active = アクティブ
|
||||
Back = 戻る
|
||||
Bottom Center = 下中央
|
||||
Bottom Left = 左下
|
||||
Bottom Right = 右下
|
||||
Cancel = キャンセル
|
||||
Center = センタリング
|
||||
Center Left = 左中央
|
||||
Center Right = 右中央
|
||||
Changing this setting requires PPSSPP to restart. = この設定を変更するには、PPSSPPを再起動する必要があります。
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = PPSSPPのセーブ用フォルダを選択する
|
||||
@ -365,6 +370,7 @@ Move Up = 上へ移動
|
||||
Network Connection = ネットワーク接続
|
||||
NEW DATA = 新しいデータ
|
||||
No = いいえ
|
||||
None = 無し
|
||||
ObtainingIP = IPアドレスの取得中。 \nしばらくお待ちください...
|
||||
OK = OK
|
||||
Old savedata detected = 古いセーブデータを検出しました
|
||||
@ -393,6 +399,9 @@ Supported = サポートしています
|
||||
There is no data = データがありません。
|
||||
Toggle All = 全て反転する
|
||||
Toggle List = 切り替えリスト
|
||||
Top Center = 上中央
|
||||
Top Left = 左上
|
||||
Top Right = 右上
|
||||
Unsupported = サポートしていません
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = 保存すると、PSPではロードできますが古いPPSSPPではロードできません
|
||||
@ -766,11 +775,6 @@ AdHoc Server = アドホックサーバ
|
||||
AdhocServer Failed to Bind Port = アドホックサーバーがポートのバインドに失敗しました
|
||||
AM: Data from Unknown Port = AM: 不明なポートからのデータ
|
||||
Auto = 自動
|
||||
Bottom Center = 下中央
|
||||
Bottom Left = 左下
|
||||
Bottom Right = 右下
|
||||
Center Left = 左中央
|
||||
Center Right = 右中央
|
||||
Change Mac Address = MACアドレスを変更する
|
||||
Change proAdhocServer Address = PROアドホックサーバのIPアドレスを変更する (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = 新しいMACアドレスを生成しますか?
|
||||
@ -804,7 +808,6 @@ Invalid IP or hostname = 無効なIPまたはホスト名
|
||||
Minimum Timeout = 最小タイムアウト (低遅延をオーバーライド、単位ms)
|
||||
Misc = その他 (デフォルト = PSP互換)
|
||||
Network Initialized = ネットワークを初期化
|
||||
None = 無し
|
||||
Please change your Port Offset = ポートオフセットを変更してください
|
||||
Port offset = ポートオフセット (0 = PSP互換)
|
||||
Open PPSSPP Multiplayer Wiki Page = PPSSPPのアドホック接続Wikiページを開く (英語)
|
||||
@ -818,9 +821,6 @@ QuickChat = クイックチャット
|
||||
Randomize = Randomize
|
||||
Send = 送信する
|
||||
Send Discord Presence information = Discordのプレゼンス情報を送信する
|
||||
Top Center = 上中央
|
||||
Top Left = 左上
|
||||
Top Right = 右上
|
||||
Unable to find UPnP device = UPnPデバイスがみつかりません
|
||||
UPnP (port-forwarding) = UPnP(ポートフォワーディング)
|
||||
UPnP need to be reinitialized = UPnPの再初期化が必要です
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP res
|
||||
Active = Active
|
||||
Back = Bali
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = Mbatalake
|
||||
Center = Center
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = Changing this setting requires PPSSPP to restart.
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = Peleh folder penyimpenan PPSSPP
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = Koneksi Jaringan
|
||||
NEW DATA = DATA ANYAR
|
||||
No = Ora
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = He.eh
|
||||
Old savedata detected = Simpenan lawas terdeteksi
|
||||
@ -393,6 +399,9 @@ Supported = Supported
|
||||
There is no data = Ora ana data.
|
||||
Toggle All = Peleh kabeh
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = Unsupported
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Nalika nyimpen, iku bakal mbukak ing PSP,nanging ora PPSSPP lawas
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = Ubah alamat MAC
|
||||
Change proAdhocServer Address = Ubah alamat pelayan IP PRO ad hoc (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Invalid IP or hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Jaringan diinisiasi
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -316,8 +316,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP 리소스
|
||||
Active = 활성화
|
||||
Back = 뒤로가기
|
||||
Bottom Center = 하단 중앙
|
||||
Bottom Left = 하단 왼쪽
|
||||
Bottom Right = 하단 오른쪽
|
||||
Cancel = 취소
|
||||
Center = 중앙
|
||||
Center Left = 중앙 왼쪽
|
||||
Center Right = 중앙 오른쪽
|
||||
Changing this setting requires PPSSPP to restart. = 이 설정을 변경하려면 PPSSPP를 다시 시작해야 합니다.
|
||||
Channel: = 채널:
|
||||
Choose PPSSPP save folder = PPSSPP 저장 폴더 선택
|
||||
@ -366,6 +371,7 @@ Move Down = 아래로 이동
|
||||
Network Connection = 네트워크 연결
|
||||
NEW DATA = 새로운 데이터
|
||||
No = 아니오
|
||||
None = 없음
|
||||
ObtainingIP = IP 주소를 가져오는 중입니다.\n잠시만 기다려 주세요...
|
||||
OK = 확인
|
||||
Old savedata detected = 오래된 저장 데이터 감지됨
|
||||
@ -394,6 +400,9 @@ Supported = 지원
|
||||
There is no data = 데이터가 없습니다.
|
||||
Toggle All = 모두 토글
|
||||
Toggle List = 토글 목록
|
||||
Top Center = 상단 중앙
|
||||
Top Left = 상단 왼쪽
|
||||
Top Right = 상단 오른쪽
|
||||
Unsupported = 미지원
|
||||
Username = 사용자이름
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = 저장하면 PSP에 불러오지만 이전 PPSSPP에는 부러오지 않습니다.
|
||||
@ -767,11 +776,6 @@ AdHoc Server = Ad hoc 서버
|
||||
AdhocServer Failed to Bind Port = Ad Hoc 서버가 포트를 바인딩하지 못했습니다.
|
||||
AM: Data from Unknown Port = AM: 알 수 없는 포트의 데이터
|
||||
Auto = 자동
|
||||
Bottom Center = 하단 중앙
|
||||
Bottom Left = 하단 왼쪽
|
||||
Bottom Right = 하단 오른쪽
|
||||
Center Left = 중앙 왼쪽
|
||||
Center Right = 중앙 오른쪽
|
||||
Change Mac Address = MAC 주소 변경
|
||||
ChangeMacSaveConfirm = 새로운 MAC 주소를 생성하겠습니까?
|
||||
ChangeMacSaveWarning = 일부 게임은 저장 데이터를 불러올 때 MAC 주소를 확인하므로 이전 저장이 손상될 수 있습니다.
|
||||
@ -805,7 +809,6 @@ Invalid IP or hostname = 잘못된 IP 또는 호스트 이름
|
||||
Minimum Timeout = 최소 시간 초과 (ms 단위로 재정의, 0 = 기본값)
|
||||
Misc = 기타 (기본값 = PSP 호환성)
|
||||
Network Initialized = 네트워크 초기화
|
||||
None = 없음
|
||||
Please change your Port Offset = 포트 오프셋을 변경하세요.
|
||||
Port offset = 포트 오프셋 (0 = PSP 호환성)
|
||||
Open PPSSPP Multiplayer Wiki Page = PPSSPP 멀티플레이어 위키 페이지 열기
|
||||
@ -819,9 +822,6 @@ QuickChat = 빠른 채팅
|
||||
Randomize = Randomize
|
||||
Send = 보내기
|
||||
Send Discord Presence information = 디스코드 "리치 프레즌스" 정보 보내기
|
||||
Top Center = 상단 중앙
|
||||
Top Left = 상단 왼쪽
|
||||
Top Right = 상단 오른쪽
|
||||
Unable to find UPnP device = UPnP 장치를 찾을 수 없습니다.
|
||||
UPnP (port-forwarding) = UPnP (포트 포워딩)
|
||||
UPnP need to be reinitialized = UPnP를 다시 초기화해야 합니다.
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * ຂະໜາດຈໍ PSP
|
||||
Active = Active
|
||||
Back = ຍ້ອນກັບ
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = ຍົກເລີກ
|
||||
Center = ທາງກາງ
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = Changing this setting requires PPSSPP to restart.
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = ເລືອກໂຟນເດີ້ເຊບ PPSSPP
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = ການເຊື່ອມຕໍ່ເຄື່ອຂ່າຍ
|
||||
NEW DATA = ຂໍ້ມູນໃໝ່
|
||||
No = ບໍ່ແມ່ນ
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = ຕົກລົງ
|
||||
Old savedata detected = ກວດພົບຂໍ້ມູນເຊບເກົ່າ
|
||||
@ -393,6 +399,9 @@ Supported = Supported
|
||||
There is no data = ບໍ່ມີຂໍ້ມູນ.
|
||||
Toggle All = ເລືອກທັງໝົດ
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = Unsupported
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = ເມື່ອເຈົ້າເຊບເກມ, ຈະສາມາດນຳໄປໂຫຼດເທິງເຄື່ອງ PSP ໄດ້\nແຕ່ບໍ່ແມ່ນສຳລັບ PPSSPP ທີ່ເກົ່າກວ່າ
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = ປ່ຽນຄ່າທີ່ຢູ່ MAC
|
||||
Change proAdhocServer Address = ປ່ຽນໄອພີທີ່ຢູ່ຂອງເຊີບເວີ Pro Adhoc (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Invalid IP or hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = ເລີ່ມການເຮັດວຽກລະບົບເຄື່ອຂ່າຍແລ້ວ
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = ພອຣ໌ດຊົດເຊີຍ (0 = ຄ່າເລີ່ມຕົ້ນຂອງ PSP)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP res
|
||||
Active = Active
|
||||
Back = Atgal
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = Atšaukti
|
||||
Center = Center
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = Changing this setting requires PPSSPP to restart.
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = Pasirinkite PPSSPP išsaugojimo aplanką
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = Interneto tinklas
|
||||
NEW DATA = NAUJI DUOMENYS
|
||||
No = Ne
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = Gerai
|
||||
Old savedata detected = Aptikti seniau išsaugoti duomenys
|
||||
@ -393,6 +399,9 @@ Supported = Supported
|
||||
There is no data = Čia nėra jokių duomenų.
|
||||
Toggle All = Perjungti visus
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = Unsupported
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = When you save, it will load on a PSP, but not an older PPSSPP
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = Change MAC address
|
||||
Change proAdhocServer Address = Change PRO ad hoc server IP address (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Invalid IP or hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Network initialized
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP res
|
||||
Active = Active
|
||||
Back = Balik
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = Batal
|
||||
Center = Center
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = Changing this setting requires PPSSPP to restart.
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = Choose PPSSPP save folder
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = Network Connection
|
||||
NEW DATA = DATA BAHARU
|
||||
No = Tidak
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = OK
|
||||
Old savedata detected = Old savedata detected
|
||||
@ -393,6 +399,9 @@ Supported = Supported
|
||||
There is no data = Tiada data disini.
|
||||
Toggle All = Periksa semua
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = Tidak disokong
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = When you save, it will load on a PSP, but not an older PPSSPP
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = Change MAC address
|
||||
Change proAdhocServer Address = Change PRO ad hoc server IP address (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Invalid IP or hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Network initialized
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP-resolutie
|
||||
Active = Active
|
||||
Back = Terug
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = Annuleren
|
||||
Center = Centreren
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = Changing this setting requires PPSSPP to restart.
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = PPSSPP-opslagmap selecteren
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = Netwerkverbinding
|
||||
NEW DATA = NIEUWE DATA
|
||||
No = Nee
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = OK
|
||||
Old savedata detected = Oude savedata gedetecteerd
|
||||
@ -393,6 +399,9 @@ Supported = Ondersteund
|
||||
There is no data = Er zijn geen data.
|
||||
Toggle All = Alles schakelen
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = Niet ondersteund
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Als u opslaat kunt u de opgeslagen data laden op\nPSP-systemen, maar niet op oudere PPSSPP-versies.
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = MAC-adres wijzigen
|
||||
Change proAdhocServer Address = IP-adres van PRO Ad hoc-server wijzigen (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Invalid IP or hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Netwerk geïnitialiseerd
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Poortoffset (0 = PSP-compatibiliteit)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP res
|
||||
Active = Active
|
||||
Back = Tilbake
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = Cancel
|
||||
Center = Center
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = Changing this setting requires PPSSPP to restart.
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = Choose PPSSPP save folder
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = Network Connection
|
||||
NEW DATA = NEW DATA
|
||||
No = Nei
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = OK
|
||||
Old savedata detected = Old savedata detected
|
||||
@ -393,6 +399,9 @@ Supported = Supported
|
||||
There is no data = Det finnes ingen data.
|
||||
Toggle All = Toggle all
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = Unsupported
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = When you save, it will load on a PSP, but not an older PPSSPP
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = Change MAC address
|
||||
Change proAdhocServer Address = Change PRO ad hoc server IP address (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Invalid IP or hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Network initialized
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * rozdz. PSP
|
||||
Active = Aktywny
|
||||
Back = Powrót
|
||||
Bottom Center = Dolny środek
|
||||
Bottom Left = Dolne lewo
|
||||
Bottom Right = Dolne prawo
|
||||
Cancel = Anuluj
|
||||
Center = Wyśrodkuj
|
||||
Center Left = Środkowe lewo
|
||||
Center Right = Środkowe prawo
|
||||
Changing this setting requires PPSSPP to restart. = Zmiana tego ustawienia wymaga ponownego uruchomienia PPSSPP.
|
||||
Channel: = Kanał:
|
||||
Choose PPSSPP save folder = Wybierz folder do zapisu stanów PPSSPP
|
||||
@ -365,6 +370,7 @@ Move Up = Przenieś w górę
|
||||
Network Connection = Połączenie sieciowe
|
||||
NEW DATA = NOWE DANE
|
||||
No = Nie
|
||||
None = Nic
|
||||
ObtainingIP = Uzyskiwanie adresu IP.\nProszę czekać...
|
||||
OK = OK
|
||||
Old savedata detected = Wykryto stary zapis gry
|
||||
@ -393,6 +399,9 @@ Supported = Wspierane
|
||||
There is no data = Brak danych.
|
||||
Toggle All = Wybierz wszystko
|
||||
Toggle List = Wybierz listę
|
||||
Top Center = Górny środek
|
||||
Top Left = Górne lewo
|
||||
Top Right = Górne prawo
|
||||
Unsupported = Niewspierane
|
||||
Username = Nazwa użytkownika
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Jeśli zapiszesz, PSP wczyta ten zapis gry, ale starszy PPSSPP już nie.
|
||||
@ -799,11 +808,6 @@ AdHoc Server = Serwer Ad-Hoc
|
||||
AdhocServer Failed to Bind Port = Błąd przy przypisywaniu portu na serwerze Ad-Hoc
|
||||
AM: Data from Unknown Port = AM: Dane z nieznanego portu
|
||||
Auto = Automatycznie
|
||||
Bottom Center = Dolny środek
|
||||
Bottom Left = Dolne lewo
|
||||
Bottom Right = Dolne prawo
|
||||
Center Left = Środkowe lewo
|
||||
Center Right = Środkowe prawo
|
||||
Change Mac Address = Zmień adres MAC
|
||||
Change proAdhocServer Address = Zmień adres IP serwera PRO dla trybu ad hoc (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Wygenerować nowy adres MAC?
|
||||
@ -837,7 +841,6 @@ Invalid IP or hostname = Niepoprawny adres IP lub nazwa hosta
|
||||
Minimum Timeout = Minimalny czas oczekiwania (podaj w ms, domyślnie 0)
|
||||
Misc = Inne (domyślnie = Kompatybilność z PSP)
|
||||
Network Initialized = Sieć została zainicjowana
|
||||
None = Nic
|
||||
Please change your Port Offset = Proszę zmienić port
|
||||
Port offset = Zmień port (0 = zgodne z PSP)
|
||||
Open PPSSPP Multiplayer Wiki Page = Przejdź do strony PPSSPP pomocy dla wielu graczy.
|
||||
@ -851,9 +854,6 @@ QuickChat = Szybki czat
|
||||
Randomize = Randomize
|
||||
Send = Wyślij
|
||||
Send Discord Presence information = Przesyłaj informacje Discord Rich Presence
|
||||
Top Center = Górny środek
|
||||
Top Left = Górne lewo
|
||||
Top Right = Górne prawo
|
||||
Unable to find UPnP device = Nie udało się zlokalizować urządzenia UPnP
|
||||
UPnP (port-forwarding) = UPnP (przekierowanie portów)
|
||||
UPnP need to be reinitialized = Należy ponownie zainicjować UPnP
|
||||
|
@ -339,8 +339,13 @@ VFPU = VFPU
|
||||
* PSP res = * Resolução do PSP
|
||||
Active = Ativo
|
||||
Back = Voltar
|
||||
Bottom Center = Centro do rodapé
|
||||
Bottom Left = A esquerda do rodapé
|
||||
Bottom Right = A direita do rodapé
|
||||
Cancel = Cancelar
|
||||
Center = Centro
|
||||
Center Left = Centralizar a esquerda
|
||||
Center Right = Centralizar a direita
|
||||
Changing this setting requires PPSSPP to restart. = A alteração dessa configuração requer a reinicialização do PPSSPP.
|
||||
Channel: = Canal:
|
||||
Choose PPSSPP save folder = Escolha a pasta dos saves do PPSSPP
|
||||
@ -389,6 +394,7 @@ Move Down = Mover pra Baixo
|
||||
Network Connection = Conexão de rede
|
||||
NEW DATA = NOVOS DADOS
|
||||
No = Não
|
||||
None = Nenhum
|
||||
ObtainingIP = Obtendo endereço de IP.\nPor favor espere...
|
||||
OK = Ok
|
||||
Old savedata detected = Dados antigos do save detectados
|
||||
@ -417,6 +423,9 @@ Supported = Suportado
|
||||
There is no data = Não há dados.
|
||||
Toggle All = Alternar todos
|
||||
Toggle List = Alternar lista
|
||||
Top Center = Centro superior
|
||||
Top Left = Superior esquerdo
|
||||
Top Right = Superior direito
|
||||
Unsupported = Não suportado
|
||||
Username = Nome de usuário
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Quando você salvar ele carregará num PSP mas não num PPSSPP mais antigo
|
||||
@ -790,11 +799,6 @@ AdHoc Server = Servidor Ad-hoc
|
||||
AdhocServer Failed to Bind Port = O servidor Ad-hoc falhou em se conectar a porta
|
||||
AM: Data from Unknown Port = AM: Dados de uma Porta Desconhecida
|
||||
Auto = Auto
|
||||
Bottom Center = Centro do rodapé
|
||||
Bottom Left = A esquerda do rodapé
|
||||
Bottom Right = A direita do rodapé
|
||||
Center Left = Centralizar a esquerda
|
||||
Center Right = Centralizar a direita
|
||||
Change Mac Address = Mudar o endereço do MAC
|
||||
ChangeMacSaveConfirm = Gerar um novo endereço pro MAC?
|
||||
ChangeMacSaveWarning = Alguns jogos verificam o endereço do MAC quando carregam os dados do save então isto pode quebrar os saves antigos.
|
||||
@ -828,7 +832,6 @@ Invalid IP or hostname = IP ou nome do hospedeiro inválido
|
||||
Minimum Timeout = Tempo mínimo pra encerrar (substituição em ms, 0 = padrão)
|
||||
Misc = Miscelânea (padrão = compatibilidade com o PSP)
|
||||
Network Initialized = Rede inicializada
|
||||
None = Nenhum
|
||||
Please change your Port Offset = Por favor mude seu deslocamento da porta
|
||||
Port offset = Deslocamento da porta (0 = Compatibilidade com o PSP)
|
||||
Open PPSSPP Multiplayer Wiki Page = Abrir a Página do Multiplayer do Wiki do PPSSPP
|
||||
@ -842,9 +845,6 @@ QuickChat = Bate-papo rápido
|
||||
Randomize = Randomize
|
||||
Send = Enviar
|
||||
Send Discord Presence information = Enviar informação da "Presença Rica" no Discord
|
||||
Top Center = Centro superior
|
||||
Top Left = Superior esquerdo
|
||||
Top Right = Superior direito
|
||||
Unable to find UPnP device = Incapaz de achar o dispositivo UPnP
|
||||
UPnP (port-forwarding) = UPnP (abertura das portas)
|
||||
UPnP need to be reinitialized = O UPnP precisa ser reinicializado
|
||||
|
@ -339,8 +339,13 @@ VFPU = VFPU
|
||||
* PSP res = * Resolução do PSP
|
||||
Active = Ativo
|
||||
Back = Voltar
|
||||
Bottom Center = Centro do rodapé
|
||||
Bottom Left = A esquerda do rodapé
|
||||
Bottom Right = A direita do rodapé
|
||||
Cancel = Cancelar
|
||||
Center = Centro
|
||||
Center Left = Centralizar a esquerda
|
||||
Center Right = Centralizar a direita
|
||||
Changing this setting requires PPSSPP to restart. = A alteração dessa configuração requer a reinicialização do PPSSPP.
|
||||
Channel: = Canal:
|
||||
Choose PPSSPP save folder = Escolha a pasta de save do PPSSPP
|
||||
@ -389,6 +394,7 @@ Move Up = Move Up
|
||||
Network Connection = Conexão de rede
|
||||
NEW DATA = NOVOS DADOS
|
||||
No = Não
|
||||
None = Nenhum
|
||||
ObtainingIP = Obtendo o Endereço de IP.\nPor favor espere...
|
||||
OK = Ok
|
||||
Old savedata detected = Dados antigos do save detectados
|
||||
@ -417,6 +423,9 @@ Supported = Suportado
|
||||
There is no data = Não existem dados.
|
||||
Toggle All = Alternar todos
|
||||
Toggle List = Alternar lista
|
||||
Top Center = Centro superior
|
||||
Top Left = Superior esquerdo
|
||||
Top Right = Superior direito
|
||||
Unsupported = Não suportado
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Quando gravar, os dados vão carregar numa PSP, mas não num PPSSPP antigo.
|
||||
@ -790,11 +799,6 @@ AdHoc Server = Servidor Ad-hoc
|
||||
AdhocServer Failed to Bind Port = O servidor Ad-hoc falhou a conectar-se à porta.
|
||||
AM: Data from Unknown Port = AM: Dados de uma Porta Desconhecida.
|
||||
Auto = Automático
|
||||
Bottom Center = Centro do rodapé
|
||||
Bottom Left = A esquerda do rodapé
|
||||
Bottom Right = A direita do rodapé
|
||||
Center Left = Centralizar a esquerda
|
||||
Center Right = Centralizar a direita
|
||||
Change Mac Address = Mudar Endereço de MAC
|
||||
Change proAdhocServer Address = Mudar o Endereço de IP do servidor Ad Hoc PRO (localhost = múltiplas instâncias)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -828,7 +832,6 @@ Invalid IP or hostname = IP ou nome do Hospedeiro inválido
|
||||
Minimum Timeout = Tempo mínimo para encerrar (substituição em ms, 0 = padrão)
|
||||
Misc = Miscelânea (padrão = compatibilidade com o PSP)
|
||||
Network Initialized = Rede inicializada
|
||||
None = Nenhum
|
||||
Please change your Port Offset = Por favor mude o seu deslocamento da porta
|
||||
Port offset = Deslocamento da porta (0 = Compatibilidade com o PSP)
|
||||
Open PPSSPP Multiplayer Wiki Page = Abrir a Página do Multiplayer da Wiki do PPSSPP
|
||||
@ -842,9 +845,6 @@ QuickChat = Bate-papo rápido
|
||||
Randomize = Randomize
|
||||
Send = Enviar
|
||||
Send Discord Presence information = Enviar informação de "Presença Rica" no Discord
|
||||
Top Center = Centro superior
|
||||
Top Left = Superior esquerdo
|
||||
Top Right = Superior direito
|
||||
Unable to find UPnP device = Não é possível encontrar o dispositivo UPnP
|
||||
UPnP (port-forwarding) = UPnP (abertura das portas)
|
||||
UPnP need to be reinitialized = O UPnP precisa ser reiniciado
|
||||
|
@ -316,8 +316,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP res
|
||||
Active = Active
|
||||
Back = Înapoi
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = Ignoră
|
||||
Center = Center
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = Changing this setting requires PPSSPP to restart.
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = Alege folder pt. salvări PPSSPP
|
||||
@ -366,6 +371,7 @@ Move Up = Move Up
|
||||
Network Connection = Conexiune la rețea
|
||||
NEW DATA = DATE NOI
|
||||
No = Nu
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = OK
|
||||
Old savedata detected = Date vechi salvate detectate
|
||||
@ -394,6 +400,9 @@ Supported = Supported
|
||||
There is no data = Salvare inexistentă
|
||||
Toggle All = Schimbă tot
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = Unsupported
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Când salvezi, va încărca pe un PSP, dar nu un PPSSPP mai vechi
|
||||
@ -796,11 +805,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = Schimbă adresa MAC
|
||||
Change proAdhocServer Address = Schimbă adresa IP a serverului PRO ad hoc (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -834,7 +838,6 @@ Invalid IP or hostname = Invalid IP or hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Rețea inițializată
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -848,9 +851,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * разр. PSP
|
||||
Active = Активно
|
||||
Back = Назад
|
||||
Bottom Center = Внизу в центре
|
||||
Bottom Left = Внизу слева
|
||||
Bottom Right = Внизу справа
|
||||
Cancel = Отмена
|
||||
Center = По центру
|
||||
Center Left = В центре слева
|
||||
Center Right = В центре справа
|
||||
Changing this setting requires PPSSPP to restart. = Изменение этого параметра требует перезапуска PPSSPP.
|
||||
Channel: = Канал:
|
||||
Choose PPSSPP save folder = Выбрать папку с сохранениями
|
||||
@ -365,6 +370,7 @@ Move Up = Сдвинуть вниз
|
||||
Network Connection = Сетевое подключение
|
||||
NEW DATA = Новое сохранение
|
||||
No = Нет
|
||||
None = Нет
|
||||
ObtainingIP = Получение IP-адреса.\nПожалуйста, подождите...
|
||||
OK = OK
|
||||
Old savedata detected = Старый формат сохранений обнаружен
|
||||
@ -393,6 +399,9 @@ Supported = Поддерживается
|
||||
There is no data = Нет данных
|
||||
Toggle All = Переключить все
|
||||
Toggle List = Переключить список
|
||||
Top Center = Вверху в центре
|
||||
Top Left = Вверху слева
|
||||
Top Right = Вверу справа
|
||||
Unsupported = Не поддерживается
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Когда вы сохранитесь, оно может быть загружено на PSP, но не на старой версии PPSSPP
|
||||
@ -766,11 +775,6 @@ AdHoc Server = Ad-hoc сервер
|
||||
AdhocServer Failed to Bind Port = Не удалось привязать порт ad-hoc сервера
|
||||
AM: Data from Unknown Port = AM: Данные от неизвестного порта
|
||||
Auto = Авто
|
||||
Bottom Center = Внизу в центре
|
||||
Bottom Left = Внизу слева
|
||||
Bottom Right = Внизу справа
|
||||
Center Left = В центре слева
|
||||
Center Right = В центре справа
|
||||
Change Mac Address = Изменить MAC-адрес
|
||||
Change proAdhocServer Address = Изменить IP-адрес ad-hoc сервера (localhost = множество экземпляров)
|
||||
ChangeMacSaveConfirm = Сгенерировать новый MAC-адрес?
|
||||
@ -804,7 +808,6 @@ Invalid IP or hostname = Некорректный IP или имя хоста
|
||||
Minimum Timeout = Минимальный таймаут (задержка в мс, 0 = по умолчанию)
|
||||
Misc = Прочее (по умолчанию = совместимость с PSP)
|
||||
Network Initialized = Сеть активирована
|
||||
None = Нет
|
||||
Please change your Port Offset = Пожалуйста, измените ваше смещение порта
|
||||
Port offset = Смещение порта (0 = совместимость с PSP)
|
||||
Open PPSSPP Multiplayer Wiki Page = Открыть wiki-страницу мультиплеера PPSSPP
|
||||
@ -818,9 +821,6 @@ QuickChat = Быстрый чат
|
||||
Randomize = Randomize
|
||||
Send = Отправить
|
||||
Send Discord Presence information = Отправлять информацию об игре в Discord
|
||||
Top Center = Вверху в центре
|
||||
Top Left = Вверху слева
|
||||
Top Right = Вверу справа
|
||||
Unable to find UPnP device = Невозможно найти устройство UPnP
|
||||
UPnP (port-forwarding) = UPnP (проброс портов)
|
||||
UPnP need to be reinitialized = Необходимо перезапустить UPnP
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP res
|
||||
Active = Aktiv
|
||||
Back = Tillbaka
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = Avbryt
|
||||
Center = Centrera
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = Att ändra denna inställning kräver att PPSSPP startas om.
|
||||
Channel: = Kanal:
|
||||
Choose PPSSPP save folder = Välj folder att spara i
|
||||
@ -366,6 +371,7 @@ Move Up = Flytta upp
|
||||
Network Connection = Nätverksuppkoppling
|
||||
NEW DATA = NY DATA
|
||||
No = Nej
|
||||
None = None
|
||||
ObtainingIP = Hämtar IP-address.\nVänta...
|
||||
OK = OK
|
||||
Old savedata detected = Gammal savedata upptäckt
|
||||
@ -394,6 +400,9 @@ Supported = Stödd
|
||||
There is no data = Det finns ingen data.
|
||||
Toggle All = Vänd alla
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = Stöds ej
|
||||
Username = Användarnamn
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = When you save, it will load on a PSP, but not an older PPSSPP
|
||||
@ -767,11 +776,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = Ändra Mac-adress
|
||||
Change proAdhocServer Address = Ändra proAdhocServer-adress (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -805,7 +809,6 @@ Invalid IP or hostname = Ogiltigt IP eller hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Nätverk initierat
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -819,9 +822,6 @@ QuickChat = Snabbchat
|
||||
Randomize = Randomize
|
||||
Send = Skicka
|
||||
Send Discord Presence information = Visa Discord "Rich Presence"-information
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP res
|
||||
Active = Active
|
||||
Back = Bumalik
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = Kanselahin
|
||||
Center = Gitna
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = Changing this setting requires PPSSPP to restart.
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = Piliin ang PPSSPP save folder
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = Network Connection
|
||||
NEW DATA = BAGONG DATOS
|
||||
No = Hindi
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = Sige
|
||||
Old savedata detected = Nahanap ang lumang savedata
|
||||
@ -393,6 +399,9 @@ Supported = Supported
|
||||
There is no data = Walang Datos
|
||||
Toggle All = Toggle all
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = Unsupported
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Kapag iyong na-i save, gagana ito mismo sa PSP\npero hindi sa lumang bersyon ng PPSSPP
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = Baguhin ang MAC Address
|
||||
Change proAdhocServer Address = Change PRO ad hoc server IP address (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Invalid IP or hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Network initialized
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -322,8 +322,13 @@ VFPU = VFPU
|
||||
* PSP res = * ขนาดจอ PSP
|
||||
Active = เปิดการทำงาน
|
||||
Back = ย้อนกลับ
|
||||
Bottom Center = มุมล่างกลางจอ
|
||||
Bottom Left = มุมล่างซ้ายจอ
|
||||
Bottom Right = มุมล่างขวาจอ
|
||||
Cancel = ยกเลิก
|
||||
Center = กึ่งกลาง
|
||||
Center Left = มุมกลางซ้ายจอ
|
||||
Center Right = มุมกลางขวาจอ
|
||||
Changing this setting requires PPSSPP to restart. = การเปลี่ยนการตั้งค่านี้จำเป็นต้องรีสตาร์ท PPSSPP
|
||||
Channel: = แชลนอล:
|
||||
Choose PPSSPP save folder = เลือกโฟลเดอร์สำหรับเก็บข้อมูลเซฟของ PPSSPP
|
||||
@ -372,6 +377,7 @@ Move Up = ย้ายขึ้นบน
|
||||
Network Connection = การเชื่อมต่อเครือข่าย
|
||||
NEW DATA = ข้อมูลใหม่
|
||||
No = ไม่ใช่
|
||||
None = ไม่มี
|
||||
ObtainingIP = กำลังรับไอพี\nโปรดรอสักครู่...
|
||||
OK = ตกลง
|
||||
Old savedata detected = ตรวจพบข้อมูลเซฟเก่า
|
||||
@ -400,6 +406,9 @@ Supported = รองรับ
|
||||
There is no data = ไม่มีข้อมูล
|
||||
Toggle All = ทั้งหมด
|
||||
Toggle List = รายการ
|
||||
Top Center = มุมบนกลางจอ
|
||||
Top Left = มุมบนซ้ายจอ
|
||||
Top Right = มุมบนขวาจอ
|
||||
Unsupported = ไม่รองรับ
|
||||
Username = ชื่อผู้ใช้งาน
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = เซฟเกมของคุณนั้น สามารถนำไปโหลดผ่านบนเครื่อง PSP ได้\nแต่นำไปใช้กับ PPSSPP ที่เวอร์ชั่นเก่ากว่าไม่ได้
|
||||
@ -803,11 +812,6 @@ AdHoc Server = เซิร์ฟเวอร์ Adhoc
|
||||
AdhocServer Failed to Bind Port = เซิร์ฟเวอร์ Adhoc ล้มเหลวในการเชื่อมโยงพอร์ต
|
||||
AM: Data from Unknown Port = AM: ข้อมูลมาจากพอร์ตที่ไม่รู้จัก
|
||||
Auto = อัตโนมัติ
|
||||
Bottom Center = มุมล่างกลางจอ
|
||||
Bottom Left = มุมล่างซ้ายจอ
|
||||
Bottom Right = มุมล่างขวาจอ
|
||||
Center Left = มุมกลางซ้ายจอ
|
||||
Center Right = มุมกลางขวาจอ
|
||||
Change Mac Address = เปลี่ยนค่าที่อยู่ Mac
|
||||
Change proAdhocServer Address = เปลี่ยนไอพีที่อยู่ของเซิร์ฟเวอร์ Pro Adhoc (localhost = แลนในเครื่องเดียวกัน)
|
||||
ChangeMacSaveConfirm = ต้องการสร้างค่า MAC address ใหม่?
|
||||
@ -841,7 +845,6 @@ Invalid IP or hostname = ไอพี หรือ ชื่อโฮสต์
|
||||
Minimum Timeout = เวลาขั้นต่ำที่ใช้เชื่อมต่อ (แทนที่ค่าความหน่วงในมิลลิวินาที)
|
||||
Misc = อื่นๆ (ค่าดั้งเดิม = ดีสุดแล้ว)
|
||||
Network Initialized = เริ่มการทำงานของเครือข่ายเรียบร้อย
|
||||
None = ไม่มี
|
||||
Please change your Port Offset = กรุณาเปลี่ยนค่าของพอร์ตชดเชย
|
||||
Port offset = พอร์ตชดเชย (0 = ค่าเริ่มต้นของ PSP)
|
||||
Open PPSSPP Multiplayer Wiki Page = ไปที่หน้าเว็บ PPSSPP Ad-Hoc Wiki
|
||||
@ -855,9 +858,6 @@ QuickChat = แชทด่วน
|
||||
Randomize = กดสุ่มค่า
|
||||
Send = ส่ง
|
||||
Send Discord Presence information = แสดงชื่อเกมที่กำลังเล่นอยู่ไปยังแอพ Discord
|
||||
Top Center = มุมบนกลางจอ
|
||||
Top Left = มุมบนซ้ายจอ
|
||||
Top Right = มุมบนขวาจอ
|
||||
Unable to find UPnP device = ไม่พบอุปกรณ์ UPnP
|
||||
UPnP (port-forwarding) = โพรโตคอล UPnP (ฟอร์เวิร์ด พอร์ต อัตโนมัติ)
|
||||
UPnP need to be reinitialized = UPnP จำเป็นต้องเริ่มการทำงานใหม่
|
||||
|
@ -317,8 +317,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP Çözünürlüğü
|
||||
Active = Etkin
|
||||
Back = Geri
|
||||
Bottom Center = Orta alt
|
||||
Bottom Left = Sol alt
|
||||
Bottom Right = Sağ alt
|
||||
Cancel = İptal
|
||||
Center = Merkez
|
||||
Center Left = Sol orta
|
||||
Center Right = Sağ orta
|
||||
Changing this setting requires PPSSPP to restart. = Bu ayarın değiştirilmesi, PPSSPP'nin yeniden başlatılmasını gerektirir.
|
||||
Channel: = Kanal:
|
||||
Choose PPSSPP save folder = PPSSPP kayıt dosyası seç
|
||||
@ -367,6 +372,7 @@ Move Up = Move Up
|
||||
Network Connection = Ağ Bağlantısı
|
||||
NEW DATA = YENİ VERİ
|
||||
No = Hayır
|
||||
None = Hiçbiri
|
||||
ObtainingIP = IP adresi alınıyor.\nLütfen bekleyin...
|
||||
OK = Tamam
|
||||
Old savedata detected = Eski kayıt bulundu.
|
||||
@ -395,6 +401,9 @@ Supported = Destekleniyor
|
||||
There is no data = Veri yok.
|
||||
Toggle All = Hepsini değiştir
|
||||
Toggle List = Listeyi değiştir
|
||||
Top Center = Orta üst
|
||||
Top Left = Sol üst
|
||||
Top Right = Sağ üst
|
||||
Unsupported = Desteklenmiyor
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Kayıt aldığında almış olduğunuz kayıt PSP'de yüklenebilecek ama eski bir PPSSPP sürümünde yüklenemeyecek.
|
||||
@ -797,11 +806,6 @@ AdHoc Server = Ad hoc sunucusu
|
||||
AdhocServer Failed to Bind Port = Ad hoc sunucusu portu bağlayamadı
|
||||
AM: Data from Unknown Port = AM: Bilinmeyen Porttan Veri
|
||||
Auto = Otomatik
|
||||
Bottom Center = Orta alt
|
||||
Bottom Left = Sol alt
|
||||
Bottom Right = Sağ alt
|
||||
Center Left = Sol orta
|
||||
Center Right = Sağ orta
|
||||
Change Mac Address = MAC adresini değiştir
|
||||
Change proAdhocServer Address = PRO Ad Hoc Server IP adresini değiştir (localhost = çoklu örnek)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -835,7 +839,6 @@ Invalid IP or hostname = Geçersiz IP veya host adı
|
||||
Minimum Timeout = En düşük zaman aşımı (ms cinsinden geçersiz kılma, 0 = varsayılan)
|
||||
Misc = Çeşitli (varsayılan = PSP uyumluluğu)
|
||||
Network Initialized = Network Switch
|
||||
None = Hiçbiri
|
||||
Please change your Port Offset = Lütfen Port Offset'i değiştirin
|
||||
Port offset = Port offset(0 = PSP uyumluluğu)
|
||||
Open PPSSPP Multiplayer Wiki Page = PPSSPP Ad-Hoc Wiki Sayfası
|
||||
@ -849,9 +852,6 @@ QuickChat = Hızlı sohbet
|
||||
Randomize = Randomize
|
||||
Send = Gönder
|
||||
Send Discord Presence information = Discord "Rich Presence" bilgisi gönder
|
||||
Top Center = Orta üst
|
||||
Top Left = Sol üst
|
||||
Top Right = Sağ üst
|
||||
Unable to find UPnP device = UPnP cihazı bulunamıyor
|
||||
UPnP (port-forwarding) = UPnP (port yönlendirme)
|
||||
UPnP need to be reinitialized = UPnP'nin yeniden başlatılması gerekiyor
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * дозв. PSP
|
||||
Active = Активно
|
||||
Back = Назад
|
||||
Bottom Center = Знизу центрально
|
||||
Bottom Left = Знизу ліворуч
|
||||
Bottom Right = Знизу праворуч
|
||||
Cancel = Відміна
|
||||
Center = По центру
|
||||
Center Left = Центр ліворуч
|
||||
Center Right = Центр праворуч
|
||||
Changing this setting requires PPSSPP to restart. = Зміна буферизації графічних команд вимагає перезавантажити PPSSPP. Перезавантажити зараз?
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = Виберіть папку для збереження
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = Підключення до мережі
|
||||
NEW DATA = Нове збереження
|
||||
No = Ні
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = OK
|
||||
Old savedata detected = Виявлено старий формат збережень
|
||||
@ -393,6 +399,9 @@ Supported = Підтримується
|
||||
There is no data = Немає даних
|
||||
Toggle All = Переключити все
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = Не підтримується
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Коли ви збережетесь, це може завантажуватись на PSP, але не старій версії PPSSPP
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Знизу центрально
|
||||
Bottom Left = Знизу ліворуч
|
||||
Bottom Right = Знизу праворуч
|
||||
Center Left = Центр ліворуч
|
||||
Center Right = Центр праворуч
|
||||
Change Mac Address = Змінити Mac-адресу
|
||||
Change proAdhocServer Address = Спеціальна адреса серверу (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Недійсне IP або ім'я хоста
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Мережа ініціалізована
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Зсув порту (0 = сумісність з PSP)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Швидкий чат
|
||||
Randomize = Randomize
|
||||
Send = Надіслати
|
||||
Send Discord Presence information = Відправляти інформацію про гру в Discord
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP như thật
|
||||
Active = Hoạt động
|
||||
Back = Trở lại
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Cancel = Hủy
|
||||
Center = Trung tâm
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Changing this setting requires PPSSPP to restart. = Changing this setting requires PPSSPP to restart.
|
||||
Channel: = Channel:
|
||||
Choose PPSSPP save folder = Chọn thư mục save của PPSSPP
|
||||
@ -365,6 +370,7 @@ Move Up = Move Up
|
||||
Network Connection = Kết nối mạng
|
||||
NEW DATA = DỮ LIỆU MỚI
|
||||
No = Không
|
||||
None = None
|
||||
ObtainingIP = Obtaining IP address.\nPlease wait...
|
||||
OK = OK
|
||||
Old savedata detected = Phát hiện dữ liệu cũ
|
||||
@ -393,6 +399,9 @@ Supported = Được hỗ trợ
|
||||
There is no data = Không có dữ liệu.
|
||||
Toggle All = Tất cả
|
||||
Toggle List = Toggle list
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unsupported = không hổ trợ
|
||||
Username = Username
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = Khi bạn save, nó có thể load được trên máy PSP, nhưng lại không thể load được trên PPSSPP phiên bản cũ
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad hoc server
|
||||
AdhocServer Failed to Bind Port = Ad hoc server failed to bind port
|
||||
AM: Data from Unknown Port = AM: Data from Unknown Port
|
||||
Auto = Auto
|
||||
Bottom Center = Bottom center
|
||||
Bottom Left = Bottom left
|
||||
Bottom Right = Bottom right
|
||||
Center Left = Center left
|
||||
Center Right = Center right
|
||||
Change Mac Address = Đổi địa chỉ MAC
|
||||
Change proAdhocServer Address = Change PRO ad hoc server IP address (localhost = multiple instances)
|
||||
ChangeMacSaveConfirm = Generate a new MAC address?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = Invalid IP or hostname
|
||||
Minimum Timeout = Minimum timeout (override in ms, 0 = default)
|
||||
Misc = Miscellaneous (default = PSP compatibility)
|
||||
Network Initialized = Mạng đã được khởi tạo
|
||||
None = None
|
||||
Please change your Port Offset = Please change your port offset
|
||||
Port offset = Port offset(0 = PSP compatibility)
|
||||
Open PPSSPP Multiplayer Wiki Page = Open PPSSPP Multiplayer Wiki Page
|
||||
@ -847,9 +850,6 @@ QuickChat = Quick chat
|
||||
Randomize = Randomize
|
||||
Send = Send
|
||||
Send Discord Presence information = Send Discord "Rich Presence" information
|
||||
Top Center = Top center
|
||||
Top Left = Top left
|
||||
Top Right = Top right
|
||||
Unable to find UPnP device = Unable to find UPnP device
|
||||
UPnP (port-forwarding) = UPnP (port forwarding)
|
||||
UPnP need to be reinitialized = UPnP need to be reinitialized
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP分辨率
|
||||
Active = 激活
|
||||
Back = 返回
|
||||
Bottom Center = 正下方
|
||||
Bottom Left = 左下方
|
||||
Bottom Right = 右下方
|
||||
Cancel = 取消
|
||||
Center = 中心
|
||||
Center Left = 左中间
|
||||
Center Right = 右中间
|
||||
Changing this setting requires PPSSPP to restart. = 设置生效需要重新启动 PPSSPP。
|
||||
Channel: = 信道:
|
||||
Choose PPSSPP save folder = 选择PPSSPP存档的文件夹
|
||||
@ -365,6 +370,7 @@ Move Up = 移至上层
|
||||
Network Connection = 网络连接
|
||||
NEW DATA = 新建存档
|
||||
No = 否
|
||||
None = 无
|
||||
ObtainingIP = 获取IP地址.\n请稍候...
|
||||
OK = 确定
|
||||
Old savedata detected = 检测到旧版本的存档数据
|
||||
@ -393,6 +399,9 @@ Supported = 支持
|
||||
There is no data = 存档不存在。
|
||||
Toggle All = 全选/不选
|
||||
Toggle List = 显示列表
|
||||
Top Center = 正上方
|
||||
Top Left = 左上方
|
||||
Top Right = 右上方
|
||||
Unsupported = 不支持
|
||||
Username = 用户名
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = 当您保存后, 它只会在PSP实机上载入, 而不是旧版本的PPSSPP
|
||||
@ -795,11 +804,6 @@ AdHoc Server = Ad Hoc服务器
|
||||
AdhocServer Failed to Bind Port = 无法绑定Adhoc服务器端口
|
||||
AM: Data from Unknown Port = AM:来自未知端口的数据
|
||||
Auto = 自动
|
||||
Bottom Center = 正下方
|
||||
Bottom Left = 左下方
|
||||
Bottom Right = 右下方
|
||||
Center Left = 左中间
|
||||
Center Right = 右中间
|
||||
Change Mac Address = 更改MAC地址
|
||||
Change proAdhocServer Address = 更改 PRO Ad Hoc 服务器IP地址
|
||||
ChangeMacSaveConfirm = 确认随机生成新的MAC地址?
|
||||
@ -833,7 +837,6 @@ Invalid IP or hostname = IP或主机名是无效的
|
||||
Minimum Timeout = 最小超时(以毫秒为单位,0=默认值)
|
||||
Misc = 其他(默认=兼容PSP)
|
||||
Network Initialized = 网络已初始化
|
||||
None = 无
|
||||
Please change your Port Offset = 请更改您的端口偏移
|
||||
Port offset = 端口偏移(0 = 兼容PSP)
|
||||
Open PPSSPP Multiplayer Wiki Page = PPSSPP多人联机Wiki页面
|
||||
@ -848,9 +851,6 @@ QuickChat = 快速聊天
|
||||
Randomize = Randomize
|
||||
Send = 发送
|
||||
Send Discord Presence information = 发送 Discord 在线状态
|
||||
Top Center = 正上方
|
||||
Top Left = 左上方
|
||||
Top Right = 右上方
|
||||
Unable to find UPnP device = 找不到UPnP设备
|
||||
UPnP (port-forwarding) = UPnP(端口转发)
|
||||
UPnP need to be reinitialized = UPnP 需要重新初始化
|
||||
|
@ -315,8 +315,13 @@ VFPU = VFPU
|
||||
* PSP res = * PSP 解析度
|
||||
Active = 啟用
|
||||
Back = 返回
|
||||
Bottom Center = 正下
|
||||
Bottom Left = 左下
|
||||
Bottom Right = 右下
|
||||
Cancel = 取消
|
||||
Center = 中心
|
||||
Center Left = 正左
|
||||
Center Right = 正右
|
||||
Changing this setting requires PPSSPP to restart. = 更改此設置需要重新啟動 PPSSPP。
|
||||
Channel: = 頻道:
|
||||
Choose PPSSPP save folder = 選擇 PPSSPP 存檔資料夾
|
||||
@ -365,6 +370,7 @@ Move Up = 上移
|
||||
Network Connection = 網路連線
|
||||
NEW DATA = 新存檔
|
||||
No = 否
|
||||
None = 無
|
||||
ObtainingIP = 正在取得 IP 位址\n請稍候…
|
||||
OK = 確定
|
||||
Old savedata detected = 偵測到舊版存檔資料
|
||||
@ -393,6 +399,9 @@ Supported = 支援
|
||||
There is no data = 沒有資料
|
||||
Toggle All = 切換全部
|
||||
Toggle List = 切換清單
|
||||
Top Center = 正上
|
||||
Top Left = 左上
|
||||
Top Right = 右上
|
||||
Unsupported = 不支援
|
||||
Username = 使用者名稱
|
||||
When you save, it will load on a PSP, but not an older PPSSPP = 在您儲存後,它將會只能在 PSP 上載入,而非舊版 PPSSPP
|
||||
@ -766,11 +775,6 @@ AdHoc Server = 臨機操作伺服器
|
||||
AdhocServer Failed to Bind Port = 臨機操作伺服器無法繫結連接埠
|
||||
AM: Data from Unknown Port = AM:來自不明連接埠的資料
|
||||
Auto = 自動
|
||||
Bottom Center = 正下
|
||||
Bottom Left = 左下
|
||||
Bottom Right = 右下
|
||||
Center Left = 正左
|
||||
Center Right = 正右
|
||||
Change Mac Address = 變更 MAC 位址
|
||||
ChangeMacSaveConfirm = 產生新的 MAC 位址?
|
||||
ChangeMacSaveWarning = 某些遊戲在載入儲存資料時會驗證 MAC 位址,這可能會損毀舊存檔
|
||||
@ -804,7 +808,6 @@ Invalid IP or hostname = 無效的 IP 或主機名稱
|
||||
Minimum Timeout = 最小逾時 (單位為毫秒,0 = 預設)
|
||||
Misc = 雜項 (預設 = PSP 相容性)
|
||||
Network Initialized = 網路已初始化
|
||||
None = 無
|
||||
Please change your Port Offset = 請變更您的連接埠位移
|
||||
Port offset = 連接埠位移 (0 = PSP 相容性)
|
||||
Open PPSSPP Multiplayer Wiki Page = 開啟 PPSSPP 多人遊戲維基頁面
|
||||
@ -818,9 +821,6 @@ QuickChat = 快速聊天
|
||||
Randomize = Randomize
|
||||
Send = 傳送
|
||||
Send Discord Presence information = 傳送 Discord「Rich Presence」資訊
|
||||
Top Center = 正上
|
||||
Top Left = 左上
|
||||
Top Right = 右上
|
||||
Unable to find UPnP device = 找不到 UPnP 裝置
|
||||
UPnP (port-forwarding) = UPnP (連接埠轉送)
|
||||
UPnP need to be reinitialized = UPnP 需要重新初始化
|
||||
|
Loading…
Reference in New Issue
Block a user