# Copyright 2010 Sean Cribbs, Sonian Inc., and Basho Technologies, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. en: riak: client_type: "invalid argument {{client}} is not a Riak::Client" string_type: "invalid_argument {{string}} is not a String" loading_bucket: "while loading bucket '{{name}}'" failed_request: "Expected {{expected}} from Riak but received {{code}}. {{body}}" hash_type: "invalid argument {{hash}} is not a Hash" path_and_body_required: "You must supply both a resource path and a body." request_body_type: "Request body must be a string or IO." resource_path_short: "Resource path too short" missing_host_and_port: "You must specify a host and port, or use the defaults of 127.0.0.1:8098" invalid_client_id: "Invalid client ID, must be a string or between 0 and {{max_id}}" hostname_invalid: "host must be a valid hostname" port_invalid: "port must be an integer between 0 and 65535" install_curb: "curb library not found! Please `gem install curb` for better performance." bucket_link_conversion: "Can't convert a bucket link to a walk spec" invalid_phase_type: "type must be :map, :reduce, or :link" module_function_pair_required: "function must have two elements when an array" stored_function_invalid: "function must have :bucket and :key when a hash" walk_spec_invalid_unless_link: "WalkSpec is only valid for a function when the type is :link" invalid_function_value: "invalid value for function: {{value}}" content_type_undefined: "content_type is not defined!" too_few_arguments: "too few arguments: {{params}}" wrong_argument_count_walk_spec: "wrong number of arguments (one Hash or bucket,tag,keep required)"