en.inc

来自「国外很不错的一个开源OA系统Group-Office」· INC 代码 · 共 28 行

INC
28
字号
<?php//Uncomment this line in new translations!//require_once($GO_LANGUAGE->get_fallback_language_file('groups'));$groups_title = "User groups";$groups_tab = "Groups";$groups_saved = "Settings saved.";$groups_text = "Click on a group to view it's properties.";$groups_users_in = "Users in group ";$groups_no_contacts = "You don't have any member contacts to select.<br /> Use the the Addressbook to add members to your contacts.";$add_group_text = "Enter a name and click on 'Ok' to add a new group.";$add_group_fail = "Failed adding the group. Please try again.";$add_group_success = "Successfully added the group.";$add_group_exists = "The name already exists. Please choose another name.";$add_group_no_name = "You didn't specify a name.";$groups_everyone = "This group is a special group and contains all users. You can't modify this group.";$groups_users_in1 = "user(s) in group";$groups_no_users = "There are no users in this group.";$groups_users_in_select = "Select the users that you want to add to this group:";//translation required$groups_new_group = 'New group';$groups_members = 'Members';//2.13$lang_modules['groups'] = 'User groups';

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?