mirror of
https://github.com/joel16/VitaShell.git
synced 2024-11-24 04:09:44 +00:00
39 lines
2.5 KiB
Plaintext
39 lines
2.5 KiB
Plaintext
# VitaShell language file
|
|
|
|
ERROR = "Error 0x%08X."
|
|
OK = "OK"
|
|
YES = "Yes"
|
|
NO = "No"
|
|
CANCEL = "Cancel"
|
|
OFFSET = "Offset"
|
|
MARK_ALL = "Mark all"
|
|
UNMARK_ALL = "Unmark all"
|
|
MOVE = "Move"
|
|
COPY = "Copy"
|
|
PASTE = "Paste"
|
|
DELETE = "Delete"
|
|
RENAME = "Rename"
|
|
NEW_FOLDER = "New folder"
|
|
FOLDER = "Folder"
|
|
COPIED_FILE = "Copied %d file."
|
|
COPIED_FOLDER = "Copied %d folder."
|
|
COPIED_FILES_FOLDERS = "Copied %d files/folders."
|
|
MOVING = "Moving..."
|
|
COPYING = "Copying..."
|
|
DELETING = "Deleting..."
|
|
INSTALLING = "Installing..."
|
|
DOWNLOADING = "Downloading..."
|
|
EXTRACTING = "Extracting..."
|
|
DELETE_FILE_QUESTION = "Are you sure you want to delete this file?"
|
|
DELETE_FOLDER_QUESTION = "Are you sure you want to delete this folder?"
|
|
DELETE_FILES_FOLDERS_QUESTION = "Are you sure you want to delete these files/folders?"
|
|
INSTALL_ALL_QUESTION = "Do you want to install all packages available in this folder?"
|
|
INSTALL_QUESTION = "Do you want to install this package?"
|
|
INSTALL_WARNING = "This package requests extended permissions.\It will have access to your personal information.\If you did not obtain it from a trusted source,\please proceed at your own caution.\\Would you like to continue the install?"
|
|
SAVE_MODIFICATIONS = "Do you want to save your modifications?"
|
|
WIFI_ERROR = "You must use Wi-Fi to do this."
|
|
FTP_SERVER = "FTP server is now running at\ftp://%s:%i\\Press 'OK' to keep it in background.\Press 'Cancel' to disconnect."
|
|
SYS_INFO = "System software: %s\Model: 0x%08X\MAC address: %s\IP address: %s\Memory card: %s/%s"
|
|
INSTALL_ALL = "Install all"
|
|
UPDATE_QUESTION = "VitaShell %s is now available.\\Do you want to update the application?"
|