📄 signedapp.rls
字号:
//
// SignedApp.rls - Primary application resource strings
//
// Copyright (C) UIQ Technology AB, 2007
//
// This material is provided "as is" without any warranty to its performance or functionality.
// In no event shall UIQ Technology be liable for any damages whatsoever arising out of the
// use or inabilty to use this material.
//
// Command names - normally displayed in a menu
rls_string STR_R_CMD_NEW "New"
rls_string STR_R_CMD_OPEN "Open"
rls_string STR_R_CMD_DELETE "Delete"
rls_string STR_R_CMD_SORT "Sort"
rls_string STR_R_CMD_SORT_BY_NAME "Sort by name"
rls_string STR_R_CMD_SORT_BY_SIZE "Sort by size"
rls_string STR_R_CMD_SORT_BY_TYPE "Sort by type"
rls_string STR_R_CMD_SORT_BY_DATE "Sort by date"
rls_string STR_R_CMD_SORT_ORDER "Sort order"
rls_string STR_R_CMD_SORT_ASCENDING "Ascending"
rls_string STR_R_CMD_SEND_AS "Send as"
rls_string STR_R_CMD_ZOOM "Zoom"
rls_string STR_R_CMD_REGISTER "Register"
rls_string STR_R_CMD_ABOUT "About"
rls_string STR_R_CMD_EDIT_CATEGORIES "Edit categories"
// Continue 'dialog button'
rls_string STR_R_CMD_CONTINUE "Continue"
// Set of default category names
rls_string STR_R_STR_CATEGORIES_ALL "All"
rls_string STR_R_STR_CATEGORIES_UNFILED "Unfiled"
rls_string STR_R_STR_CATEGORIES_SOUNDS "Sounds"
rls_string STR_R_STR_CATEGORIES_IMAGES "Images"
rls_string STR_R_STR_CATEGORIES_PLAIN_TEXT "Plain text"
////////////////////////////////////////////////////////////////////////////////////////////
// About dialog
rls_string STR_R_ABOUT_DIALOG_TITLE "Signed App"
rls_string STR_R_ABOUT_DIALOG_COPYRIGHT "© UIQ Technology AB"
rls_string STR_R_ABOUT_DIALOG_WEBSITE "www.uiq.com"
rls_string STR_R_STR_VERSION "Version %d.%02d(%02d)"
// Default title for our list view
rls_string STR_R_STR_LIST_TITLE "Our files"
// Title for our details view
rls_string STR_R_STR_DETAILS_TITLE "Entry details"
// Details view building block titles
rls_string STR_R_DETAILS_VIEW_NAME "Name"
rls_string STR_R_DETAILS_VIEW_CATEGORY "Category"
rls_string STR_R_DETAILS_VIEW_LASTMODIFIED "Last modified"
// Delete confirmation dialog,
rls_string STR_R_STR_ATTENTION "Attention"
rls_string STR_R_STR_ABOUT_TO_DELETE "Are you sure you want to delete \"%S\""
rls_string STR_R_STR_DELETED "\"%S\" deleted"
// Registration dialog
rls_string STR_R_REGISTER_DIALOG_TITLE "Register"
rls_string STR_R_REGISTER_DIALOG_IMEI "IMEI"
rls_string STR_R_REGISTER_DIALOG_CODE "Registration code"
rls_string STR_R_STR_REG_FAILED_TITLE "Attention"
rls_string STR_R_STR_REG_FAILED_INFO "Registration code is not valid"
rls_string STR_R_STR_REGISTERED "Registered"
////////////////////////////////////////////////////////////////////////////////////////////
// App written to assume sample files exist.
rls_string STR_R_STR_NO_EXAMPLE_FILES "Sample files missing !"
rls_string STR_R_STR_PLEASE_COPY_FILES "Please copy the files in ExampleFiles to the emulator c:\Private\20000462 folder - which you may have to create."
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -