📄 bencoolen_string.rss
字号:
/*
* bencoolen_string.rss
*
* Copyright 2005 - 2008, Antony Pranata
* http://www.antonypranata.com
*
* Project: Screenshot for Symbian OS.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// --------------------------------------------------------------------------
//
// Resource string for the menu.
//
// --------------------------------------------------------------------------
RESOURCE TBUF r_bencoolen_menu_activate_capture
{
buf = string_bencoolen_menu_activate_capture;
}
RESOURCE TBUF r_bencoolen_menu_deactivate_capture
{
buf = string_bencoolen_menu_deactivate_capture;
}
// --------------------------------------------------------------------------
//
// Declaration of string in the main view.
//
// --------------------------------------------------------------------------
RESOURCE TBUF r_bencoolen_view_description
{
buf = string_bencoolen_view_description;
}
// --------------------------------------------------------------------------
//
// Declaration of string in the About dialog box.
//
// --------------------------------------------------------------------------
RESOURCE TBUF r_bencoolen_dialog_program_name
{
buf = string_bencoolen_dialog_program_name;
}
RESOURCE TBUF r_bencoolen_dialog_version
{
buf = string_bencoolen_dialog_version;
}
RESOURCE TBUF r_bencoolen_dialog_copyright
{
buf = string_bencoolen_dialog_copyright;
}
RESOURCE TBUF r_bencoolen_dialog_url
{
buf = string_bencoolen_dialog_url;
}
RESOURCE TBUF r_bencoolen_dialog_information
{
buf = string_bencoolen_dialog_information;
}
// --------------------------------------------------------------------------
//
// Declaration of information and error string
//
// --------------------------------------------------------------------------
RESOURCE TBUF r_bencoolen_info_screenshot_saving
{
buf = string_bencoolen_info_screenshot_saving;
}
RESOURCE TBUF r_bencoolen_info_screenshot_saved
{
buf = string_bencoolen_info_screenshot_saved;
}
RESOURCE TBUF r_bencoolen_info_started
{
buf = string_bencoolen_info_started;
}
RESOURCE TBUF r_bencoolen_info_stopped
{
buf = string_bencoolen_info_stopped;
}
RESOURCE TBUF r_bencoolen_info_activate_capture
{
buf = string_bencoolen_info_activate_capture;
}
RESOURCE TBUF r_bencoolen_info_deactivate_capture
{
buf = string_bencoolen_info_deactivate_capture;
}
RESOURCE TBUF r_bencoolen_error_not_supported
{
buf = string_bencoolen_error_not_supported;
}
RESOURCE TBUF r_bencoolen_error_path_not_found
{
buf = string_bencoolen_error_path_not_found;
}
RESOURCE TBUF r_bencoolen_error_not_ready
{
buf = string_bencoolen_error_not_ready;
}
RESOURCE TBUF r_bencoolen_error_disk_full
{
buf = string_bencoolen_error_disk_full;
}
RESOURCE TBUF r_bencoolen_error_completion
{
buf = string_bencoolen_error_completion;
}
RESOURCE TBUF r_bencoolen_error_unknown_error
{
buf = string_bencoolen_error_unknown_error;
}
RESOURCE TBUF r_bencoolen_error_retry_again
{
buf = string_bencoolen_error_retry_again;
}
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -