Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.78 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.   <Translation Id="error_duplicate_group" Value="That group already exists!" />
  4.   <Translation Id="error_duplicate_permission" Value="The group {0} already has that permission!" />
  5.   <Translation Id="error_not_found_group" Value="That group does not exist!" />
  6.   <Translation Id="error_not_found_permission" Value="The group does not have the permission {0}." />
  7.   <Translation Id="error_same_id" Value="The group {0} already has that ID or another group already exists with that name!" />
  8.   <Translation Id="error_same_parent_group" Value="The parent group value {0} is the same as the group's ID!!!" />
  9.   <Translation Id="error_invalid_color" Value="The color {0} is invalid." />
  10.   <Translation Id="error_unknown" Value="An unknown error has occured! O.O" />
  11.   <Translation Id="error_temporary_memberships_disabled" Value="This argument cannot be used with temporary memberships disabled!" />
  12.   <Translation Id="error_no_permission" Value="You do not have enough permissions to execute that argument." />
  13.   <Translation Id="error_external_perm_provider" Value="This argument cannot be used when using an external permissions provider." />
  14.   <Translation Id="notification_success_group_create" Value="Permission group {0} was created successfully!" />
  15.   <Translation Id="notification_success_group_delete" Value="Permission group {0} was deleted successfully!" />
  16.   <Translation Id="notification_permission_added" Value="Permission {0} was added to the group {1}." />
  17.   <Translation Id="notification_permission_removed" Value="Permission {0} was removed from the group {1}." />
  18.   <Translation Id="notification_color_change" Value="Chat color was changed for the group {0}." />
  19.   <Translation Id="notification_prefix_change" Value="Prefix was changed for the group {0}." />
  20.   <Translation Id="notification_suffix_change" Value="Suffix was changed for the group {0}." />
  21.   <Translation Id="notification_id_change" Value="ID was changed for the group {0}." />
  22.   <Translation Id="notification_parent_group_change" Value="Parent group was changed for the group {0}." />
  23.   <Translation Id="notification_priority_change" Value="Priority was changed for the group {0}." />
  24.   <Translation Id="notification_display_name_change" Value="Display name was changed for the group {0}." />
  25.   <Translation Id="notification_details_group" Value="ID: {0}, Display Name: {1}, Color: {2}, Prefix: {3}, Suffix: {4}, Parent Group {5}, {6} Priority, {7} Members, {8} Permissions and {9} Temporary Members." />
  26.   <Translation Id="notification_list_start_players" Value="Players in {0}:" />
  27.   <Translation Id="notification_list_start_perms" Value="Permissions in {0}:" />
  28.   <Translation Id="notification_list_perms" Value="Permission: {0}, Cooldown: {1}." />
  29.   <Translation Id="notification_list_players" Value="Player: {0}" />
  30.   <Translation Id="notification_list_no_players" Value="There are no players in that group." />
  31.   <Translation Id="notification_list_no_perms" Value="There are no permissions in that group." />
  32.   <Translation Id="notification_list_temp_memberships_format" Value="{0}: {1} hours until expiration" />
  33.   <Translation Id="notification_list_temp_memberships" Value="Temporary memberships: {0}" />
  34.   <Translation Id="upload_xml_begin" Value="Starting the upload of the XML advanced permissions file into the SQL Server, please check console for completion." />
  35.   <Translation Id="download_sql_begin" Value="Starting the download of the SQL server into the XML Advanced Permissions file. Check console for completion." />
  36.   <Translation Id="migrate_sql_begin" Value="Starting the migration from the old SQL tables to the new ones. Please check console for completion." />
  37. </Translations>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement